How to execute SEND action for a Remotec (120) device through the API

Innodron shared this question 8 years ago
Need Answer

I am looking for information on how to execute SEND action on any of the IR slots for a remotec using the API. Unfortunately I could not figure it out by looking at the API documentation. All I could found was https://my.zipato.com/zipato-web/v2/clusterEndpoints/uuid?full=true lists the relevant object configuration.

Thanks for your help.

Replies (2)

photo
1

Figured out. Documenting for anyone else interested in.


This can be done with an HTTP PUT request to https://my.zipato.com/zipato-web/v2/attributes/<uuid>/value

with the json data {"value":"n"}


where;

uuid=IR Extender (device) --> AirCondition IR (endpoint) --> Thermostat setpoint (clusterEndpoint) --> SETPOINT_COOLING (attribute) uuid.

n=Infrared slot (1 to 20)

photo
1

Figured out. Documenting for anyone else interested in.


This can be done with an HTTP PUT request to https://my.zipato.com/zipato-web/v2/attributes/<uuid>/value

with the json data {"value":"n"}


where;

uuid=IR Extender (device) --> AirCondition IR (endpoint) --> Thermostat setpoint (clusterEndpoint) --> SETPOINT_COOLING (attribute) uuid.

n=Infrared slot (1 to 20)

Leave a Comment
 
Attach a file