Search found 5 matches

by jmone
Saturday 15 June 2019 9:23
Forum: Heating/cooling
Topic: Q: Daikin Wifi & Blocky for Mode Control
Replies: 1
Views: 1025

Q: Daikin Wifi & Blocky for Mode Control

I've got my Dailin Wifi up and running and can control it just fine with the buttons on the Widgets from the Domoticz Tabs. :) Works really well.... but I'm not sure I've got the right parts for the Blocky "Set" command to change the "Mode" to say "20%" (which I think matches to Dehumidify = Mode 2 ...
by jmone
Thursday 13 June 2019 22:53
Forum: Other questions and discussions
Topic: Accept a HTTP Post from Shelly H&T Sensor
Replies: 8
Views: 5631

Re: Accept a HTTP Post from Shelly H&T Sensor

So I created a Dummy Sensor for Temp/Hum, then in Shelly tried the following: http://192.168.1.xx:8080/json.htm?type=command&param=udevice&idx=29&nvalue=0&svalue=TEMP;HUM;HUM_STAT http://192.168.1.xx:8080/json.htm?type=command&param=udevice&idx=29&svalue=TEMP;HUM;HUM_STAT http://192.168.1.xx:8080 ...
by jmone
Thursday 13 June 2019 10:47
Forum: Other questions and discussions
Topic: Accept a HTTP Post from Shelly H&T Sensor
Replies: 8
Views: 5631

Re: Accept a HTTP Post from Shelly H&T Sensor

Mmmm. I can get Domotics to receive a Msg from the Shelly, but I don't know what the Syntax is for passing the Humidity Value instead of just text. So far I've tried a few different Syntax but I'm only getting the text not the value. , eg I put in "http://192.168.1.xx:8080/json.htm?type=command ...
by jmone
Friday 07 June 2019 7:58
Forum: Other questions and discussions
Topic: Accept a HTTP Post from Shelly H&T Sensor
Replies: 8
Views: 5631

Re: Accept a HTTP Post from Shelly H&T Sensor

FYI - I tried this string in Shelly H&T in the hope I would see what it was sending: "http://192.168.1.xx:8080/json.htm?type=command&param=addlogmessage&message=" ... but all I got in the Domoticz Log was: "2019-06-07 15:26:42.328 Status: Incoming connection from: 192.168.1.xx"
by jmone
Friday 07 June 2019 7:55
Forum: Other questions and discussions
Topic: Accept a HTTP Post from Shelly H&T Sensor
Replies: 8
Views: 5631

Accept a HTTP Post from Shelly H&T Sensor

Newbie Q : I've got a Shelly H&T WiFi sensor that can wake up and send (as a GET Parameter) to a HTTP url the sensor values when it changes (by x amount). That great but I'm not sure how to: 1) Setup Domoticz to receive these to update a virtual sensor value, and 2) The correct string to use in the ...