radinsky / broadlink-http-rest

Broadlink RM/RM2/RM Pro/RM3/BlackBean/A1 Web server with REST API (like..)
MIT License
156 stars 47 forks source link

RM Pro temperature #5

Closed cnliri1 closed 7 years ago

cnliri1 commented 7 years ago

Hello,

Right now the remote control function works well. can you provide a guide that without A1 how to record temperature by RM PRO in domoticz so that can be display in homekit? i find a new virtual temp sensor named rm already created in domoticz but the temperature keeps 0. if only some setting needs configured or another python needed? thanks!

radinsky commented 7 years ago

Hey,

sorry not familiar with domoticz, but I think you can figure it out by polling the RM Pro temperature by using: http://localhost:8080/getStatus/temperature Do you know which format required for the "virtual temp sensor" you mentioned?

thunder2k commented 4 years ago

Hey,

sorry not familiar with domoticz, but I think you can figure it out by polling the RM Pro temperature by using: http://localhost:8080/getStatus/temperature Do you know which format required for the "virtual temp sensor" you mentioned?

Hi, I'm trying the following with my RM Pro (other commands work): http://localhost:8080/getStatus/temperature and I'm getting: { "error": "Failed: Cannot get temperature" }

Any advice?

Thanks!