Search found 46 matches

by WimR
Friday 22 November 2024 19:30
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi
it seems on the domoticz side the plugin starts ok
Could you include the log from the Rx09 ?

regards
by WimR
Friday 15 November 2024 21:23
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi, /etc/rc.local python /home/pi/project/python_programs/rx09v20241116.py -p /tmp/SerialPid /dev/ttyUSB0 5331 192.168.1.54 28080 /home/pi/project/python_programs/devices.csv /tmp/serLog.txt & Usage: -p file that will contain the process number of the program device location port program will listen ...
by WimR
Thursday 14 November 2024 13:33
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

I'll post tonight code that also allows you to choose where to put the SerProxy.Log.
That should give us more insight if the proxy is running and what is does

regards
by WimR
Thursday 14 November 2024 12:50
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi Question did you close the sessio. On the pi before using domoticz? Just asking since the test python .... line doesn't t have the & char at the end to force the process to continue running even if you close your session. Also check the content of /tmp/SerProxy.Log Currently at work in office ...
by WimR
Wednesday 13 November 2024 16:01
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

seems the account your using hasn't sufficient rights on the /tmp dir or the file exists already.

Could you try to replace the /tmp with /home/aeisenhuth in the call and retry?
by WimR
Wednesday 13 November 2024 10:53
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

I'll test on my Pi this evening.

could you see what's reported when:
python /home/aeisenhuth/project/python_programs/rx09b.py -p /tmp/serialPid /dev/ttyUSB0 5331 127.0.0.1 8088 /home/aeisenhuth/project/python_programs/devices.csv
by WimR
Wednesday 13 November 2024 10:06
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi, haven't got time to test it yet but here's code that doesn't use the urllib2 module but the urllib3 module instead. save the code under rx09b.py rx09b.py -p /tmp/serialPid /dev/ttyUSB0 5331 127.0.0.1 8080 /home/pi/project/python_programs/devices.csv # based upon: https://github.com ...
by WimR
Tuesday 12 November 2024 18:05
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

What Python version is running on your Pi 4?
just type python -V

and could you check the python modules installed:
pip list

regards
by WimR
Monday 11 November 2024 22:17
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi,

did you copy the rx09.py from your old pi to the new one in dir /home/pi/project/python_programs?
than
python /home/pi/project/python_programs/rx09.py -p /tmp/serialPid /dev/ttyUSB0 5331 127.0.0.1 8080 /home/pi/project/python_programs/devices.csv

shoudl startup the proxy

regards
by WimR
Monday 11 November 2024 21:29
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

The SerialProxy.Log should be siomething like this: /tmp $ cat SerProxy.Log 2024-11-10 11:04:12,688 INFO:Serial Device: /dev/ttyUSB0 2024-11-10 11:04:12,689 INFO:Port: 5331 2024-11-10 11:04:12,689 INFO:Domoticz IP: 127.0.0.1 2024-11-10 11:04:12,697 INFO:waiting for connection 2024-11-10 11:04:12,701 ...
by WimR
Monday 11 November 2024 17:51
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi, if on the Pi you type: rx09.py -p /tmp/serialPid /dev/ttyUSB0 5331 127.0.0.1 8080 /home/pi/project/python_programs/devices.csv the /home/pi/project/python_programs/devices.csv pointing to the data file with the links between the senders and the corresponding idx of the devices in Domoticz it ...
by WimR
Monday 11 November 2024 16:25
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi,

seems 127.0.0.1 5331 is not responding.
Does the serproxy runs?

regards
by WimR
Tuesday 28 November 2023 21:35
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

My mistake you also need to put the ip on the line

python /home/aisenhuth/project/python_programs/rx09.py /dev/ttyUSB0 5331 127.0.0.1

regards
by WimR
Tuesday 28 November 2023 10:04
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

i'll look into it this evening
by WimR
Sunday 26 November 2023 14:27
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Included a version with spaces instead of tabs. This shoudl work under Python 3.8 # Date: 2018 01 12 Original version # 2018 02 28 Added read csv with link: switch id TO domoticz idx # Read serial line and add to log as 'respons' # 2018 03 16 Added 'C' telegram mapped to 'Stop' (for devices Venitian ...
by WimR
Saturday 25 November 2023 19:19
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi A.Eisenhuth,

as far as i can see the transceiver is marked as device 4.
Can you check if in /dev you've got a ttyUSB4 ?
If so change the line into:

python /home/aisenhuth/project/python_programs/rx09.py /dev/ttyUSB4 5331
you should get some message on the console


regards
by WimR
Saturday 25 November 2023 14:51
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi aeisenhuth, youre Python seems to be a bit more picky on the usage of spaces or tab in the code in order to indent. I've added the code with all spaces replaced by tabs. # Date: 2018 01 12 Original version # 2018 02 28 Added read csv with link: switch id TO domoticz idx # Read serial line and add ...
by WimR
Wednesday 22 November 2023 13:31
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi aeisenhuth, if you've got no serproxy.log on the raspberry could you check if the serproxy is running? You can test by launching directly: python /home/pi/project/python_programs/rx09.py /dev/ttyUSB0 5331 & Check maybe if the code is still compatible with the Python 3,9 you seem to be runnning ...
by WimR
Thursday 13 July 2023 11:45
Forum: Python
Topic: Eldat Easywave RXR09 Script
Replies: 87
Views: 15547

Re: Eldat Easywave RXR09 Script

Hi Aeisenhuth, missed the message. i don't have a Pi4 yet. Best to check: - do the lines in the startup still work (the sudo lines). You could try to launch them from the PI4 console to check if the stick is recognized. - if the USB stick is recognized does it still reside on the same terminal ...
by WimR
Thursday 06 May 2021 10:55
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 31225

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

Great Guide. :shock:

Got my install working (RFX, Zwave, Easywave) + Plugins and scripts. :D

Thx for the Guide