My smart home configuration, based on OpenHAB 3
- All lights in the house are smart-controllable
- All heating is smart-controllable
- Automatic scenarios and rules
- Smart-vacuum-cleaner is smart-controllable
- Climate control and information for all rooms
I have 2 general groups of devices. Main light in rooms mostly controlled by WiFi wall switches. Sensors, addional switches, decorative lamps and etc, are Zigbee.
Network controlled by Electrolama zig-a-zig-ah! (zzh!).
Used package from https://github.com/basmilius/weather-icons
Part of FontAwesome project: https://fontawesome.com/license
Send command to device via CLI
docker exec -it Openhab /openhab/runtime/bin/client
openhab:send g_zigbee_ota OFF
Configuration model.
TR
- Ladder (german "TReppehaus")EG
- Ground floorKS
- Cinema room (german "KinoSaal")BZ
- Bathroom (german "BadZimmmer")KU
- Kitchen (german "KUeche")WZ
- Living room (german "WohnZimmer")SZ
- Bedroom (german "SchlafZimmer")KG
- Underground floorBK
- Balcony
Items, groups: <location>[_<sub-location>]_<type>
:
sz_bed_light
eg_light
wz_main_remote
wz_climate
Drop measurment, if group type is changed:
docker exec -it -u 0 Openhab-influxdb influx -database openhab3_db -execute 'DROP MEASUREMENT g_all_leak'