Skip to content

TrondKjeldas/meter_reading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aidon/Hafslund AMS data parser

Use with an M-Bus dongle such as this one.

aidon_obis.py

A class for decoding HDLC and extracting OBIS fields. Requires python module crcmod (sudo pip install crcmod). NB: This is not a full COSEM parser, as the number of OBIS fields and their sequence is assumed to be as on a Hafslund meter.

aidon_test.py

Test output.

./aidon_test.py <port>
./aidon_test.py /dev/ttyUSB0

aidon_forward.py

Forward to influxdb and Home Assistant. Forwarding to only one of them is possible. Just omit the influx* or hass* arguments.
Will generate sensors in Home assistant named sensor.aidon_*. Not done with a component, so these sensors will disappear on Home Assistant restart, and can't be renamed.
For InfluxDB, readings are placed in the provided database under voltage, current, power and energy, and key dev holds device name (which begins with aidon).

python aidon_forward.py \
/dev/ttyUSB0 \
--influx_host http://localhost:8086 \
--influx_db metering \
--hass_host https://myhass.com:8123 \
--hass_token abcdefgh0123456789

aidon_read.py

Parses preliminary/old protocol used by Hafslund.
./aidon_read.py /dev/ttyUSB0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Makefile 1.2%