Max' Smart Home
Find a file
2024-08-05 01:51:27 +02:00
bettwaage-plotter Starting in db storage 2024-06-12 01:21:29 +02:00
mqtt-test MQTT client test app 2024-07-05 20:15:42 +02:00
src Implementing more bridges 2024-07-31 04:13:55 +02:00
.gitignore Merge branch 'bettwaage-sidequest' 2024-05-06 15:25:59 +02:00
example.conf.yaml Implementing more bridges 2024-07-31 04:13:55 +02:00
README.md Documenting some architecture 2024-08-05 01:51:27 +02:00
requirements.txt Implemented Z2M bridge 2024-07-16 20:15:04 +02:00
start.sh Explicified start.sh 2024-05-09 02:18:26 +02:00

Max' Smart Home - MaSH

Should be a very simple server implementation of what is required in Max's smart home. Trying not to overcomplicate things and thereby ruin motivation to work on this.

Sensors

ToDo

  • Energy-saving/Off mode (Only one light slighty on to deal with the state) (How should power plugs be handled?)
  • Daylight Adjustment (E.g. No ceiling lights during daytime)
  • Save scene when turning off, to reapply same scene when turning on
  • Detect fast flickering of light state, indicating an issue, and disable the system for a few minutes

Architecture

Example Hue Light:

[HueLight]
    - implementes [LightDevice]
    - uses [HueBridge]

Example with ZigBee2Mqtt Temperature and Matrix Clock Temperature:

[Z2mClimate]
    - implements [ClimateDevice]
    - uses [Z2mBridge]
    
[MatrixClock]
    - implements [ClimateDevice]
    - uses no bridge, works on a per-device connection