Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 102810

How can I convert reed sensor impulses to cubic meters and kWh for my gasmeter?

$
0
0

I have a vzlogger instance running that posts my gas meters impulses to HA. I am somehow lost now how to convert these impulses to m3 and kwh and how to use the values also as utility meter for the energy dashboard.

pi@rpi-vzlogger:~ $ cat /var/log/vzlogger.log | grep chn2
[Apr 28 07:29:56][chn2] New channel initialized (uuid=...f68014 api=volkszaehler id=Impulse)
[Apr 28 07:30:07][chn2] Adding reading to queue (value=1.00 ts=1651123807015)
[Apr 28 07:31:51][chn2] Adding reading to queue (value=1.00 ts=1651123911626)
[Apr 28 07:32:51][chn2] New channel initialized (uuid=...f68014 api=volkszaehler id=Impulse)
[Apr 28 07:33:01][chn2] Adding reading to queue (value=1.00 ts=1651123981001)
[Apr 28 07:34:12][chn2] Adding reading to queue (value=1.00 ts=1651124052494)
[Apr 28 07:35:24][chn2] Adding reading to queue (value=1.00 ts=1651124123924)

mqtt.yaml:

- platform: mqtt
  name: "Gas Meter"
  state_topic: "vzlogger/data/chn2/raw"

Thanks for helping :slight_smile:

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 102810

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>