Yes, I removed it. I have empty devices in the unused device tab.
I removed the equipment and then added it again. The effect is that no device is added.
Update:
I had the "accept new devices" option unselected in the settings.
Search found 13 matches
- Sunday 30 September 2018 12:25
- Forum: Heating/cooling
- Topic: Python plugin: ELV/EQ-3 MAX!
- Replies: 188
- Views: 32252
- Sunday 30 September 2018 12:18
- Forum: Heating/cooling
- Topic: Python plugin: ELV/EQ-3 MAX!
- Replies: 188
- Views: 32252
Re: Python plugin: ELV/EQ-3 MAX!
I have installed version 0.4.2 (The latest available on github) but unfortunately nothing has been created.
That's why I will remove the equipment and add it again. It's a pity, because I've already signed all the buttons and changed visually to myself.
That's why I will remove the equipment and add it again. It's a pity, because I've already signed all the buttons and changed visually to myself.
- Sunday 30 September 2018 11:36
- Forum: Heating/cooling
- Topic: Python plugin: ELV/EQ-3 MAX!
- Replies: 188
- Views: 32252
Re: Python plugin: ELV/EQ-3 MAX!
By accident, I removed the selector for one of the rooms. How to restore deleted selector or create new?
I will add that I use the latest version and it works very well so far.
I will add that I use the latest version and it works very well so far.
- Saturday 29 September 2018 16:40
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
About the manual and automatic modes: isn't this the expected behavior? Don't the setpoints only change at the programmed times? Or does it immediately change to the temperature programmed for that time block when you set it to Auto on the thermostat itself? What if you wait 5 minutes, is the ...
- Saturday 29 September 2018 14:26
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
Today from the morning I test a new plugin. Everything works very well. However, you have two small reservations: 1. After adding the plugin according to the instructions, everything worked very well. However, after upgrading to a newer version, I did not want to add new switches. Logs indicated ...
- Friday 28 September 2018 0:15
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
I can not make it today, but I will start testing tomorrow. Nice job and respect for you.
- Tuesday 25 September 2018 20:24
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
I have domoticz installed on the qnap server and I also had a problem with the lua on the dedicated application. I solved this by installing the ubuntu xenial system in the docker.
Docker from ubuntu has its own IP address and logs in to it using the console. Then it's just like in a normal Linux.
Docker from ubuntu has its own IP address and logs in to it using the console. Then it's just like in a normal Linux.
- Saturday 22 September 2018 18:12
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
If only I can implement such a button, I will certainly share my knowledge. However, I do not have much experience with domotic, so I may not succeed.
- Saturday 22 September 2018 17:53
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
Everything works now. I am very happy. I will try to add an additional switch - "auto manual eco boost". Thank you very much for your help, which is invaluable. I will add that running the script from the console causes an error, but everything works so it probably is not important. lua: script_time ...
- Saturday 22 September 2018 17:16
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
Now he gets the following error in domoticz log: 2018-09-22 17:07:01.258 Error: EventSystem: in /home/ubuntu/domoticz/scripts/lua/script_time_max.lua: /home/ubuntu/domoticz/scripts/lua/script_time_max.lua:173: attempt to index global 'CommandArray' (a nil value) If I run this script in the console ...
- Saturday 22 September 2018 15:28
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
After applying the script, it receives error. 2018-09-22 15:20:00.987 Error: EventSystem: in /home/ubuntu/domoticz/scripts/lua/script_time_max.lua: /home/ubuntu/domoticz/scripts/lua/script_time_max.lua:72: attempt to index global 'Types' (a nil value) I also came up with such a way to read window ...
- Friday 21 September 2018 9:29
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
Thank you for your answer. I created new devices manually and used the script_time_max.lua script described on the wiki. Only door sensors do not work for me. Is it possible for the door sensors to show their status?
- Thursday 20 September 2018 15:28
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 181596
Re: ELV Max! Heating control system
What am I doing wrong?? my script looks like this: -- Script which creates & synchronizes devices in Domoticz with values from MAX! cube -- Change variables below to your own values -- Start by adding new cronjob "*/5 * * * * /usr/bin/lua /home/pi/domoticz/scripts/lua/maxscript.lua" (using crontab ...