Ztaeyn / HomeAssistant-VTR-Modbus

Simple control of Systemair VTR(300) via modbus directly to HA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement: Trigger Away mode when residents are at work

Ztaeyn opened this issue · comments

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

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,

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 =)