Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Danfoss Ally thermostat: The history does not show up in Eve app #15

Closed
BEskandari opened this issue Feb 14, 2022 · 7 comments
Closed
Labels
bug Something isn't working

Comments

@BEskandari
Copy link

Hello,
I am quit sure that we had the history of the thermostat through Homebridge-Hue and Eve app. Now, no such information is displayed.

@ebaauw
Copy link
Owner

ebaauw commented Feb 14, 2022

Did you un-expose and re-expose the thermostat, after upgrading to .13? That should reset the history.

@BEskandari
Copy link
Author

I also get the below message:

[14/02/2022, 18:25:46] [deCONZ] SDB: Target Heating Cooling State changed from 1 to 0
[14/02/2022, 18:25:46] [deCONZ] HB-deCONZ: request 2007: PUT /sensors/15/mode {"mode":"off"}
[14/02/2022, 18:25:46] [deCONZ] HB-deCONZ: warning: request 2007: api error 4: method, PUT, not available for resource, /sensors/15/mode
[14/02/2022, 18:25:53] [deCONZ] SDB: Target Heating Cooling State changed from 0 to 1
[14/02/2022, 18:25:53] [deCONZ] HB-deCONZ: request 2008: PUT /sensors/15/mode {"mode":"auto"}
[14/02/2022, 18:25:53] [deCONZ] HB-deCONZ: warning: request 2008: api error 4: method, PUT, not available for resource, /sensors/15/mode

@ebaauw
Copy link
Owner

ebaauw commented Feb 14, 2022

That's definitely a bug.

Does the Danfoss Ally expose state.valve? Homebridge deCONZ wants it to expose Eve-Thermo-like history, but I'm not sure if it's actually required. Need to double-check how Homebridge Hue handles this.

@ebaauw ebaauw added the bug Something isn't working label Feb 14, 2022
ebaauw added a commit that referenced this issue Feb 14, 2022
Bug fix: wrong API command setting thermostat mode, see #15.
@BEskandari
Copy link
Author

image

@BEskandari
Copy link
Author

Hi Erik,

I tried your latest Thermostat.js and still get:

[08/03/2022, 20:39:19] [deCONZ] SDB Dineh: Target Heating Cooling State changed from 1 to 0
[08/03/2022, 20:39:19] [deCONZ] HB-deCONZ: request 166: PUT /sensors/15/config {"mode":"off"}
[08/03/2022, 20:39:19] [deCONZ] HB-deCONZ: warning: request 166: api error 6: parameter, mode, not available

or

[08/03/2022, 20:42:36] [deCONZ] SDB Dineh: Target Heating Cooling State changed from 0 to 1
[08/03/2022, 20:42:36] [deCONZ] HB-deCONZ: request 211: PUT /sensors/15/config {"mode":"auto"}
[08/03/2022, 20:42:36] [deCONZ] HB-deCONZ: warning: request 211: api error 6: parameter, mode, not available

@ebaauw
Copy link
Owner

ebaauw commented Mar 13, 2022

They don't expose config.mode on the Danfoss. Not sure how best to deal with that; Mode is mandatory in HomeKit, see ebaauw/homebridge-hue#1048.

Fix is in v0.0.14.

@BEskandari
Copy link
Author

Thanks Erik,
there is an ongoing DDF file on Deconz Add DDF for Danfoss Ally thermostat #5793
let see, thanks again for your excellent work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants