Search found 29 matches

by reddo
Friday 23 December 2022 20:58
Forum: dzVents
Topic: Use P1 data to control to 0 consumption with PWM controller
Replies: 1
Views: 356

Use P1 data to control to 0 consumption with PWM controller

Hi all, I have domoticz running with quite a few sensor, switches and blockly sripts but am in need of some scripting blockly cannot di and I am not able to do lua or other programming sadly. I would like to have a script that reads the P1 data and, with a PID controller, tries to keep the ...
by reddo
Friday 02 December 2022 22:54
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

Hi @reddo, I see you were part of this thread early on. I have information about getting the plugin working on page 7 of this thread and ongoing. The stand-alone script is described on page 5. Logs are helpful for trouble-shooting, as we don't know which part you can't get to work. Cheers - Andrew ...
by reddo
Monday 14 November 2022 22:05
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

Anyone who can give me a step by step install ? I did this years ago for the HS100 and 110 the simple way (sending commands to the switches), updated over a year ago to the plugin so I could ready the power etc from the 110 but ... now did a fresh install and cannot get it to work :( Running a RPI3 ...
by reddo
Wednesday 31 March 2021 19:58
Forum: Examples & Solutions
Topic: Luftdaten [SOLVED]
Replies: 62
Views: 28430

Re: Luftdaten [SOLVED]

I copied the latest script in a luftdaten.lua file with my domoticz IP adress in first line (is that what it should be ? That's where this might go wrong actually), placed that in the desired directory /home/ip/domoticz/scripts/dzvents/ and it seems to be runnign but with errors... 2021-03-31 19:54 ...
by reddo
Tuesday 13 June 2017 19:05
Forum: RFLink Transceiver
Topic: Klik aan klik uit AWST-8802
Replies: 0
Views: 947

Klik aan klik uit AWST-8802

Can't seem to connect this one to my domoticz through RFlink ?? Any suggestions ?

I found that with an RFXcom you could 'sniff' the code of the kaku devide but with RFlink I have not been able to do that ?

Thanks.
by reddo
Monday 12 December 2016 18:07
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

Hi guys I'm trying to get the python script running (on Windows), but no luck so far... When using python 3, I get the error message: "could not connect to host <ip> 9999 " I also tried using python 2.7, which gives me the error message: "AttributeError: 'module' objest has no attribute 'inet_pton ...
by reddo
Monday 31 October 2016 22:10
Forum: LUA
Topic: lua through blocky
Replies: 3
Views: 906

Re: lua through blocky

Because I have no clue how to do that. Blocky is workable for me, programming is sadly not my best side....
by reddo
Monday 31 October 2016 21:48
Forum: LUA
Topic: lua through blocky
Replies: 3
Views: 906

lua through blocky

Hi all, I have domoticz controlling my floor heating, switching on and off the circulation pump based on ingoing temperature in to header from a blocky script. Now this works OK but I rather have it based on differential temperature between in and outlet, which is not dependent on the ambient ...
by reddo
Monday 10 October 2016 18:05
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

Turned out... I had an error in the python script I think. Copied all the lines in to a file and saved that with notepad++ to the python file, which apparently is no good. Now, downloaded the python file, wacked it on the pi and .... working !!!

Thanks for the patience MikeF !!
by reddo
Saturday 08 October 2016 17:08
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

Dunno, will try another scriot but then still.... what is caausing the 'not running' ?

Switch is not secured.

Got Domoticz running on a PI2 now instead of a 3 but no difference.

So, maybe, a little setup a dummy switch for dummies anyone ? Might be something wrong there......
by reddo
Friday 07 October 2016 17:56
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

-rwxrwxrwx 1 pi pi 3159 Oct 6 17:33 tplink_smartplug.py

but with filezilla I can change it anyway I want but it does not help a bit.

Also made an Sh script on and off that calls the python script on but also, no joy. :evil:
by reddo
Thursday 06 October 2016 17:10
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

from within the correct dir (scripts) this command from the command line in putty python tplink_smartplug.py -t 192.168.1.218 -c on works, off function too. when from the virtual switch, no joy.... script://home/pi/domoticz/scripts/python/tplink_smartplug.py -t 192.168.1.218 -c on gives the ...
by reddo
Thursday 06 October 2016 15:59
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

re-done the hs switches and now can switch from command line... not from the virtual switch yet....
by reddo
Thursday 06 October 2016 15:49
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

pi@raspberrypi:~/domoticz/scripts/python$ python tplink_smartplug.py -t 192.168.1.218 -c info Sent: {"system":{"get_sysinfo":{}}} Received: {"system":{"get_sysinfo":{"err_code":0,"sw_ver":"1.0.8 Build 151101 Rel.24452","hw_ver":"1.0","type":"smartplug","model":"HS100(EU)","mac":"50:C7:BF:00:CC:4D ...
by reddo
Thursday 06 October 2016 13:48
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

hm... still same answer in the domoticz log. Tried it from the command line in the PI, script seems to be working but somehow I get an error: pi@raspberrypi:~/domoticz/scripts/python$ python tplink_smartplug.py -t 192.168.1.218 -c on Sent: {"system":{"set_relay_state":{"state":1}}} Received ...
by reddo
Thursday 06 October 2016 0:28
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

...and send 'on' and 'off' commands: script:///home/pi/domoticz/scripts/tplink-smartplug.py -t <IP of HS110> -c on and script:///home/pi/domoticz/scripts/tplink-smartplug.py -t <IP of HS110> -c off Now i've placed the pythion script in the correct dir, added these to lines to the virtual switch i ...
by reddo
Wednesday 21 September 2016 19:20
Forum: ESP8266
Topic: Domoticz esp8266 ds18b20
Replies: 24
Views: 10360

Re: Domoticz esp8266 ds18b20

Still pretty well... just hooked up another DS18B20. Order myself a few mini dc-dc converters for powering the ESP8266. Will go on the recirc pump of the floor heating, switching it on and off based on feed temp and montoring feed temp, return temp and the same on the floor side of the system. So ...
by reddo
Tuesday 20 September 2016 21:09
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97153

Re: TP-Link smart plug HS100/HS110

Already did... nothing...

Should be possible to get them to work though but sadly, I'm no programmer....
by reddo
Tuesday 20 September 2016 19:03
Forum: ESP8266
Topic: Domoticz esp8266 ds18b20
Replies: 24
Views: 10360

Re: Domoticz esp8266 ds18b20

Well.... hooked it up to a 3V supply first.. no luck. Then a lab power supply at 3.3 volts... no luck. Then upped the voltage to 3.6V and... seems pretty stable now with the DS18B20 doing it's work and uploading to domoticz ... also, got some strange networks showing sometomes after flashing, no ESP ...
by reddo
Monday 19 September 2016 22:57
Forum: ESP8266
Topic: Domoticz esp8266 ds18b20
Replies: 24
Views: 10360

Re: Domoticz esp8266 ds18b20

Will wire it up to a 3v supply tomorrow and give it a go..... Thanks !