Energy usage #104
Replies: 5 comments 7 replies
-
Hi, thanks for attempting! :-) I've created an issue, see #105 |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble getting info from the EnergyUsage api. All the values are 0, for all ViewTypes. Is this just me, or is it like this for all? I use "yesterday" as the date, I guess today isn't updated until tomorrow at 00:00:00 (or maybe a little after that? My app is showing (some strange) values, I don't know where it get its values from, maybe I need to try to sniff the traffic? |
Beta Was this translation helpful? Give feedback.
-
OK, new newbie question. |
Beta Was this translation helpful? Give feedback.
-
Thank you @robbinjanssen for your excellent work on this library. I was getting ready to replace my two Microtemp thermostats due to missing implementation in Home Assistant. You saved me the trouble ;) I have implemented the code for fetching the energy consumption in pull request #468. As discussed there I think the discrepancy you have seen between the API numbers and the app report, is due to the Energy Tariff option on the thermostat. This needs to be disabled on the thermostat for the numbers to be reported as expected. I have included a note about this in the README. I have also proposed a pull request for the custom component for Home Asssistant that will utilise this new data from the Python library. |
Beta Was this translation helpful? Give feedback.
-
I've been using the implementation (ref. pull request #468) for a few days now and have found an annoying bug. |
Beta Was this translation helpful? Give feedback.
-
I am trying to get the energy usage from the thermostat, as we discussed in the HA integration repo.
It's my first attempt at contributing on GH, so I have some questions.
Beta Was this translation helpful? Give feedback.
All reactions