Ztaeyn / HomeAssistant-VTR-Modbus

Simple control of Systemair VTR(300) via modbus directly to HA.
17 stars 5 forks source link

Improvement: Trigger Away mode when residents are at work #11

Open Ztaeyn opened 1 year ago

Ztaeyn commented 1 year ago

Will have to wait until I have created or found a good automation for detecting when Both are at work. Only trigger once,

cmragnar commented 1 year ago

condition: and conditions:

Will have to wait until I have created or found a good automation for detecting when Both are at work. Only trigger once,

cmragnar commented 1 year ago

condition: and conditions:

* condition: zone
  entity_id: person.christian
  zone: zone.work

* condition: zone
  entity_id: person.christian2
  zone: zone.work2

Will have to wait until I have created or found a good automation for detecting when Both are at work. Only trigger once,

Sort of took inspiration for my VSR300 and have made a package for everything. So i wanted to give something back. Hope it helps. Good jobb btw =)