sure, I have a comparable workaround.
the thing is that I like to understand the cause of the problem
Search found 17 matches
- Saturday 27 February 2021 12:26
- Forum: Python
- Topic: Python2 vs Python3
- Replies: 4
- Views: 447
- Thursday 25 February 2021 21:44
- Forum: Python
- Topic: Python2 vs Python3
- Replies: 4
- Views: 447
Python2 vs Python3
Something is puzzling me. I have a RPi 4b with the latest version of Raspberry OS running Domoticz 2020.2. On the Pi, Python2 and Python3 are installed. I stumbled into a problem because a Python script which was developed in Python3 did not run as a script_time_xxx.py. Looking into this I ...
- Thursday 16 April 2020 20:52
- Forum: Dashticz
- Topic: Dashticz not showing
- Replies: 7
- Views: 1645
Re: Dashticz not showing
yep there it was.
not so very smart of me. But I never realised that this information was executed in the browser.
and the problem was solved. thanks for you help.
Code: Select all
config['domoticz_ip'] = 'http://localhost:8080';
Code: Select all
config['domoticz_ip'] = 'http://xxx.yy.116.101:8080';
- Thursday 16 April 2020 9:32
- Forum: Dashticz
- Topic: Dashticz not showing
- Replies: 7
- Views: 1645
Re: Dashticz not showing
Thanks, I am going to try this asap. I am not a web programmer so I am puzzled by this: The request you mention from Dashticz to Domoticz is in both cases (Pi and laptop) the same: localhost:8080 On my PI that is fine, Domoticz is running on localhost, but if this request is executed IN a browser on ...
- Wednesday 15 April 2020 21:42
- Forum: Dashticz
- Topic: Dashticz not showing
- Replies: 7
- Views: 1645
Re: Dashticz not showing
F12 gives an interesting view on this issue. first I get a bunch of GET request to the PI, ending with status 200 (ok) then a GET to raw.githubusercontent.com with a file version.txt ending with status 304 and then a GET to localhost:8080 trying to get a json file: json.htm?username=xxxxx&password ...
- Tuesday 14 April 2020 9:24
- Forum: Dashticz
- Topic: Dashticz not showing
- Replies: 7
- Views: 1645
Dashticz not showing
I run Domoticz (2010-1) and Dashticz together on a Pi4B with Buster. this ran without problems and I could connect to the Dashticz webpage from all kind of devices in my network. Recently I upgraded to Dashticz v 3.3.3.1 it took me some time to get it running but finally it worked (I thought). Yes ...
- Sunday 19 January 2020 11:09
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Aeotec Z-Stick not appearing in Hardware Setup
- Replies: 10
- Views: 3235
Re: Aeotec Z-Stick not appearing in Hardware Setup
I too, did a fresh install on a Pi4B with BUSTER and domotixz V4.10717 Initially my Aeotec Gen5 stick seems not even to be seen by the Pi because if I do a "lsusb" this is the result pi@raspberrypi:~ $ lsusb Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b ...
- Friday 08 November 2019 13:56
- Forum: Python
- Topic: No module named 'serial'
- Replies: 1
- Views: 760
Re: No module named 'serial'
In the mean time tried to import the scipy library. result is the same, the library is not installed. it looks like the environment where domoticz is starting the scripts does not have access to the manually installed modules. the serial library is in /usr/lib/python3/dist-packages/serial I compared ...
- Wednesday 30 October 2019 9:49
- Forum: Python
- Topic: No module named 'serial'
- Replies: 1
- Views: 760
No module named 'serial'
Version: V4.10717 Platform Pi 3B+ (stretch and buster) I have a piece of Python3 code that uses the serial library. I imported this library with sudo apt-get install python3-serial the code is placed in .../domoticz/scripts/python/script_time_test.py to activate it every minute bij de Domoticz ...
- Sunday 12 November 2017 21:42
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
That would be cool. I have also a WHR930Luxe. I already can set the fan to 1 with a sonoff. I have also connected 4 DS18B20 to the sonoff OK that's a wifi switch I guess. so you don't have the RS232 protocol working? and you use the DS 18B20 to read the 4 air temps. I'd prefer to read the temps ...
- Sunday 12 November 2017 14:22
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
I have all the programming checked and working but getting no results. My guess is that the protocol description for the WHR930 is not compatible with the WHR930 Luxe which I am using. I get no response on the commands that I send to the unit. the send led on the USB<->RS232 interface is blinking ...
- Wednesday 25 October 2017 21:19
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
After being injured for a long time I picked up this project again. I am not a python programmer so I only understand a small part of the code in ventserver.sh neither do I use domoticz: ventserver is running on a PI and the only thing I need is a (json) file with the temperatures. I have a ...
- Wednesday 10 May 2017 14:59
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
@ bizziebis Too bad I can't get it to work. Looks like I have no signal at the RS232 output from my WHR. When I measure, it only shows 0.7 volts on RX, and 0V on TX. When I open up a serial connection nothing changes in the levels. including your next post you say that you see 0.7 Volts on TX and 0 ...
- Monday 08 May 2017 21:55
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
Hi, thank you for sharing all this information. it looks great. I downloaded ventv03.zip, that is the latest version i think/ I am running ventserver on a Raspberry PI, connected a RS232 > USB converter and used dmesg to discover the device name (ttyUSB0) and modified ventserver.sh I have checked ...
- Thursday 27 April 2017 12:41
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
Hi Rob, The domoticz controller (a raspberry pi, linux, cubietruck, or windows PC/server) does by default not have a R485 conversion. To get this working you'll need a RS232 to USB converter as by default the WHR930 comes with a RJ45 RS232 connection socket and not the default RS232 socket. For #2 ...
- Thursday 27 April 2017 12:38
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
Yep thanks. I have a 930 Luxe, forgot to be explicit in my first mail.Lisa wrote: 5) Only works on a WHR 930/950 Luxe version...
- Friday 21 April 2017 15:46
- Forum: Show your projects
- Topic: Zehnder/Stork WHR Ventilation Unit
- Replies: 152
- Views: 52973
Re: Zehnder/Stork WHR Ventilation Unit
Hi, Maybe I am going to ask some stupid questions/observations so please bear with me. 1) My WHR 930 has a RS232 interface, does that mean that a Domoticz controller has a RS485, otherwise this conversion is obsolete. or are you running Domoticz on a platform with a RS485 interface? 2) I run a ...