Search found 16 matches

by ErikAtSpijk
Sunday 20 November 2022 10:56
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 398
Views: 126677

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

I ran into the same issue, it looks like a problem with the different versions. The plugin seems to depend on pymodbus, which seems to have been updated to version 3 to be compatible with python =>3.8 The site of pymodbus states: Note 3.0.0 is a major release with a number of incompatible changes ...
by ErikAtSpijk
Monday 13 April 2020 14:43
Forum: Bash / PowerShell / Batch etc.
Topic: Automatic backup to FTP results in a non usable .db
Replies: 1
Views: 932

Re: Automatic backup to FTP results in a non usable .db

Had the same issue, it has to do with access rights. I never resolved the issue but a work around that works is to go to settings in Domotics and at "Local Networks (no username/password):" add the IP address of domoticz.

It's probably less secure but works for me.
by ErikAtSpijk
Monday 20 May 2019 21:45
Forum: Blockly
Topic: Start event 30 minutes prior to sunset
Replies: 2
Views: 1072

Re: Start event 30 minutes prior to sunset

Can't you use the sun's attiude? or (theoratical) lux?
by ErikAtSpijk
Sunday 30 December 2018 19:10
Forum: 433 & 868 transceiver
Topic: Zehnder RZF
Replies: 2
Views: 1729

Zehnder RZF

Hello, After searching the forums and internet I can't find any information about the replacing of the control of the Zehner RFZ. I use the Zehner RFZ to control the fan on the roof of the house. Because it very difficult to replace all the cables I am wondering whether it is possoble to control the ...
by ErikAtSpijk
Wednesday 26 December 2018 23:31
Forum: Other questions and discussions
Topic: TL-SG3424P POE control
Replies: 4
Views: 396

Re: TL-SG3424P POE control

I have a python script running which monitors the traffic through a managed switch for every port. It's based on SNMP and call's the command below twice and calculates the bitrate between the two commands "snmpget -v 2c -c public -O qv 192.168.0.39 .1.3.6.1.2.1.2.2.1.16.portnumer" If there is no ...
by ErikAtSpijk
Thursday 06 December 2018 0:07
Forum: Others
Topic: The Itho CVE Eco has 3 values to use now!
Replies: 5
Views: 1925

Re: The Itho CVE Eco has 3 values to use now!

I have a zehner RFZ, which hopefuly is simulair to the ITHO RFT, hence I would certainly be intrested in how you connected it to domoticz.
by ErikAtSpijk
Sunday 02 December 2018 20:32
Forum: Other questions and discussions
Topic: lua error returned: 32256
Replies: 4
Views: 10165

Re: lua error returned: 32256

Thanks, had the excact same two problems
by ErikAtSpijk
Tuesday 20 November 2018 21:12
Forum: Python
Topic: Python Plugin: Chromecast
Replies: 206
Views: 47535

Re: Python Plugin: Chromecast

Great, I've been trying to get pychromecast working for some time now, without succes as I struggled with the depeneces.

I do use the latest stable version of domoticz. Any idea why you need the latest domoticz beta to use this plug in? Do you have plans to allow the latest stable version?
by ErikAtSpijk
Sunday 05 August 2018 21:41
Forum: Other questions and discussions
Topic: irrigation pump
Replies: 3
Views: 602

Re: irrigation pump

Thanks, intresting set up to use pomped water to flush the toilet. Good idea.

I was hoping that a fibaro switch that measures the power consumption would measure hose break and caviation (high and low power), as well as start or stop the pomp based on rain/time.

Guess I need to have a go at it.
by ErikAtSpijk
Saturday 04 August 2018 0:12
Forum: Other questions and discussions
Topic: irrigation pump
Replies: 3
Views: 602

irrigation pump

Hello, So fed up of irrigating the garden manually. Does any one has experience with different types of irrigation pumps like the the one below? https://www.kaercher.com/int/home-garden/pumps/irrigation-pumps/bp-2-garden-set-plus-eu-16453620.html Do these pomp successfully start if the power is ...
by ErikAtSpijk
Wednesday 06 June 2018 23:30
Forum: Python
Topic: Import RIVM sensor data
Replies: 35
Views: 7866

Re: Import RIVM sensor data

Derik, I guess you need to add debug information to the script in order to understand where it ges wrong.I can post a proposal later this week. The script works for me. (Fijnstof at Hoogvliet)
by ErikAtSpijk
Tuesday 22 May 2018 22:14
Forum: Python
Topic: Import RIVM sensor data
Replies: 35
Views: 7866

Re: Import RIVM sensor data

Hello Derik, not sure where is goes wrong, but what you see is the output of the lines: command = ('curl -i "http://user:password@ip:8080/json.htm?type=command&param=udevice&idx=1&nvalue=0&svalue='+str(float(value[tel+1]))+'"') output = subprocess.check_output(['bash','-c', command]) Because these ...
by ErikAtSpijk
Monday 02 April 2018 21:30
Forum: Python
Topic: Import RIVM sensor data
Replies: 35
Views: 7866

Re: Import RIVM sensor data

Edwin, the RIVM website seems to stop, the website luchtmeetnet.nl seems to be the new site.

Derik, it looks like lxml can't be found, does the link below helps?

http://lxml.de/3.0/installation.html
by ErikAtSpijk
Sunday 01 April 2018 22:25
Forum: Python
Topic: Import RIVM sensor data
Replies: 35
Views: 7866

Re: Import RIVM sensor data

Hello Derik, Not sure I see the issue but a couple of thoughts: did you try running it from the command line? (./rivm.py?) Did you made an executable? (sudo chmod -x rivm.py) In the crontab I am not sure you need to include the word " python", I don't use it, I use "*/15 * * * * /home/pi/domoticz ...
by ErikAtSpijk
Sunday 18 March 2018 19:54
Forum: Python
Topic: Import RIVM sensor data
Replies: 35
Views: 7866

Re: Import RIVM sensor data

Hello, I am not familier with the Domiticz pyhton option as I struggled with urlib2 in the past. Pherhaps you can make it work do. The string value[tel] will contain all links (<a herf>) on the website in the order in which they are shown on the website. In your case the loop will look trough the ...
by ErikAtSpijk
Monday 12 March 2018 21:29
Forum: Python
Topic: Import RIVM sensor data
Replies: 35
Views: 7866

Re: Import RIVM sensor data

It might be a bit pure amateurism but the small piece of code works for me to get luchtmeetnet.nl data. Before using it you need to install lxml. ( sudo apt-get install python3-lxml ) Save the pyhon script under /home/pi/domoticz/scripts and create a crontab job. The scipt works by looking for all ...