I’m missing some attributes to read and change with the restAPI for the Danfoss Ally thermostat with FW 1.18 to configure them in detail.
Is it possible to add the following to be accessible with the Rest-API?
The most interesting for me are the “Radiator covered” (0x4016), “load balancing” (0x4032, 0x4040, 0x404A) and “adaption run” (0x404C, 0x404D) attributes.
I‘m not very inexperienced in programming as a hobby and read in the DDF topic.
Just before doing a deeper dive I will ask if it is possible to add the requested features with a DDF file? Is it?
I just saw the pull request added to GitHub about this topic.
In the meantime I read more about the implementation of the Load Balancing with more than one ally in one room.
To do it right it is also necessary to set Load Radiator Room Mean. So this also needs to be added to the REST API.
On the past days I looked again into the DDF topic, but it seems that my request still can‘t be solved with a custom DDF right?
I looked in the DDF editor but didn‘t found the item in the left collumn at all.
The PR #6011 has no link with externalsensortemp, that’s for unoccupiedheatsetpoint and Occupancy specific attrubutes (that I recently updated to reuse an existing config attribute instead of creating a new one for Local_Occupancy because that seems ed to cause some discussion about the proposed name).
So that means in my case for example for the „load balancing“ there need to be coded a item/function/name/whatever… in the C++ code or the resource.cpp before a custom DDF will work?
I now just mapped the device item to a different named item with same datatype available in deconz already.
I can now read the radiator mean load as „state/PM2_5“ through the API.
But looking forward to have a proper integration in the API.