Picked up my four devices yesterday and two of them are up and running using the pre-loaded sketch and it works like a charm!
But i have a question regarding the battery level reporting, I can see the following in the code:
// Battery voltage is repported as child sensorId 199, as well as battery percentage (Internal message)
But it seems to only present temp and hum as sensors and no voltage:
gw.present(CHILD_ID_TEMP,S_TEMP);
gw.present(CHILD_ID_HUM,S_HUM);
What is it i'm failing to understand? I just setup Domoticz and in there I have not yet got a good way of presenting historical battery levels, it just shows the latest internal battery level message. To get a better understanding on the battery life performance it is necessary to be able to create a graph. I thought I could use the voltage level for this but I can only see the internal message
Thanks,
Henrik