UtilitechAS / amsreader-firmware

ESP8266 and ESP32 compatible firmware to read, interpret and publish data to MQTT from smart electrical meters, both DLMS and DSMR is supported
Other
381 stars 73 forks source link

Solar panels, strange readings. #211

Closed Isaksson closed 2 years ago

Isaksson commented 2 years ago

Describe your problem Strange values after solar panel installation

Hardware information:

Relevant firmware information:

Yesterday I got my solar panels installed and connected to the grid, and now the meter report very strange readings on my Phase current. Have anyone seen this behavior before? image

gskjold commented 2 years ago

Thanks, I see now that current values pass through a unsigned int, will fix in next patch.

Isaksson commented 2 years ago

Yes, I just verified on my meter and its because the current has a negative value now when exporting to the grid. Thanks.

gskjold commented 2 years ago

Try this version

esp8266.zip

Isaksson commented 2 years ago

Thanks for that, just installed the update, I used my mobile phone really nice to be able to update from mobile device 👍 Let's hope for some sun tomorrow so that I could verify this new version.

Isaksson commented 2 years ago

It's working as expected, thanks. Screenshot_20220122-095521_Chrome

gskjold commented 2 years ago

Awesome! Thanks for confirming