Search found 4 matches

by jaras
Friday 12 January 2018 20:54
Forum: Python
Topic: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?
Replies: 8
Views: 2153

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Well, I don't need python but I guess the simple installation (not built from source) is enabling it when python was installed. Any suggestion how to disable it? (have searched domoticz folders and also forum for answer :-) )
by jaras
Wednesday 10 January 2018 21:19
Forum: Python
Topic: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?
Replies: 8
Views: 2153

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

I got it more than once in a new installation, latest version, not beta.. RPI 3 /raspbian uname -a Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux Domoticz V3.8153 Dashboard Switches Scenes Temperature Weather Utility Setup All Status Error Filter: X 2018-01-10 ...
by jaras
Saturday 11 November 2017 18:31
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: HTTPS authorization using obsolete RSA
Replies: 0
Views: 734

HTTPS authorization using obsolete RSA

I got a site using letsencrypt and when checking my certificate I get a warning from Chrome saying the authentication is using an obsolete key. According to this discussion it should be a configuration of the webserver. So where can I find it? I use the built in domoticz webserver on linux ubuntu ...
by jaras
Wednesday 30 August 2017 6:08
Forum: LUA
Topic: preceding 0, in values devices
Replies: 1
Views: 753

Re: preceding 0, in values devices

I run in to the same problem and ended up solving it by using json to update the wind speed value. When I used commandArray I got a 0, (zero comma) prior to the real data. Here is what I used and so far I just set the windspeed. The actual data is read from file; vind-diff pi@NewRpi3 ~/domoticz ...