Closed HubertusH closed 4 years ago
Hi @HubertusH,
There is no filtering performed on the responses provided by Somfy API. It seems that Somfy provides a different fieldset depending on the endpoint you are requesting.
The endpoint that lists all the devices belonging to a given site includes, indeed, those two properties. However, the endpoint used to retrieve a single device, does not.
You might want to raise this issue to Somfy directly. As the API response is broadcasted as-is to the node output, it will be available as soon as Somfy takes action.
in previus version of contrib-tahoma it works - in the actual version the fields "name" and "avaible" are lost. When i call the /get/GetDevicesBySiteId at the somfy developer api site i get the responce of all devices. For the box himself i get:
with the fields name and avaible - when i do this wirh Tahoma-Read the result is:
BR Hubertus