Gunnar Skjold

Results 60 comments of Gunnar Skjold

@bardahlm Do you have any reference for decoding the model number on Kamstrup?

This must mean that I have touched something in the parser that makes it loose some data for certain meters. Any chance you can enable debugging and check if there...

I think this could be a MQTT buffer size issue that will only trigger under certain conditions. Please try the attached firmware: [esp32.zip](https://github.com/gskjold/AmsToMqttBridge/files/9298052/esp32.zip) [esp32s2.zip](https://github.com/gskjold/AmsToMqttBridge/files/9298054/esp32s2.zip) [esp8266.zip](https://github.com/gskjold/AmsToMqttBridge/files/9298055/esp8266.zip)

Weird... I have not touched the MQTT implementations on these versions, so it must be something with parsing. I am not able to reproduce this problem on my meter, so...

HA will receive three different payloads, so this is just one of them. It will not contain the accumulated values. Neither will it be received on the same topic. The...

This should have been a epoch timestamp. The template is incorrect (is %llu and should be %lu), but I am a bit surprised that you didnt get "0lu" or a...

Incredible. The file have not been changed since initial implementation... So %llu either worked before, or %l gave a number (with lu behind it) which was correctly parsed, but ignored...

For anyone else visiting this issue, I can confirm that HA autodiscovery for prices have not been implemented. As I do not have a HA setup and do not have...

Will look into getting more information in HA mode. The price JSON was limited to 12 hrs because of memory constraints with ESP8266, but it could be that it can...

Sounds reasonable. If this checks out to be true for both Home Assistant and OpenHAB, it probably holds true for other systems as well, and I can make that change