Hi all, in my case psgaz said that they don’t allow to mount any external devices on the meter from some time ago (my meter is G4). But we’ll see how it evolves
Have you seen this summary/instructions? @szopen posted it a week ago.
Of course I did. It says that psgaz allowed to install unismart on the meter, but now they said to me that they don’t allow to do it at all.
Rozwijając bardziej temat podłączenia rejestratora MacR6 poprzez OC do urządzenia zliczającego to jest tak, że udało mi się to zrobić na Supla poprzez Gui Generic Builder i jest ok, niestety jestem za słaby aby coś podziałać w ESPHome. AI mi wyprodukowało coś takiego
esphome:
name: macr6-impuls
friendly_name: MacR6_impuls
esp8266:
board: esp01_1m
logger:
level: DEBUG
api:
encryption:
key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
ota:
- platform: esphome
password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ap:
ssid: "Macr6-Impuls Fallback Hotspot"
password: "08nnCZMK9BoN"
captive_portal:
text_sensor:
- platform: wifi_info
ip_address:
name: "IP licznika gazu"
sensor:
- platform: pulse_counter
id: gas_pulse_counter
pin: GPIO14
name: "Impulsy gazowe"
unit_of_measurement: "imp"
accuracy_decimals: 0
update_interval: 60s
filters:
- multiply: 1
total:
name: "Impulsy gazowe - suma"
unit_of_measurement: "imp"
accuracy_decimals: 0
state_class: total_increasing
- platform: template
name: "Gaz (m³)"
unit_of_measurement: "m³"
accuracy_decimals: 2
lambda: |-
return id(gas_pulse_counter).state * 0.01;
update_interval: 60s
device_class: gas
state_class: total_increasing
kompiluje się i wgrywa w ESP ale nie widzi jako urządzenie ani encji.
MacR6 podłączamy do tych wyjść:
A sam odbiornik jest banalnie prosty
Jakby był ktoś zainteresowany testowym odczytem swojego gazomierza zapraszam do kontaktu na PV.
Jeśli to oferta sprzedaży, to powieś po prostu ogłoszenie we właściwym dziale z odpowiednią ilością informacji.
Did you mean by the previous post that you managed to use the pulse sensor connected to a MacR6? That should be a simple reed or double reed for detecting strong magnetic fields as well. Like it is inside the UniSmart.
The MacR6 has otherwise GSM output. And maybe some standard IR, like electricity meters used to have.
If you want, you can even modify a Aqara open/close sensor to work as pulse counter. The issue with gas metering is the fact that you need ATEX certification to install it.
The problem is that the MacR6 installed on the gas meter uses the only available outputs to which the pulser can be connected.
The impulse from the gas meter itself is too weak to be read by applying it to the counter. The MacR6 itself can also be read via the Opto-GAZ optical communication interface, e.g. via OptoBTEx connecting via Bluetooth.
In theory there is a second option. These gas meters should have a mirror which could be used with a light/IR pulse counter. (The magnet should have a reflective surface.)
Some contex here:
Tak dla potomnych, ponieważ też miałem problem z odczytem UNISMART przez rtl-sdr.
Wystarczyło skompilować od nowa bibliotekę rtl-wmbus i telegramy z UNISMART się pojawiły bez zmian konfiguracji wmbusmeters.