Hi,
Wondering if someone is able to shed some light on to this. I have the emoncms history integration set up, but when I look in emoncms it displays null values. Not sure if I am doing something wrong or not.
Here is my configuration.yaml entry:
emoncms_history:
api_key: <api write key from admin user>
# url: http://192.168.1.24:9541/
url: http://192.168.1.24
inputnode: 20
whitelist:
- sensor.canberra_temp
- sensor.solar_elevation
I am running emoncms locally via the home assistant add-on. I have tried with and without the port.
This is a sample of what I am seeing in emoncms:
"Unix timestamp", "20:Canberra Temperature"
1624413600, null
1624414500, null
1624415400, null
1624416300, null
1624417200, null
Be grateful for any pointers. TIA.