Lorentz83 / esb2ha

Download electicity usage from esb.ie and upload it to Home Assistant
MIT License
2 stars 0 forks source link

ERROR: cannot send statistics to Home Assistant: error unknown_error: Invalid statistic_id #1

Closed oriold closed 11 months ago

oriold commented 1 year ago

I get the following error when running this.

Do you know how you can fix this? The output from ESB seems correct and the sensor was created as documented.

oriold commented 11 months ago

Actually I get this error with the provided sensor config:

Invalid config for [template]: required key not provided @ data['trigger'][0]['platform']

Lorentz83 commented 11 months ago

Did you configure home assistant sensor as described in https://github.com/Lorentz83/esb2ha/blob/main/documentation/index.md#configuring-home-assistant ?

If you do the quick and dirty test using a dockerized home assistant (https://github.com/Lorentz83/esb2ha/blob/main/documentation/index.md#i-just-wan-to-give-it-a-quick-try) does it work?

oriold commented 11 months ago

The sensor is exactly the same.

I have run the test and the test works. So I am going to investigate the issue. Not sure what it is.