Search found 7 matches
- Tuesday 21 February 2017 16:21
- Forum: Other questions and discussions
- Topic: Domoticz as the heating controller
- Replies: 25
- Views: 10584
Re: Domoticz as the heating controller
This is why i'm investigating a solution with ESP8266 with 2 solid state relais (one to switch my pump and one for the Nefit Easy adapter to switch it off/on when the thermostat occasionally hangs) and two DS18B20 (temp in/out of boiler) and make the decisions locally. The ESP only reports temp and ...
- Tuesday 21 February 2017 15:04
- Forum: Other questions and discussions
- Topic: Domoticz as the heating controller
- Replies: 25
- Views: 10584
Re: Domoticz as the heating controller
Hi Lars, Which ESP8266 are you using? I'm using a WeMoS d1 mini pro with a relay shield to control my heater. It has ESPeasy installed as well so I can control the relay by opening the url: http://192.168.0.110/control?cmd=GPIO,5,0 for off and http://192.168.0.110/control?cmd=GPIO,5,1 for on. You ...
- Tuesday 21 February 2017 14:56
- Forum: Heating/cooling
- Topic: Looking for a failsafe solution to control heat using Domoticz -> ESP8266
- Replies: 1
- Views: 1035
Looking for a failsafe solution to control heat using Domoticz -> ESP8266
Hi all, I'm looking for a failsafe solution to heat my house using Domoticz and a wemos d1 mini pro relay switch that turns on/off the heating. It will run in paralel with my normal honeywell thermometer. Currently I'm using a blocky and a switch with on action: "http://192.168.0.110/control?cmd ...
- Sunday 05 February 2017 17:04
- Forum: Python
- Topic: Handling HNAP - DLink DSP-W215 example
- Replies: 59
- Views: 15868
Re: Handling HNAP - DLink DSP-W215 example
Yes this did the trick thank you!dezde29 wrote:Hi,
I had the same problem but since I apply :
sudo apt-get install libpython3.4
From : http://www.domoticz.com/wiki/Linux#Prob ... ing_Python
Restart domoticz and Dlink has appear in the hardware list.
Hope it helps.
- Thursday 02 February 2017 10:16
- Forum: Python
- Topic: Handling HNAP - DLink DSP-W215 example
- Replies: 59
- Views: 15868
Re: Handling HNAP - DLink DSP-W215 example
Hi, Yes I did, more than once. I reinstalled the stable version, deleted the plugins directory (created manually previously), and updated to beta...the plugins directory is not created automatically...is it normal ? I'm having the same issue. I guess we have to wait untill this is added in the ...
- Tuesday 31 January 2017 8:30
- Forum: Python
- Topic: Handling HNAP - DLink DSP-W215 example
- Replies: 59
- Views: 15868
Re: Handling HNAP - DLink DSP-W215 example
@saiko, It needs to be : /home/pi/domoticz/plugin s /DSP-W215/plugin.py This will only work on the beta channel of Domoticz which you may not be running if the plugins folder wasn't there I've renamed the plugin map to plugins and rebooted Domoticz. However I'm unable to find d-link or DSP-w215 ...
- Monday 30 January 2017 15:58
- Forum: Python
- Topic: Handling HNAP - DLink DSP-W215 example
- Replies: 59
- Views: 15868
Re: Handling HNAP - DLink DSP-W215 example
Hi guys, I just bought the DSP-W215. Firmware External Version: V2.02 Firmware Internal Version: V2.02b04 Date: Wed, 22 Oct 2014 And I'd love to test this out. However I'm unable to install the script in Domoticz. I've installed the script at: /home/pi/domoticz/plugin/DSP-W215/plugin.py and gave it ...