Search found 7 matches
- Wednesday 07 August 2019 23:04
- Forum: Python
- Topic: Python Plugin: Life 360 Presence Detection (deprecated)
- Replies: 170
- Views: 42499
Re: Python Plugin: Life 360 Presence Detection
Snap! just started getting the same issue here after domoticz beta update, 2019-08-07 21:58:46.240 (Life360) Life360 URLError Reason: [SSL] internal error (_ssl.c:720) 2019-08-07 21:58:46.240 (Life360) No Token Received; Please Check Life360 Username and Password 2019-08-07 21:58:46.240 (Life360 ...
- Friday 31 March 2017 13:41
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181033
Re: ELV Max! Heating control system
I have been running the cron version of the script for a while now and it has been perfect - many thanks for all the effort in writing it.
Is there any way to implement a domoticz version of the ECO/AUTO/COMFORT switch?
Many thanks
Is there any way to implement a domoticz version of the ECO/AUTO/COMFORT switch?
Many thanks
- Tuesday 06 December 2016 23:25
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181033
Re: ELV Max! Heating control system
If your still having trouble (like i did on a clean install) look back at this post http://www.domoticz.com/forum/viewtopic.php?f=34&t=841&p=101650&hilit=usrlocalliblua5p2.tar.gz#p101650 it sorted me out. Note: there is a typo - here is a correction: download the lua 5.2 files from http://www ...
- Wednesday 09 November 2016 0:12
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181033
Re: ELV Max! Heating control system
Temperature will indeed not be updated if you don't have wall thermostats. Earlier versions of the script updated the Domoticz temperature device(s) with the actual temperature(s) received from the valves, but I removed that since the valves only send the current temperature when the motor is ...
- Monday 07 November 2016 13:54
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181033
Re: ELV Max! Heating control system
NOTE: i am running the script via the Events LUA (Time) page not in a file in the LUA folder (not sure if it makes a difference). The 2 problems i noticed were, 1. around line 26- TempMin = 100, should be TempMin = 10 (or whatever you want for your lowest temp?) 2. loads of instances of hard coded ...
- Monday 07 November 2016 12:42
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181033
Re: ELV Max! Heating control system
In the mean time, does anyone have the problem that the valve script wont turn on the CH_switch? Skippiemanz / all, Hi, Firstly Great work all, i have been watching this develop and love all the work you guys have been putting in, my system is not fully working yet (not getting temp or setpoint ...
- Friday 07 October 2016 10:43
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181033
Re: ELV Max! Heating control system
Blackdog65, i had exactly the same issue - remove [ code ] and [ /code ] from the top and bottom of the script and it will clear the error. I now have the following issue and cant find a resolve, lua: max.lua:2: module 'basexx' not found: no field package.preload['basexx'] no file '/usr/local/share ...