
Let me know if your interested, then I make a setup guide for it.
----- update 14-01-2019
I've made a new script, check
https://github.com/AlbertHakvoort/Stork ... oticz-MQTT
Moderator: leecollings
Code: Select all
if devicechanged['Ventilation Speed 0'] or devicechanged['Ventilation Speed 1'] or devicechanged['Ventilation Speed 2'] or devicechanged['Ventilation Speed 3'] then
if devicechanged['Ventilation Speed 0'] == 'On' then
os.execute('speed0.py')
end
if devicechanged['Ventilation Speed 1'] == 'On' then
os.execute('speed1.py')
end
end
Users browsing this forum: No registered users and 1 guest