paller / wavin-controller

A controller for Wavin AHC 9000 written in Python with focus for use in home-automation.
11 stars 4 forks source link

Add support for config file #14

Open paller opened 5 years ago

paller commented 5 years ago

It should be possible to define the house layout with regards to what channels and sensors are related to a room. Something along the lines:

rooms:
  kitchen:
    sensors:
      - 12
      - 13
    channels:
      - 5
  bedroom:
    sensors:
      - 1
    channels:
      - 3

It might be possible to automatically detect and group channels and sensors only be assignment of a page id.

rooms:
  kitchen:
    page:
      - 1
  bedroom:
    page:
      - 2
Abildgren commented 5 years ago

This would make it very easy configure