Does the current Webserver plug-in do this...?
Posted: Mon Dec 23, 2013 12:34 am
I think the current Webserver plug-in (v1.9) can do what I need, but the discussion is quite a bit over my head. My thermostat (Radio Thermostat CT80) has a built-in webserver that responds to HTTP GET and POST requests. Example of GET with JSON data returned:
URL in browser: http://<thermostat IP>/tstat
Returns:
Does the Webserver plug-in parse this data and make it available as variables?
I didn't want to junk up the primary thread with my specific question. I'd appreciate any help.
URL in browser: http://<thermostat IP>/tstat
Returns:
Code: Select all
{"temp":70.50,"tmode":1,"fmode":0,"override":1,"hold":1,"t_heat":68.00,"program_mode":0,"tstate":0,"fstate":0,"time":{"day":6,"hour":17,"minute":29},"t_type_post":0}I didn't want to junk up the primary thread with my specific question. I'd appreciate any help.