diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
commit | 2674a5226e13a68b1ee570aef552e78b7a7337b8 (patch) | |
tree | caf3b55045249cd124717109a652506576ff2cfc /.storage | |
parent | 756a33999df9255deb1c08a443a5621d94da0126 (diff) | |
download | hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.gz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.bz2 hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.xz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.zip |
Massive update: Few fixes, more new integrations & extensions
Diffstat (limited to '.storage')
-rw-r--r-- | .storage/core.area_registry | 5 | ||||
-rw-r--r-- | .storage/energy | 84 | ||||
-rw-r--r-- | .storage/input_boolean | 8 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_climate | 127 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_control | 51 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_kit | 101 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_power | 212 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_research | 62 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_status | 32 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_test | 421 | ||||
-rw-r--r-- | .storage/lovelace_dashboards | 8 |
11 files changed, 916 insertions, 195 deletions
diff --git a/.storage/core.area_registry b/.storage/core.area_registry index 4225896..cfdf7e7 100644 --- a/.storage/core.area_registry +++ b/.storage/core.area_registry @@ -43,6 +43,11 @@ "name": "Guestroom", "id": "guestroom", "picture": null + }, + { + "name": "KIT", + "id": "kit", + "picture": null } ] } diff --git a/.storage/energy b/.storage/energy index 5f2fb7e..ed73510 100644 --- a/.storage/energy +++ b/.storage/energy @@ -8,13 +8,6 @@ "type": "grid", "flow_from": [ { - "stat_energy_from": "sensor.living_office_energy", - "stat_cost": null, - "entity_energy_from": "sensor.living_office_energy", - "entity_energy_price": null, - "number_energy_price": null - }, - { "stat_energy_from": "sensor.kitchen_oven_energy", "stat_cost": null, "entity_energy_from": "sensor.kitchen_oven_energy", @@ -64,9 +57,9 @@ "number_energy_price": null }, { - "stat_energy_from": "sensor.living_tablelamp_energy", + "stat_energy_from": "sensor.living_tablelampsocket_energy", "stat_cost": null, - "entity_energy_from": "sensor.living_tablelamp_energy", + "entity_energy_from": "sensor.living_tablelampsocket_energy", "entity_energy_price": null, "number_energy_price": null }, @@ -83,6 +76,62 @@ "entity_energy_from": "sensor.bedroom_bedsidelampsocket_energy", "entity_energy_price": null, "number_energy_price": null + }, + { + "stat_energy_from": "sensor.kitchen_fridge_energy", + "stat_cost": null, + "entity_energy_from": "sensor.kitchen_fridge_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.hall_infra_energy", + "stat_cost": null, + "entity_energy_from": "sensor.hall_infra_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_smartpi_energy_total", + "stat_cost": null, + "entity_energy_from": "sensor.office_smartpi_energy_total", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_router_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_router_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_table_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_table_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_shelftop_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_shelftop_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_shelfbottom_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_shelfbottom_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_aircon_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_aircon_energy", + "entity_energy_price": null, + "number_energy_price": null } ], "flow_to": [], @@ -106,9 +155,6 @@ "stat_consumption": "sensor.office_aircon_energy" }, { - "stat_consumption": "sensor.living_office_energy" - }, - { "stat_consumption": "sensor.office_shelfbottom_energy" }, { @@ -133,7 +179,19 @@ "stat_consumption": "sensor.bedroom_tablelamp_energy" }, { - "stat_consumption": "sensor.living_tablelamp_energy" + "stat_consumption": "sensor.kitchen_fridge_energy" + }, + { + "stat_consumption": "sensor.office_smartpi_energy_total" + }, + { + "stat_consumption": "sensor.living_tablelampsocket_energy" + }, + { + "stat_consumption": "sensor.bedroom_router_energy" + }, + { + "stat_consumption": "sensor.hall_infra_energy" } ] } diff --git a/.storage/input_boolean b/.storage/input_boolean index 6c81959..e302547 100644 --- a/.storage/input_boolean +++ b/.storage/input_boolean @@ -56,6 +56,14 @@ { "name": "Mode Office Hibernate", "id": "mode_office_hibernate" + }, + { + "name": "Mode Multiroom Manual", + "id": "mode_multiroom_manual" + }, + { + "name": "Mode Hall Manual", + "id": "mode_hall_manual" } ] } diff --git a/.storage/lovelace.lovelace_climate b/.storage/lovelace.lovelace_climate index b17f2fd..0eaa6df 100644 --- a/.storage/lovelace.lovelace_climate +++ b/.storage/lovelace.lovelace_climate @@ -6,7 +6,25 @@ "config": { "views": [ { - "title": "Home", + "theme": "Backend-selected", + "title": "Climate", + "type": "custom:grid-layout", + "layout": { + "max_cols": 4, + "grid-template-columns": "25% 25% 25% 25%", + "grid-template-rows": "auto", + "mediaquery": { + "(max-width: 600px)": { + "grid-template-columns": "100%" + }, + "(max-width: 1200px)": { + "grid-template-columns": "50% 50%" + }, + "(max-width: 1800px)": { + "grid-template-columns": "33% 33% 33%" + } + } + }, "cards": [ { "type": "vertical-stack", @@ -151,6 +169,113 @@ }, { "entity": "sensor.hall_smoke_temperature" + }, + { + "entity": "sensor.air_monitor_humidity" + }, + { + "entity": "sensor.air_monitor_temperature" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "entities": [ + { + "entity": "sensor.air_monitor_awair_score", + "name": "Score" + }, + { + "entity": "sensor.kitchen_gas_carbon_monoxide", + "name": "CO" + }, + { + "entity": "sensor.air_monitor_carbon_dioxide", + "name": "CO2" + }, + { + "entity": "sensor.air_monitor_pm2_5", + "name": "PM2.5" + }, + { + "entity": "sensor.air_monitor_volatile_organic_compounds", + "name": "VOCs" + }, + { + "entity": "sensor.air_monitor_humidity", + "name": "Humidity" + }, + { + "entity": "sensor.air_monitor_temperature", + "name": "Temperature" + } + ], + "title": "Air Quality" + }, + { + "type": "history-graph", + "title": "Air Quality (2h)", + "hours_to_show": 2, + "entities": [ + { + "entity": "sensor.air_monitor_awair_score", + "name": "Score" + }, + { + "entity": "sensor.kitchen_gas_carbon_monoxide", + "name": "CO" + }, + { + "entity": "sensor.air_monitor_carbon_dioxide", + "name": "CO2" + }, + { + "entity": "sensor.air_monitor_pm2_5", + "name": "PM2.5" + }, + { + "entity": "sensor.air_monitor_volatile_organic_compounds", + "name": "VOCs" + }, + { + "entity": "sensor.air_monitor_humidity", + "name": "Humidity" + }, + { + "entity": "sensor.air_monitor_temperature", + "name": "Temperature" + } + ] + }, + { + "type": "history-graph", + "title": "Air Quality (72h)", + "hours_to_show": 72, + "entities": [ + { + "entity": "sensor.air_monitor_awair_score", + "name": "Score" + }, + { + "entity": "sensor.kitchen_gas_carbon_monoxide", + "name": "CO" + }, + { + "entity": "sensor.air_monitor_carbon_dioxide", + "name": "CO2" + }, + { + "entity": "sensor.air_monitor_pm2_5", + "name": "PM2.5" + }, + { + "entity": "sensor.air_monitor_volatile_organic_compounds", + "name": "VOCs" } ] } diff --git a/.storage/lovelace.lovelace_control b/.storage/lovelace.lovelace_control index 6e87b1c..d8a9a6c 100644 --- a/.storage/lovelace.lovelace_control +++ b/.storage/lovelace.lovelace_control @@ -45,7 +45,18 @@ }, { "entity": "input_boolean.mode_bright", - "name": "Bright" + "name": "Bright Mode" + }, + { + "entity": "input_boolean.mode_multiroom_manual", + "name": "Multiroom/No Auto" + }, + { + "entity": "input_boolean.mode_hall_manual", + "name": "Keep Hall Lights" + }, + { + "type": "divider" }, { "entity": "input_boolean.mode_alone", @@ -70,18 +81,26 @@ "type": "entities", "entities": [ { + "entity": "switch.smart_power_strip_pro_usb_1", + "name": "SmartPI" + }, + { + "entity": "switch.office_smartpi", + "name": "SmartPI/Monitor" + }, + { + "entity": "switch.bedroom_router", + "name": "Asgard" + }, + { "entity": "switch.bedroom_roof", "name": "Roof" }, { - "entity": "switch.living_office", + "entity": "switch.hall_infra", "name": "Office" }, { - "entity": "switch.smart_power_strip_pro_usb_1", - "name": "SmartPI" - }, - { "entity": "switch.hall_camera", "name": "Camera" } @@ -166,7 +185,7 @@ "name": "Bulb" }, { - "entity": "switch.living_tablelamp", + "entity": "switch.living_tablelampsocket", "name": "DeskLamp" } ], @@ -200,7 +219,11 @@ "type": "entities", "entities": [ { - "entity": "switch.smart_power_strip_pro_socket_1", + "entity": "switch.smart_power_strip_pro_socket_2", + "name": "UPS" + }, + { + "entity": "switch.smart_power_strip_pro_socket_2", "name": "Table" }, { @@ -212,6 +235,10 @@ "name": "Top" }, { + "entity": "switch.office_svensocket", + "name": "Top/Sven" + }, + { "entity": "switch.office_shelftop", "name": "Power" }, @@ -318,11 +345,15 @@ }, { "entity": "switch.kitchen_wash", - "title": "Wash" + "name": "Wash" }, { "entity": "switch.kitchen_teatable", - "title": "Table" + "name": "Table" + }, + { + "entity": "switch.kitchen_fridge", + "name": "Fridge" } ], "title": "Kitchen Plugs" diff --git a/.storage/lovelace.lovelace_kit b/.storage/lovelace.lovelace_kit new file mode 100644 index 0000000..5b24368 --- /dev/null +++ b/.storage/lovelace.lovelace_kit @@ -0,0 +1,101 @@ +{ + "version": 1, + "minor_version": 1, + "key": "lovelace.lovelace_kit", + "data": { + "config": { + "views": [ + { + "title": "KIT", + "cards": [ + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.kit_shelve_contact" + } + ], + "title": "KIT Security" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "binary_sensor.kit_shelve_contact", + "name": "Hall" + } + ], + "hours_to_show": 48, + "title": "Last 48 hours" + }, + { + "type": "logbook", + "entities": [ + "binary_sensor.kit_shelve_contact" + ], + "hours_to_show": 168, + "title": "Logs (week)" + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "title": "KIT Climate", + "entities": [ + { + "entity": "sensor.kit_temperature_temperature" + }, + { + "entity": "sensor.kit_temperature_humidity" + }, + { + "entity": "sensor.kit_temperature_pressure" + } + ] + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.kit_temperature_temperature" + }, + { + "entity": "sensor.kit_temperature_humidity" + }, + { + "entity": "sensor.kit_temperature_pressure" + } + ], + "title": "Last 24 hours", + "hours_to_show": 24 + }, + { + "type": "history-graph", + "hours_to_show": 168, + "entities": [ + { + "entity": "sensor.kit_temperature_temperature" + }, + { + "entity": "sensor.kit_temperature_humidity" + }, + { + "entity": "sensor.kit_temperature_pressure" + } + ], + "title": "Last week" + } + ] + } + ] + } + ] + } + } +}
\ No newline at end of file diff --git a/.storage/lovelace.lovelace_power b/.storage/lovelace.lovelace_power index b50b8ab..196e118 100644 --- a/.storage/lovelace.lovelace_power +++ b/.storage/lovelace.lovelace_power @@ -26,73 +26,97 @@ "cards": [ { "type": "entities", - "title": "Infrastructure", + "title": "Office", "entities": [ { - "entity": "sensor.bedroom_roof_power" + "entity": "sensor.office_table_power", + "name": "Table" }, { - "entity": "sensor.hall_camera_power" + "entity": "sensor.office_shelftop_power", + "name": "Top" }, { - "entity": "sensor.power_smartpi" + "entity": "sensor.office_shelfbottom_power", + "name": "Bottom" } ] }, { "type": "entities", - "title": "Office", + "title": "Appliances", "entities": [ { - "entity": "sensor.living_office_power" + "entity": "sensor.kitchen_oven_power", + "name": "Oven" + }, + { + "entity": "sensor.kitchen_wash_power", + "name": "Washers" + }, + { + "entity": "sensor.kitchen_teatable_power", + "name": "Tea Table" }, { - "entity": "sensor.office_shelfbottom_power" + "entity": "sensor.kitchen_fridge_power", + "name": "Fridge" }, { - "entity": "sensor.office_shelftop_power" + "entity": "sensor.office_aircon_power", + "name": "AirCon Office" }, { - "entity": "sensor.office_table_power" + "entity": "sensor.bedroom_aircon_power", + "name": "AirCon Bedroom" } ] }, { "type": "entities", - "title": "Appliances", + "title": "Lights", "entities": [ { - "entity": "sensor.kitchen_oven_power" - }, - { - "entity": "sensor.kitchen_wash_power" + "entity": "sensor.kitchen_ledlights_power", + "name": "Kitchen LEDs" }, { - "entity": "sensor.kitchen_teatable_power" + "entity": "sensor.bedroom_bedsidelampsocket_power", + "name": "Bedroom Bedside" }, { - "entity": "sensor.office_aircon_power" + "entity": "sensor.bedroom_tablelamp_power", + "name": "Bedroom Table" }, { - "entity": "sensor.bedroom_aircon_power" + "entity": "sensor.living_tablelampsocket_power", + "name": "Living Table" } ] }, { "type": "entities", - "title": "Lights", + "title": "Infrastructure", "entities": [ { - "entity": "sensor.kitchen_ledlights_power" + "entity": "sensor.office_smartpi_energy_power", + "name": "SmartPI" }, { - "entity": "sensor.bedroom_bedsidelampsocket_power" + "entity": "sensor.bedroom_router_power", + "name": "Asgard" }, { - "entity": "sensor.bedroom_tablelamp_power" + "entity": "sensor.bedroom_roof_power", + "name": "Roof" + }, + { + "entity": "sensor.hall_infra_power", + "name": "Hall" }, { - "entity": "sensor.living_tablelamp_power" + "entity": "sensor.hall_camera_power", + "name": "AubergineView" } ] }, @@ -103,35 +127,44 @@ "type": "history-graph", "entities": [ { - "entity": "sensor.bedroom_roof_power" + "entity": "sensor.office_table_power", + "name": "Table" + }, + { + "entity": "sensor.office_shelftop_power", + "name": "Top" }, { - "entity": "sensor.hall_camera_power" + "entity": "sensor.office_shelfbottom_power", + "name": "Bottom" } ], "hours_to_show": 24, - "title": "Infrastructure (24h)" + "title": "Office (24h)" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.bedroom_roof_power", - "detail": 2 + "entity": "sensor.office_table_power", + "detail": 2, + "name": "Table" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.hall_camera_power", - "detail": 2 + "entity": "sensor.office_shelftop_power", + "detail": 2, + "name": "Top" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.power_smartpi", - "detail": 2 + "entity": "sensor.office_shelfbottom_power", + "detail": 2, + "name": "Bottom" } ] }, @@ -142,45 +175,56 @@ "type": "history-graph", "entities": [ { - "entity": "sensor.office_shelfbottom_power" + "entity": "sensor.kitchen_oven_power", + "name": "Oven" }, { - "entity": "sensor.office_shelftop_power" + "entity": "sensor.kitchen_wash_power", + "name": "Washers" }, { - "entity": "sensor.office_table_power" + "entity": "sensor.kitchen_teatable_power", + "name": "Tea Table" + }, + { + "entity": "sensor.kitchen_fridge_power", + "name": "Fridge" } ], "hours_to_show": 24, - "title": "Office (24h)" + "title": "Kitchen (24h)" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.living_office_power", - "detail": 2 + "entity": "sensor.kitchen_oven_power", + "detail": 2, + "name": "Oven" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.office_shelfbottom_power", - "detail": 2 + "entity": "sensor.kitchen_wash_power", + "detail": 2, + "name": "Washers" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.office_shelftop_power", - "detail": 2 + "entity": "sensor.kitchen_teatable_power", + "detail": 2, + "name": "Tea Table" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.office_table_power", - "detail": 2 + "entity": "sensor.kitchen_fridge_power", + "detail": 2, + "name": "Fridge" } ] }, @@ -191,38 +235,32 @@ "type": "history-graph", "entities": [ { - "entity": "sensor.kitchen_oven_power" - }, - { - "entity": "sensor.kitchen_wash_power" + "entity": "sensor.office_aircon_power", + "name": "Office" }, { - "entity": "sensor.kitchen_teatable_power" + "entity": "sensor.bedroom_aircon_power", + "name": "Bedroom" } ], "hours_to_show": 24, - "title": "Kitchen (24h)" - }, - { - "hours_to_show": 24, - "graph": "line", - "type": "sensor", - "entity": "sensor.kitchen_oven_power", - "detail": 2 + "title": "Climate (24h)" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.kitchen_wash_power", - "detail": 2 + "entity": "sensor.office_aircon_power", + "detail": 2, + "name": "AirCon Office" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.kitchen_teatable_power", - "detail": 2 + "entity": "sensor.bedroom_aircon_power", + "detail": 2, + "name": "AirCon Bedroom" } ] }, @@ -233,28 +271,68 @@ "type": "history-graph", "entities": [ { - "entity": "sensor.office_aircon_power" + "entity": "sensor.office_smartpi_energy_power", + "name": "SmartPI" + }, + { + "entity": "sensor.bedroom_router_power", + "name": "Asgard" + }, + { + "entity": "sensor.bedroom_roof_power", + "name": "Roof" + }, + { + "entity": "sensor.hall_infra_power", + "name": "Hall" }, { - "entity": "sensor.bedroom_aircon_power" + "entity": "sensor.hall_camera_power", + "name": "AubergineView" } ], "hours_to_show": 24, - "title": "Climate (24h)" + "title": "Infrastructure (24h)" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.office_aircon_power", - "detail": 2 + "entity": "sensor.office_smartpi_energy_power", + "detail": 2, + "name": "SmartPI" }, { "hours_to_show": 24, "graph": "line", "type": "sensor", - "entity": "sensor.bedroom_aircon_power", - "detail": 2 + "entity": "sensor.bedroom_router_power", + "detail": 2, + "name": "Asgard" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.bedroom_roof_power", + "detail": 2, + "name": "Roof" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.hall_infra_power", + "detail": 2, + "name": "Hall Infra" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.hall_camera_power", + "detail": 2, + "name": "AubergineView" } ] } diff --git a/.storage/lovelace.lovelace_research b/.storage/lovelace.lovelace_research index 1e53158..c3178a7 100644 --- a/.storage/lovelace.lovelace_research +++ b/.storage/lovelace.lovelace_research @@ -44,6 +44,9 @@ "entity": "sensor.entrance_vibrations_action" }, { + "entity": "binary_sensor.balcony_doors" + }, + { "entity": "binary_sensor.motions_all" }, { @@ -63,12 +66,31 @@ }, { "entity": "binary_sensor.bathroom_leak_water_leak" + } + ], + "title": "Safety" + }, + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.living_balcony_contact", + "name": "Living" + }, + { + "entity": "binary_sensor.kitchen_balcony_contact", + "name": "Kitchen" + }, + { + "entity": "binary_sensor.bedroom_balcony_contact", + "name": "Bedroom" }, { - "entity": "sensor.living_office_device_temperature" + "entity": "binary_sensor.guestroom_balcony_contact", + "name": "Guestroom" } ], - "title": "Safety" + "title": "Balcony" } ] }, @@ -102,8 +124,7 @@ "name": "Entrance Door" }, { - "entity": "binary_sensor.kitchen_door_contact", - "name": "Kitchen Door" + "entity": "binary_sensor.balcony_doors" }, { "entity": "binary_sensor.entrance_vibrations_vibration", @@ -137,7 +158,7 @@ "name": "Office" }, { - "entity": "binary_sensor.living_motions_occupancy", + "entity": "binary_sensor.presence_presence", "name": "Living" }, { @@ -145,6 +166,10 @@ "name": "Bedroom" }, { + "entity": "binary_sensor.guestroom_motions_occupancy", + "name": "Guestroom" + }, + { "entity": "binary_sensor.kitchen_motions_occupancy", "name": "Kitchen" } @@ -158,10 +183,37 @@ "type": "vertical-stack", "cards": [ { + "type": "entities", + "title": "Doors", + "entities": [ + { + "entity": "switch.hall_speakerphone", + "name": "Building Door" + } + ] + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.192_168_50_132" + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", "type": "picture-entity", "entity": "camera.192_168_50_51" }, { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.ovenview" + }, + { "type": "logbook", "entities": [ "binary_sensor.entrance_door_contact", diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index b259dfc..2e2faf3 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -12,6 +12,16 @@ "type": "vertical-stack", "cards": [ { + "type": "entities", + "title": "Locks", + "entities": [ + { + "entity": "switch.hall_speakerphone", + "name": "Halabyan24" + } + ] + }, + { "type": "custom:restriction-card", "restrictions": { "confirm": { @@ -90,7 +100,7 @@ "name": "Office All" }, { - "entity": "switch.smart_power_strip_pro_socket_1", + "entity": "switch.smart_power_strip_pro_socket_2", "name": "Office Desk" }, { @@ -177,8 +187,16 @@ "name": "Entrance" }, { + "entity": "binary_sensor.balcony_doors", + "name": "Balconies" + }, + { "entity": "binary_sensor.toilet_door_contact", "name": "Toilet" + }, + { + "entity": "binary_sensor.kit_shelve_contact", + "name": "KIT Shelve" } ] }, @@ -191,7 +209,7 @@ }, { "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen1" + "name": "Kitchen" }, { "entity": "binary_sensor.bathroom_motions_occupancy", @@ -220,12 +238,20 @@ "type": "history-graph", "entities": [ { + "entity": "binary_sensor.entrance_door_contact", + "name": "Entrance" + }, + { + "entity": "binary_sensor.balcony_doors", + "name": "Balconies" + }, + { "entity": "binary_sensor.hall_motions_occupancy", "name": "Hall" }, { "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen1" + "name": "Kitchen" }, { "entity": "binary_sensor.bathroom_motions_occupancy", diff --git a/.storage/lovelace.lovelace_test b/.storage/lovelace.lovelace_test index fcdba8e..47039a9 100644 --- a/.storage/lovelace.lovelace_test +++ b/.storage/lovelace.lovelace_test @@ -151,6 +151,20 @@ "type": "entities", "entities": [ { + "entity": "input_boolean.occupancy_toilet", + "name": "Toilet" + }, + { + "entity": "input_boolean.occupancy_bathroom", + "name": "Bathroom" + } + ], + "title": "Occupancy" + }, + { + "type": "entities", + "entities": [ + { "entity": "binary_sensor.hall_motions_occupancy", "name": "Hall" }, @@ -162,13 +176,21 @@ "name": "Kitchen" }, { + "entity": "binary_sensor.kitchen_presence_presence", + "name": "Presence" + }, + { "type": "divider" }, { - "entity": "binary_sensor.bathroom_motions_occupancy", + "entity": "binary_sensor.bathroom_motions2_occupancy", "name": "Bathroom" }, { + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Door" + }, + { "type": "divider" }, { @@ -198,6 +220,10 @@ "name": "Bedroom" }, { + "entity": "binary_sensor.bedroom_presence_presence", + "name": "Presence" + }, + { "entity": "binary_sensor.guestroom_motions_occupancy", "name": "Guestroom" } @@ -215,19 +241,27 @@ "name": "Kitchen" }, { - "entity": "binary_sensor.bathroom_motions_occupancy", + "entity": "binary_sensor.kitchen_presence_presence", + "name": "Presence" + }, + { + "entity": "binary_sensor.bathroom_motions2_occupancy", "name": "Bathroom" }, { + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Door" + }, + { "entity": "binary_sensor.toilet_motions_occupancy", "name": "Toilet" }, { "entity": "binary_sensor.toilet_door_contact", - "name": "Toilet Door" + "name": "Door" }, { - "entity": "binary_sensor.presence_occupancy", + "entity": "binary_sensor.presence_presence", "name": "Living" }, { @@ -235,6 +269,10 @@ "name": "Bedroom" }, { + "entity": "binary_sensor.bedroom_presence_presence", + "name": "Presence" + }, + { "entity": "binary_sensor.guestroom_motions_occupancy", "name": "Guestroom" } @@ -254,19 +292,27 @@ "name": "Kitchen" }, { - "entity": "binary_sensor.bathroom_motions_occupancy", + "entity": "binary_sensor.kitchen_presence_presence", + "name": "Presence" + }, + { + "entity": "binary_sensor.bathroom_motions2_occupancy", "name": "Bathroom" }, { + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Door" + }, + { "entity": "binary_sensor.toilet_motions_occupancy", "name": "Toilet" }, { "entity": "binary_sensor.toilet_door_contact", - "name": "Toilet Door" + "name": "Door" }, { - "entity": "binary_sensor.presence_occupancy", + "entity": "binary_sensor.presence_presence", "name": "Living" }, { @@ -274,6 +320,10 @@ "name": "Bedroom" }, { + "entity": "binary_sensor.bedroom_presence_presence", + "name": "Presence" + }, + { "entity": "binary_sensor.guestroom_motions_occupancy", "name": "Guestroom" } @@ -286,11 +336,27 @@ "entities": [ { "entity": "binary_sensor.presence_presence", - "name": "Prsence" + "name": "Living" }, { "entity": "sensor.presence_target_distance", - "name": "Distance" + "name": "Living" + }, + { + "entity": "binary_sensor.bedroom_presence_presence", + "name": "Bedroom" + }, + { + "entity": "sensor.bedroom_presence_target_distance", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.kitchen_presence_presence", + "name": "Kitchen" + }, + { + "entity": "sensor.kitchen_presence_target_distance", + "name": "Kitchen" } ], "hours_to_show": 1, @@ -301,11 +367,27 @@ "entities": [ { "entity": "binary_sensor.presence_presence", - "name": "Presence" + "name": "Living" }, { "entity": "sensor.presence_target_distance", - "name": "Distance" + "name": "Living" + }, + { + "entity": "binary_sensor.bedroom_presence_presence", + "name": "Bedroom" + }, + { + "entity": "sensor.bedroom_presence_target_distance", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.kitchen_presence_presence", + "name": "Kitchen" + }, + { + "entity": "sensor.kitchen_presence_target_distance", + "name": "Kitchen" } ], "hours_to_show": 12, @@ -320,6 +402,158 @@ "type": "entities", "entities": [ { + "entity": "sensor.bedroom_tablelamp_voltage", + "name": "L1/Lamp" + }, + { + "entity": "sensor.living_tablelampsocket_voltage", + "name": "L2/Lamp" + }, + { + "type": "divider" + }, + { + "entity": "sensor.hall_camera_voltage", + "name": "L1/Camera" + }, + { + "entity": "sensor.hall_infra_voltage", + "name": "L1/Infra" + }, + { + "type": "divider" + }, + { + "entity": "sensor.kitchen_oven_voltage", + "name": "L2/Kitchen/Oven" + }, + { + "entity": "sensor.kitchen_wash_voltage", + "name": "L2/Kitchen/Washers" + }, + { + "entity": "sensor.kitchen_teatable_voltage", + "name": "L2/Kitchen/Tea" + }, + { + "entity": "sensor.office_table_voltage", + "name": "L2/Office/Table" + }, + { + "entity": "sensor.office_shelftop_voltage", + "name": "L2/Office/Top" + }, + { + "entity": "sensor.office_shelfbottom_voltage", + "name": "L2/Office/Bottom" + }, + { + "entity": "sensor.office_smartpi_energy_voltage", + "name": "L2/Office/SmartPI" + }, + { + "type": "divider" + }, + { + "entity": "sensor.bedroom_aircon_voltage", + "name": "L1/AirCon" + }, + { + "entity": "sensor.office_aircon_voltage", + "name": "L2/AirCon" + } + ], + "title": "Voltages" + }, + { + "type": "history-graph", + "hours_to_show": 24, + "title": "L1 vs L2 (24h)", + "entities": [ + { + "entity": "sensor.bedroom_tablelamp_voltage", + "name": "L1/Lamp" + }, + { + "entity": "sensor.living_tablelampsocket_voltage", + "name": "L2/Lamp" + } + ] + }, + { + "type": "history-graph", + "hours_to_show": 24, + "title": "L1 (24h)", + "entities": [ + { + "entity": "sensor.bedroom_tablelamp_voltage", + "name": "L1/Lamp" + }, + { + "entity": "sensor.hall_camera_voltage", + "name": "L1/Camera" + }, + { + "entity": "sensor.hall_infra_voltage", + "name": "L1/Infra" + } + ] + }, + { + "type": "history-graph", + "hours_to_show": 24, + "title": "L2 (24h)", + "entities": [ + { + "entity": "sensor.living_tablelampsocket_voltage", + "name": "L2/Lamp" + }, + { + "entity": "sensor.kitchen_oven_voltage", + "name": "L2/Kitchen/Oven" + }, + { + "entity": "sensor.kitchen_wash_voltage", + "name": "L2/Kitchen/Washers" + }, + { + "entity": "sensor.kitchen_teatable_voltage", + "name": "L2/Kitchen/Tea" + }, + { + "entity": "sensor.office_table_voltage", + "name": "L2/Office/Table" + }, + { + "entity": "sensor.office_shelftop_voltage", + "name": "L2/Office/Top" + }, + { + "entity": "sensor.office_shelfbottom_voltage", + "name": "L2/Office/Bottom" + } + ] + }, + { + "type": "history-graph", + "hours_to_show": 24, + "title": "Strange (24h)", + "entities": [ + { + "entity": "sensor.office_smartpi_energy_voltage", + "name": "L2/Office/SmartPI" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "entities": [ + { "entity": "switch.hall_lights_left", "name": "Hall Light" }, @@ -360,6 +594,86 @@ ] }, { + "type": "entities", + "entities": [ + { + "entity": "sensor.hall_motions_illuminance_lux", + "name": "Hall" + }, + { + "entity": "sensor.kitchen_motions_illuminance_lux", + "name": "Kitchen" + }, + { + "entity": "sensor.presence_illuminance_lux", + "name": "Living" + }, + { + "entity": "sensor.bedroom_motions_illuminance_lux", + "name": "Bedroom" + }, + { + "entity": "sensor.guestroom_motions_illuminance_lux", + "name": "Guestroom" + } + ], + "title": "Illuminance" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.hall_motions_illuminance_lux", + "name": "Hall" + }, + { + "entity": "sensor.kitchen_motions_illuminance_lux", + "name": "Kitchen" + }, + { + "entity": "sensor.presence_illuminance_lux", + "name": "Living" + }, + { + "entity": "sensor.bedroom_motions_illuminance_lux", + "name": "Bedroom" + }, + { + "entity": "sensor.guestroom_motions_illuminance_lux", + "name": "Guestroom" + } + ], + "hours_to_show": 1, + "title": "Illuminance (1h)" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.hall_motions_illuminance_lux", + "name": "Hall" + }, + { + "entity": "sensor.kitchen_motions_illuminance_lux", + "name": "Kitchen" + }, + { + "entity": "sensor.presence_illuminance_lux", + "name": "Living" + }, + { + "entity": "sensor.bedroom_motions_illuminance_lux", + "name": "Bedroom" + }, + { + "entity": "sensor.guestroom_motions_illuminance_lux", + "name": "Guestroom" + } + ], + "hours_to_show": 12, + "title": "Illuminance (12h)" + }, + { "type": "history-graph", "entities": [ { @@ -573,91 +887,6 @@ } ] } - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "entities", - "entities": [ - { - "entity": "sensor.hall_motions_illuminance_lux", - "name": "Hall" - }, - { - "entity": "sensor.kitchen_motions_illuminance_lux", - "name": "Kitchen" - }, - { - "entity": "sensor.presence_illuminance_lux", - "name": "Living" - }, - { - "entity": "sensor.bedroom_motions_illuminance_lux", - "name": "Bedroom" - }, - { - "entity": "sensor.guestroom_motions_illuminance_lux", - "name": "Guestroom" - } - ], - "title": "Illuminance" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "sensor.hall_motions_illuminance_lux", - "name": "Hall" - }, - { - "entity": "sensor.kitchen_motions_illuminance_lux", - "name": "Kitchen" - }, - { - "entity": "sensor.presence_illuminance_lux", - "name": "Living" - }, - { - "entity": "sensor.bedroom_motions_illuminance_lux", - "name": "Bedroom" - }, - { - "entity": "sensor.guestroom_motions_illuminance_lux", - "name": "Guestroom" - } - ], - "hours_to_show": 1, - "title": "Illuminance (1h)" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "sensor.hall_motions_illuminance_lux", - "name": "Hall" - }, - { - "entity": "sensor.kitchen_motions_illuminance_lux", - "name": "Kitchen" - }, - { - "entity": "sensor.presence_illuminance_lux", - "name": "Living" - }, - { - "entity": "sensor.bedroom_motions_illuminance_lux", - "name": "Bedroom" - }, - { - "entity": "sensor.guestroom_motions_illuminance_lux", - "name": "Guestroom" - } - ], - "hours_to_show": 12, - "title": "Illuminance (12h)" - } - ] } ] } diff --git a/.storage/lovelace_dashboards b/.storage/lovelace_dashboards index 4e4a887..1e3e35f 100644 --- a/.storage/lovelace_dashboards +++ b/.storage/lovelace_dashboards @@ -57,6 +57,14 @@ "mode": "storage", "url_path": "lovelace-test", "id": "lovelace_test" + }, + { + "show_in_sidebar": true, + "title": "KIT", + "require_admin": false, + "mode": "storage", + "url_path": "lovelace-kit", + "id": "lovelace_kit" } ] } |