Search found 4 matches

by tntteam
Friday 15 November 2019 12:11
Forum: Switches and Scenes
Topic: Turn off a specific device when another specific one is enabled
Replies: 6
Views: 726

Re: Turn off a specific device when another specific one is enabled

Thank you a lot for your time and patience.

I will be looking into that this weekend. :)
by tntteam
Thursday 14 November 2019 12:20
Forum: Switches and Scenes
Topic: Turn off a specific device when another specific one is enabled
Replies: 6
Views: 726

Re: Turn off a specific device when another specific one is enabled

Thank you a lot :) I never tried to do a dzVents script, but I m familiar with coding, so your example gives me a very good start. I think you missed a timer here : Line 62 : virtualWaterHeating.switchOn() -> virtualWaterHeating.switchOn().afterSec(spikeProtectionTime) Also, wouldn't it be better to ...
by tntteam
Thursday 14 November 2019 7:23
Forum: Switches and Scenes
Topic: Turn off a specific device when another specific one is enabled
Replies: 6
Views: 726

Re: Turn off a specific device when another specific one is enabled

Hello! Thanks for your input, i m happy because it seems what I wrote was somewhat understandable :D You used eWH but i think you meant vHW, as eWH is not defined ? Using your pseudo code, here is how I see it working : switch definitions: rWH: real waterHeater switch rEH: real electricHeater switch ...
by tntteam
Wednesday 13 November 2019 14:58
Forum: Switches and Scenes
Topic: Turn off a specific device when another specific one is enabled
Replies: 6
Views: 726

Turn off a specific device when another specific one is enabled

Hello there! Sorry for my approximative english... I have a domoticz with custom webapp ontop to manage the heating of my house. I have a specific issue is that my heating is made with an electric system that can consume up to 8kW. My water heater box is consumming 3kW. Both systems are controlled ...