Hi,
I’m wondering if there’s anybody here using an ESPAltherma to get information from their Daikin Altherma Heat Pump.
I was very annoyed at the little data Daikin provides on their Daikin Onecta platform, so I looked around if there were other possibilities to obtain the data I wanted to see and found the ESPAltherma project.
So, I ordered an M5Stick C Plus 2, forked the ESPAltherma code and started playing around, only to find out what I was looking for, the power consumption, was not exposed over the serial interface to which the ESPAltherma connects.
Anyways, I created a Homey app to consume the data from ESPAltherma and I’ve been using it for some time now and it seems to run good.
Not everything is done yet, some capability icons need to be added for example, but the basic working is ok.
For now, I’ve also added some calculations to determine the power usage, but that’s based on the current usage on the DC side of the inverter and some assumptions so I’m not sure how accurate this information is (Then again, Daikin must be using roughly the same method to calculate usage and send it to the Onecta Platform)
Right now I’m looking for people interested in testing the app before I publish it to the App Store. If you want to test, you’ll need to be able to run Homey apps from the CLI, something I’m sure users that have setup an ESPAltherma will be perfectly capable off.
The code can be found here: GitHub - daneedk/com.altherma.mqtt
Thanks!