Hi,
following actions URL feature...
I was able to add listener for Shelly H&T "action" url - is there any more specific documentation on what values can be posted?
by simply entering my IP/port of the listener in the actions URL I was able to get this details:
Code
GET //???/??hum=47&temp=24.38 HTTP/1.1
Host: xxx.xxx.x.xxx:16900
Content-Length: 0
User-Agent: Shelly/20200812-091311/v1.8.0@xxxxxx (SHHT-1)
This can be easily parsed with regex.
Any chance to get battery level this way?
This would make full logic of my Shelly H&T integration as push notifier instead of pinging it for status with GET it might update "on change" when it wakes up...