-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESPHOME #9
Comments
Das gleiche bei mir. Wäre schön, wenn es hier ein Lösungsvorschlag gibt. |
Hey. Habt ihr eine Lösung gefunden. Mein Reed Kontakt funktioniert zwar grundsätzlich, ich habe ihn getestet, von der Gasuhr nimmt er sich aber nichts an.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi mein Reed zählt etwas eigenartig und unreglmässig wie kann ich das kalibrieren auf mein Zähler steht 1 Impuls = 0,1 m3 ich habe deinen Code auf folgendes geändert sollte doch passen?
`sensor:
pin:
number: GPIO5
mode: INPUT_PULLUP
name: "Gasverbrauch"
update_interval : 10s
filters:
static float total_value = 0.0;
total_value += x * 0.1;
return total_value;
unit_of_measurement: "m³"
accuracy_decimals: 1
icon: 'mdi:fire'`
The text was updated successfully, but these errors were encountered: