-
Hi, first of all great integration! really useful... but i might be doing something wrong as it does not seem to get updated data. Its stuck on the data from yesterday and does not update....in the logs i see it goes to IEC api which replies back with stall data....but if i login via website and call the same api (i also called it in postman to make sure), i do get an updated data. anyone experienced this? thanks! update: i also downloaded and installed the rest api python package and tested it - it works as expected and brings updated data from the IEC API....however the HA component does not get updated and in the log i see HTTP responses from IEC with outdated data.....what the heck |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 25 replies
-
ok, i think i found it ...its a bug with HA component that assumes contract id is an int.....however my current contract id, after i moved to a different company, has a leading zeros....my original contract id was X, but my current contract id is 000X.....so when switching to int, the leading zeros are lost and the request for incorrect contract id is sent |
Beta Was this translation helpful? Give feedback.
ok, I figured it out finally. my ha box had TZ configured to utc. once I configured it to IL timezone the integration started to record statistics for new days!
thanks for your patience