saberone / pimatic-smartmeter

Read energy usage data from a "smartmeter" through it's P1 port
MIT License
0 stars 6 forks source link

No Data in Pimatic #5

Open viper-666 opened 8 years ago

viper-666 commented 8 years ago

Hello, I use your plugin with this setup: { "id": "smartmeter", "class": "Smartmeterdevice", "name": "Smartmeter Strom", "serialport": "/dev/ttyAMA0", "baudRate" : 9600, "dataBits" : 7, "parity" : "even", "stopBits" : 1, "flowControl" : true },

My electric meter gives with cat /dev/ttyAMA0 following information:

/ISk5MT671-0001

1-0:0.0.0*255(331300-5033124)

1-0:1.8.1*255(033238.2842)

1-0:96.5.5*255(80)

0-0:96.1.255*255(39225479) !

There is only the meter reading 1-0:1.8.1*255(033238.2842) what means 33238.2842 kWh interesting.

Now your plugin shows in my Pimatic installation no data.

Hope you can help me.

Best regards Andre

saberone commented 8 years ago

Hmmm this seems related to this issue : https://github.com/saberone/pimatic-smartmeter/issues/4