Script to make gen2 shelly accept GET /status like gen1
bostjanlaba opened this issue · 2 comments
bostjanlaba commented
I have a controller which calls gen1 shelly with rest api GET /status. gen2 does not have /status but I cannot change controller.
Is there a script for gen2 (Pro 3EM) which would make gen2 respond to /status call?
Thank you
taulfsime commented
@bostjanlaba No, gen2 devices response only to an rpc calls.
You will need to call /rpc/Shelly.GetStatus
bostjanlaba commented
@bostjanlaba No, gen2 devices response only to an rpc calls. You will need to call /rpc/Shelly.GetStatus
Thank you for super fast response.