phrozenpenguin:
gabesmith:
An update to this. I have developed a way to programmatically control the Goldair Wifi controllable panel heaters and I suspect this will work with the Goldair eco panels as well. Some details are found here: https://github.com/codetheweb/tuyapi/issues/31
Hi @gabesmith this looks really interesting, nice work. I have a few of those panel heater and ultimately would like to integrate them into home assistant, so I can get rid of the Goldair App and reliance on their servers.
Did you follow the setup instructions in order to get your key? You sentence "Device Encryption Key discovery is done by finding these in the mobile app log file." I didn't really follow (I'm on iOS...).
Any chance of a few bullet points explanation around the best way to get started to test control not using the Goldair app?
I found my Encryption Keys using this debug file on my Android mobile. Located here:
Android/data/com.goldair.smart/cache/1.abj
Go through the the heater/app pairing process and you should see an event like this in the file:
2018-03-26 11:15:31Business{"result":{"errorDevices":[],"successDevices":[{"productId":"........[truncated]
On that line look for the value "localKey":"abc12323etc" - [note eg your key will be different]
Test it out using the Tuyapi code.
I am also playing around with Homeassistant (learning) but I just have my solution running with a cron job on a raspberry pi right now.
Happy to help further with this if needed.