I have a Raspberry Pi 4 with an SSD hard drive and the HA Image 9.0 (Home Assistant 2022.10.4 Supervisor 2022.10.0 Operating System 9.2 Frontend 20221010.0 - latest) I have also set up SSH access, Terminal, File Editor, HACS and Studio Code Server.
I set up the USB IR reading head (IR Schreib/Lesekopf USB (Optokopf)-ART0027) for my electricity meter (Iskra MT681).
That works well. Now I would like to include my gas meter. With daily, weekly, monthly and annual consumption.
Via reed contact (Elster IN-Z62) on the gas meter and the GPIO on the Raspberry Pi 4.
How do I have to connect the reed contact? Against crowd? With resistance?
What do I have to enter in the configuration.yaml?
Found on the board here:
binary_sensor:
- platform: rpi_gpio
invert_logic: true
ports:
18: GAS METER
counters:
gas counter:
steps: 1
I have a solution from an Austrian user. I have created a template folder. The folder must be linked. In the folder is a gas.yaml and a strom.yaml.
So I donât need a WiFi connection to record the measured values.
CU-Martin
Hallo an Alle,
ich habe eine Lösung von einem Ăsterreichischen User.Ich habe einen template Ordner angelegt.Der Ordner muĂ verlinkt werden.Im Ordner ist eine gas.yaml und eine strom.yaml.
So brauche ich keine WiFi Verbindung zur Erfassung der Messwerte.
CU-Martin
bei mir steht der Sensor âGasverbrauch m3â dauerhaft auf unavailable. Hab die Gas.yaml erstellt, verlinked und den Namen in der Zeile
state: â{{ states (âcounter.gaszahlerâ) | float*0.01 }}â auf counter.gaszaehler angepasst.
irgendwie passt die Syntax mit der Berechnung des Sensortemplates nicht