New test version published
You can find the test version here: Daikin Altherma | Homey
Current test version: 0.0.9
- Added notifications for errors from your Daikin
Unfortunately, our Daikin Heat Pump has gone into fault mode, but it did give me the opportunity to finish the error handling code in the app.
When your Daikin reports an error, the app will now do 3 things, once per hour:
- Write a notification to the Timeline
- Write to the app’s log
- Trigger the An error occurred in the app flow card, the Error code as a token
To be able to use this functionality, these labels are be required from your ESPAltherma device:
{0x60,3,204,1,-1,"Error Code"},
{0x60,4,152,1,-1,"Error detailed code"},
{0x60,5,203,1,-1,"Error type"},
If you had previously enabled the next labels, you should comment them, they are not used:
//{0x10,4,203,1,-1,"Error type"},
//{0x10,5,204,1,-1,"Error Code"},
