Add commandset for setting TRV Mode
Closed this issue · 4 comments
Been running some tests on the developer page: https://developer.danfoss.com/docs/ally/1/routes/devices/%7Bdevice_id%7D/commands/post
Seems like running other commandset are supported. Tried changing the TRV mode with the following:
{ "commands": [ { "code": "mode", "value": "at_home" } ] }
{ "commands": [ { "code": "mode", "value": "pause" } ] }
{ "commands": [ { "code": "mode", "value": "leaving_home" } ] }
This would make it possible to add your own external schedules.
And these commands work?
I've tried before, but couldn't seem to get it to work - and Danfoss is, as always, silent as the thomb
I see, no response on the trv...
Exactly what I was seeing in my tests.
@MTrab @truffles003 It looks like Danfoss have actually updated the API to support this now. At least it works for me, so I've submitted a PR that implements this. Please test it out.