Roar Fredriksen
Roar Fredriksen
Sorry for the late reply. You can find power capabilities in the PDFs in the documentation folder. Unfortunately, the three known meters differ so much on this parameter, so I...
We should also include a initial MQTT message, once connected to the MQTT, and include the FW_VERSION. This will prove the update succeeded. It is important to know the ESPhttpUpdate.update...
Good catch, thanks! Both are valid issues that will have to be corrected
There might be just a hint to something here: https://github.com/Gurux/Gurux.DLMS.Net/blob/master/Development/GXDLMSClient.cs#L1979
Kamstrup confirms this byte was intentionally removed, to conform to DLMS. Started some communication with NVE and NTE to see if Kaifa was just having the same bug, and this...
- DLMS.com confirms on 15-Mar-2018, the data from the Kaifa meter is not valid. - NTE Nett AS confirms on 15-Mar-2018, they will take this issue to Kaifa, and get...
(F)OTA is requested in #27, by using a specific MQTT message with a URL from where the device can download a new firmware. Are there better ways? like directly uploading...
There is an implementation that is very close to your suggestion in a project I did a while ago here: https://github.com/xnsense/xns-client/blob/master/xnsclient.cpp#L350