Attached a file with part of my Velbus installation. Blinds of module 07 are now manually controlled via buttons on the VMBGP4-20.
How to automate this based on time, light & temperature?
Something like:
a) from, let say 19:00 in the evening of day one and 08:00 in the morning of the next day, always open
b) when light intensity of the VMBPIRO-20 drops below 250 and outside temperature is above 20°C and inside temperature is above 23°C, close the blind
c) manual mode via buttons, but that is working fine
Being new to Velbus it’s unclear to me how to configure conditions a & b in combination with c.
Give me an Allen Bradley or Siemens PLC and the job is done in 2 minutes.
But with Velbus… …
Thanks a lot to add the necessary actions in the file for one blind so that I can learn from it and program all other blinds myself.
Regards
Alain
If virtual relays are needed, I also have 5 VMB4RYLD-10 modules and a second VMBGPO-20 in the installation.
Closing of the blind based of ONLY outside temperature is ok using the “High alarm” output channel of the VMBPIRO-20.
To add the room temperature…
The Configuration Settings screen of the glass panel looks like attached file. No “alarm” or “when above” as you mention. Am I looking at the wrong place ??
But to use the features you require, the thermostat needs activating.
Please right hand click on the glass panel module, choose “address”
Hopefully the panel will be preselected
Look at the bottom and you’ll see there is a Thermostat tick box.
Apply the new address and magically, eight extra trigger channels will appear on the module.
You can’t do any harm, please feel free to explore and try things.
I appreciate your experience with other systems, so I need to reassure you that you really can’t do any harm by trying things in Velbus.
(I’m trying not to just “give you the answer on a silver platter” so that you get the pleasure of discovering the power and simplicity of Velbus for yourself. But I will continue to support your learning journey)
How to AND the “Alarm 1” from the glass panel with the “High alarm” from the PIRO so that the blind goes down when BOTH conditions are met ? Two actions 110. Down
I also configured virtual button 5 to drive the blind UP at given time, action 106. Up.
All actions on a specific “Subjects” are OR function, right?
How to get OR(AND(110.0 Down Alarm1; 110. Down High alarm);106.Up ZonW bak. Open)