Search found 32 matches
- Wednesday 30 May 2018 23:16
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Is there any chance to get a "clean" script for the switch? ;-) I'd really like to change between "Auto" and "Manual" from domoticz. Hello, Here is my work. Most of the code is "readable", but my sync mechanism between Domoticz modes and Max! modes is tricky. I could make something simpler, I didn ...
- Saturday 12 May 2018 0:08
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 111234
Re: Python plugin: Xiaomi Mi Robot Vacuum
Same question here.andreaburlizzi wrote: ↑Thursday 03 May 2018 21:41 Sorry for the noob question, but there is a way to use this plugin with a Windows 10 installation of domoticz?
Furthermore I'd like to know if python-miio would work under windows.
- Tuesday 20 February 2018 20:46
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 101188
Re: Python Plugin: Smart Virtual Thermostat
By the way, I get this error even when the thermostat is "Off".
- Monday 19 February 2018 16:26
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Another trick for those who want to catch exceptions for them to be shown in DOmoticz in red : In the main script , look for the line "elseif (cmd == 'L')" and put this : elseif (cmd == 'L') then success,error = pcall(maxCmd_L,data) if not success then print("Exception : "..error) io.write('<p style ...
- Monday 19 February 2018 16:06
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
To be honest I have never used the command sending function for anything else then MANUAL setpoints., and this works normally. I'm not certain, but it looks like you also have some AUTO setpoints, correct? If so, you could do a test with only MANUAL setpoints to see if that solves the strange ...
- Wednesday 07 February 2018 3:08
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Thank you for your help. Looks like I've introduced a mistake further in my code, I'll check tomorrow that everything runs fine.
- Monday 05 February 2018 17:16
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Hello MZVut, I worked a bit on your script, but I let the MaxCmdSend method intact. I get a weird behaviour when setting a new setpoint to any valve. I share my log, for information, just in case. You'll see the initial command from domoticz in green color, then the weird behaviour in red. In short ...
- Sunday 26 November 2017 21:16
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Hello, I appreciate your feedback, I was getting furious against the Max! devices. By the way, I dirty tweaked your code to retrieve and set auto, manual, boost, holiday info. I think I won't sync it with domoticz but with my python diy system, and create a diy html interface for a dedicated display ...
- Saturday 25 November 2017 13:17
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
I'm getting crazy with the Max! software. I just hard reset it and made pairing again. I don't know why, but whenever I change the temp on one valve, three other valves automatically change to the same temp. You can see hereunder the 4 valves that react together ( 16.5°C), though it is absolutely ...
- Friday 24 November 2017 10:23
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
I wish I had set this trick before. The cube is out of control, I have to hard reset it and make again pairings, then room settings, then temp planning. I had fine tuned the temp offsets for all 6 valves, it will take hours to make all work again together with the domoticz devices already created ...
- Friday 24 November 2017 8:20
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
My Cube reseted like you mvzut. Is your reboot trick working? I want to prevent this shit.
- Saturday 11 November 2017 11:00
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 512433
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Hello, for the second time this year my gateway got partially stuck : - some random sensors are seen "not connected" in mi home - almost no data is sent to domoticz. The only solution I found was power off/power on. This is very annoying as this gateway is managing critical features in my home. I ...
- Thursday 09 November 2017 19:29
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
What is maxtest.lua? I don't remember this file. you should'nt need this script.
I gave you my cubeScript.lua file which was adapted to work on Lua 5.1, because mvzut's one was written for Lua 5.2.
I gave you my cubeScript.lua file which was adapted to work on Lua 5.1, because mvzut's one was written for Lua 5.2.
- Thursday 09 November 2017 18:47
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Why did you change
Basexx = require "basexx"
into
Basexx = require "base64"
Basexx = require "basexx"
into
Basexx = require "base64"
- Friday 27 October 2017 9:27
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Then you need to trigger the script after any manual change in domoticz. It is doable but Idk how, being under Windows things are a bit different.
- Friday 27 October 2017 6:56
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
Starting from this need :
The simplest and easiest solution is mvzut's lua script. It's been working for 1 month here, so far so good.I want just simple set a temperture from domoticz
- Tuesday 24 October 2017 12:43
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
- Tuesday 24 October 2017 12:37
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 175214
Re: ELV Max! Heating control system
No, as far as I know it is not possible.
- Friday 22 September 2017 11:48
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 101188
Re: Python Plugin: Smart Virtual Thermostat
oups, my bad
- Friday 22 September 2017 9:45
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 101188
Re: Python Plugin: Smart Virtual Thermostat
I'm following this thread as I start controlling my house with max! cube valves, and a main ON/OFF thermostat on the boiler. Playing with all this will be a nice challenge. Can you explain "assuming you run a version of domoticz with the python plugin framework enabled, i.e. not a beta built later ...