From b40c6a759ea223358a09706bb267ce87e33cc668 Mon Sep 17 00:00:00 2001 From: NilsGrunwald Date: Sun, 2 May 2021 11:50:44 +0200 Subject: [PATCH] added room documentation --- build_web.bat | 3 + docs/rooms_balcony.md | 19 + docs/rooms_closet.md | 19 + docs/rooms_entry.md | 19 + docs/rooms_facilities.md | 19 + docs/rooms_fitness.md | 19 + docs/rooms_garage.md | 19 + docs/rooms_garden.md | 19 + docs/rooms_guest.md | 19 + docs/rooms_kitchen.md | 19 + docs/rooms_living.md | 19 + docs/rooms_roof.md | 30 + docs/rooms_sauna.md | 19 + docs/rooms_shift.md | 7 + docs/rooms_sleep.md | 19 + docs/rooms_stair1.md | 19 + docs/rooms_stair2.md | 19 + docs/rooms_toilette.md | 19 + docs/rooms_washing.md | 20 + docs/rooms_workshop.md | 19 + mkdocs.yml | 21 + serve_web.bat | 1 + site/404.html | 328 ++++- site/alexa/index.html | 337 ++++- .../assets/javascripts/bundle.4ea5477f.min.js | 32 + .../javascripts/bundle.4ea5477f.min.js.map | 7 + .../assets/javascripts/bundle.9b151c6a.min.js | 32 - .../javascripts/bundle.9b151c6a.min.js.map | 7 - ...fb4a9340.min.js => search.fe42c31b.min.js} | 6 +- ....min.js.map => search.fe42c31b.min.js.map} | 2 +- site/assets/stylesheets/main.77f3fd56.min.css | 2 - .../stylesheets/main.77f3fd56.min.css.map | 1 - site/assets/stylesheets/main.e35208c4.min.css | 2 + .../stylesheets/main.e35208c4.min.css.map | 1 + .../stylesheets/palette.7fa14f5b.min.css.map | 1 - ...14f5b.min.css => palette.ef6f36e2.min.css} | 4 +- .../stylesheets/palette.ef6f36e2.min.css.map | 1 + site/bsh/index.html | 331 ++++- site/fhem/index.html | 329 ++++- site/floorheating/index.html | 329 ++++- site/garagedoor/index.html | 329 ++++- site/gardencontrol/index.html | 329 ++++- site/index.html | 335 ++++- site/mobilealerts/index.html | 330 ++++- site/mqtt/index.html | 329 ++++- site/network/index.html | 576 +++++++- site/nodered/index.html | 329 ++++- site/openhab/index.html | 329 ++++- site/openhabgui/index.html | 333 ++++- site/rooms_balcony/index.html | 1112 ++++++++++++++++ site/rooms_closet/index.html | 1112 ++++++++++++++++ site/rooms_entry/index.html | 1112 ++++++++++++++++ site/rooms_facilities/index.html | 1112 ++++++++++++++++ site/rooms_fitness/index.html | 1112 ++++++++++++++++ site/rooms_garage/index.html | 1112 ++++++++++++++++ site/rooms_garden/index.html | 1112 ++++++++++++++++ site/rooms_guest/index.html | 1112 ++++++++++++++++ site/rooms_kitchen/index.html | 1112 ++++++++++++++++ site/rooms_living/index.html | 1112 ++++++++++++++++ site/rooms_roof/index.html | 1156 +++++++++++++++++ site/rooms_sauna/index.html | 1112 ++++++++++++++++ site/rooms_shift/index.html | 1020 +++++++++++++++ site/rooms_sleep/index.html | 1112 ++++++++++++++++ site/rooms_stair1/index.html | 1112 ++++++++++++++++ site/rooms_stair2/index.html | 1112 ++++++++++++++++ site/rooms_toilette/index.html | 1112 ++++++++++++++++ site/rooms_washing/index.html | 1117 ++++++++++++++++ site/rooms_workshop/index.html | 1112 ++++++++++++++++ site/search/search_index.json | 2 +- site/sitemap.xml | 108 +- site/sitemap.xml.gz | Bin 205 -> 214 bytes site/tasmota/index.html | 329 ++++- site/tuya/index.html | 329 ++++- site/usbcasecontrol/index.html | 329 ++++- 74 files changed, 26989 insertions(+), 550 deletions(-) create mode 100644 build_web.bat create mode 100644 docs/rooms_balcony.md create mode 100644 docs/rooms_closet.md create mode 100644 docs/rooms_entry.md create mode 100644 docs/rooms_facilities.md create mode 100644 docs/rooms_fitness.md create mode 100644 docs/rooms_garage.md create mode 100644 docs/rooms_garden.md create mode 100644 docs/rooms_guest.md create mode 100644 docs/rooms_kitchen.md create mode 100644 docs/rooms_living.md create mode 100644 docs/rooms_roof.md create mode 100644 docs/rooms_sauna.md create mode 100644 docs/rooms_shift.md create mode 100644 docs/rooms_sleep.md create mode 100644 docs/rooms_stair1.md create mode 100644 docs/rooms_stair2.md create mode 100644 docs/rooms_toilette.md create mode 100644 docs/rooms_washing.md create mode 100644 docs/rooms_workshop.md create mode 100644 site/assets/javascripts/bundle.4ea5477f.min.js create mode 100644 site/assets/javascripts/bundle.4ea5477f.min.js.map delete mode 100644 site/assets/javascripts/bundle.9b151c6a.min.js delete mode 100644 site/assets/javascripts/bundle.9b151c6a.min.js.map rename site/assets/javascripts/workers/{search.fb4a9340.min.js => search.fe42c31b.min.js} (79%) rename site/assets/javascripts/workers/{search.fb4a9340.min.js.map => search.fe42c31b.min.js.map} (99%) delete mode 100644 site/assets/stylesheets/main.77f3fd56.min.css delete mode 100644 site/assets/stylesheets/main.77f3fd56.min.css.map create mode 100644 site/assets/stylesheets/main.e35208c4.min.css create mode 100644 site/assets/stylesheets/main.e35208c4.min.css.map delete mode 100644 site/assets/stylesheets/palette.7fa14f5b.min.css.map rename site/assets/stylesheets/{palette.7fa14f5b.min.css => palette.ef6f36e2.min.css} (90%) create mode 100644 site/assets/stylesheets/palette.ef6f36e2.min.css.map create mode 100644 site/rooms_balcony/index.html create mode 100644 site/rooms_closet/index.html create mode 100644 site/rooms_entry/index.html create mode 100644 site/rooms_facilities/index.html create mode 100644 site/rooms_fitness/index.html create mode 100644 site/rooms_garage/index.html create mode 100644 site/rooms_garden/index.html create mode 100644 site/rooms_guest/index.html create mode 100644 site/rooms_kitchen/index.html create mode 100644 site/rooms_living/index.html create mode 100644 site/rooms_roof/index.html create mode 100644 site/rooms_sauna/index.html create mode 100644 site/rooms_shift/index.html create mode 100644 site/rooms_sleep/index.html create mode 100644 site/rooms_stair1/index.html create mode 100644 site/rooms_stair2/index.html create mode 100644 site/rooms_toilette/index.html create mode 100644 site/rooms_washing/index.html create mode 100644 site/rooms_workshop/index.html diff --git a/build_web.bat b/build_web.bat new file mode 100644 index 0000000..8db73dc --- /dev/null +++ b/build_web.bat @@ -0,0 +1,3 @@ +@ECHO OFF +python -m mkdocs build +pause diff --git a/docs/rooms_balcony.md b/docs/rooms_balcony.md new file mode 100644 index 0000000..a1589b5 --- /dev/null +++ b/docs/rooms_balcony.md @@ -0,0 +1,19 @@ +# Balkon + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_closet.md b/docs/rooms_closet.md new file mode 100644 index 0000000..0ee5272 --- /dev/null +++ b/docs/rooms_closet.md @@ -0,0 +1,19 @@ +# Abstellraum + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_entry.md b/docs/rooms_entry.md new file mode 100644 index 0000000..7125b16 --- /dev/null +++ b/docs/rooms_entry.md @@ -0,0 +1,19 @@ +# Diele + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_facilities.md b/docs/rooms_facilities.md new file mode 100644 index 0000000..8a6b9b0 --- /dev/null +++ b/docs/rooms_facilities.md @@ -0,0 +1,19 @@ +# Waschkeller + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_fitness.md b/docs/rooms_fitness.md new file mode 100644 index 0000000..c2b93ff --- /dev/null +++ b/docs/rooms_fitness.md @@ -0,0 +1,19 @@ +# Fitnessraum + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_garage.md b/docs/rooms_garage.md new file mode 100644 index 0000000..38f6a70 --- /dev/null +++ b/docs/rooms_garage.md @@ -0,0 +1,19 @@ +# Garage + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_garden.md b/docs/rooms_garden.md new file mode 100644 index 0000000..75d7ac9 --- /dev/null +++ b/docs/rooms_garden.md @@ -0,0 +1,19 @@ +# Garten und Terasse + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_guest.md b/docs/rooms_guest.md new file mode 100644 index 0000000..209b32a --- /dev/null +++ b/docs/rooms_guest.md @@ -0,0 +1,19 @@ +# Gästezimmer + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_kitchen.md b/docs/rooms_kitchen.md new file mode 100644 index 0000000..35b63a4 --- /dev/null +++ b/docs/rooms_kitchen.md @@ -0,0 +1,19 @@ +# Küche + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_living.md b/docs/rooms_living.md new file mode 100644 index 0000000..c3cccb1 --- /dev/null +++ b/docs/rooms_living.md @@ -0,0 +1,19 @@ +# Wohnzimmer + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_roof.md b/docs/rooms_roof.md new file mode 100644 index 0000000..7c00a5e --- /dev/null +++ b/docs/rooms_roof.md @@ -0,0 +1,30 @@ +# Büro (Dach) + + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| +| BüroTV | [~ An,~ Aus] | Shelly6 | Shelly 1 | [192.168.178.126 (E0:98:06:96:7B:2D)](http://192.168.178.126){target=_blank} | +| Bürolicht | [~ An,~ Aus] | Shelly3 | Shelly 1 | [192.168.178.29 (E0:98:06:95:8A:9F)](http://192.168.178.29){target=_blank} | +| Bürothermostat | [stelle ~ auf x Grad] | Bürothermostat | BSH Heizkörper-Thermostat | | + + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| +| Dach | Mobile-Alerts MA10200 | 0318ecb9b410 | +| Fensterkontakt Büro | BSH Fenter/Tür-Kontakt | | + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| +| Alexa Büro (Alexa-Buero) | Echo Dot | 192.168.178.97 (F4:03:2A:25:35:F6) | +| Telefunken-TV-Dach | Telefunken TV | 192.168.178.123 (70:54:B4:6F:E0:A6) | +| Ubuntu2004-Virtual-Machine | Ubuntu VM on Lenovo (HueBridge) | 192.168.178.54 (00:15:5D:B2:4C:02) | +| Montana2020 | Lenovo ThinkCenter M90n-1 | 192.168.178.76 (98:FA:9B:A1:A5:77) | +| Montana2000 | Celeron Low Energy Ubuntu Server | 192.168.178.36 (D0:50:99:2E:0F:0F) | +| HPDruckerDach | HP OfficeJet Pro 8616 | [192.168.178.60 (94:57:A5:9C:7D:37)](http://192.168.178.60){target=_blank} | diff --git a/docs/rooms_sauna.md b/docs/rooms_sauna.md new file mode 100644 index 0000000..9bb7871 --- /dev/null +++ b/docs/rooms_sauna.md @@ -0,0 +1,19 @@ +# Sauna / Dusche + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_shift.md b/docs/rooms_shift.md new file mode 100644 index 0000000..10a1371 --- /dev/null +++ b/docs/rooms_shift.md @@ -0,0 +1,7 @@ +# Mobile Geräte + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| +| IPhone-SE-Nils | Iphone SE (2020) - F17F2E7RPLJQ | 192.168.178.98 (CE:BC:17:65:5B:10) | +| NILS-ASUS | Asus Laptop GL752VW-T4122T | 192.168.178.72 (A4:34:D9:10:91:3B) | \ No newline at end of file diff --git a/docs/rooms_sleep.md b/docs/rooms_sleep.md new file mode 100644 index 0000000..b5f8737 --- /dev/null +++ b/docs/rooms_sleep.md @@ -0,0 +1,19 @@ +# Schlafzimmer + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_stair1.md b/docs/rooms_stair1.md new file mode 100644 index 0000000..54bf1ba --- /dev/null +++ b/docs/rooms_stair1.md @@ -0,0 +1,19 @@ +# Treppenhaus (oben) + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_stair2.md b/docs/rooms_stair2.md new file mode 100644 index 0000000..4286b19 --- /dev/null +++ b/docs/rooms_stair2.md @@ -0,0 +1,19 @@ +# Treppenhaus (unten) + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_toilette.md b/docs/rooms_toilette.md new file mode 100644 index 0000000..ff046ab --- /dev/null +++ b/docs/rooms_toilette.md @@ -0,0 +1,19 @@ +# WC + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/docs/rooms_washing.md b/docs/rooms_washing.md new file mode 100644 index 0000000..4d2fd16 --- /dev/null +++ b/docs/rooms_washing.md @@ -0,0 +1,20 @@ +# Badezimmer + + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| +| Google-Nest-Mini | Google Nest Mini | 192.168.178.129 (14:C1:4E:2F:0C:FF) | +| LoRa-Gateway | ESP8266 + LoRa Funk | 192.168.178.41 (A0:20:A6:13:67:D9) | diff --git a/docs/rooms_workshop.md b/docs/rooms_workshop.md new file mode 100644 index 0000000..2a8ecd1 --- /dev/null +++ b/docs/rooms_workshop.md @@ -0,0 +1,19 @@ +# Werkstatt + +## Home-Automation Aktoren und deren Bedienung +| *Alexa-Name* | *Alexa-Befehle* | *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-----------------|--------------|-------------|---------------| + +## Home-Automation Sensoren +| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* | +|----------------|--------------|--------------| + +## Automatisierungen +| *Beschreibung* | *Alexa-Befehl* | *Sonstige Trigger* | +|----------------|----------------|--------------------| + +## Andere Netzwerk-Geräte +| *Gerätename* | *Gerätetyp* | *ID/Addresse* | +|--------------|-------------|---------------| + + diff --git a/mkdocs.yml b/mkdocs.yml index 2b4a4b1..770d4c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,8 +13,29 @@ markdown_extensions: custom_checkbox: true - pymdownx.tabbed - pymdownx.superfences + - attr_list nav: - Home: index.md + - Räume: + - Mobile Geräte: rooms_shift.md + - Büro/Dach: rooms_roof.md + - Badezimmer: rooms_washing.md + - Gästezimmer: rooms_guest.md + - Schlafzimmer: rooms_sleep.md + - Balkon: rooms_balcony.md + - Abstellraum: rooms_closet.md + - Treppenhaus oben: rooms_stair1.md + - WC: rooms_toilette.md + - Diele: rooms_entry.md + - Küche: rooms_kitchen.md + - Wohnzimmer: rooms_living.md + - Garten/Terasse: rooms_garden.md + - Garage: rooms_garage.md + - Waschkeller: rooms_facilities.md + - Werkstatt: rooms_workshop.md + - Fitnessraum: rooms_fitness.md + - Sauna/Dusche: rooms_sauna.md + - Treppenhaus unten: rooms_stair2.md - Bedienung: - Alexa: alexa.md - OpenHab: openhabgui.md diff --git a/serve_web.bat b/serve_web.bat index a32b954..a81a5ff 100644 --- a/serve_web.bat +++ b/serve_web.bat @@ -1,2 +1,3 @@ @ECHO OFF python -m mkdocs serve +pause diff --git a/site/404.html b/site/404.html index d9445d2..59ccf44 100644 --- a/site/404.html +++ b/site/404.html @@ -9,8 +9,8 @@ - - + + @@ -18,10 +18,10 @@ - + - + @@ -44,9 +44,10 @@ - + + @@ -57,11 +58,9 @@ - - -
+