Skip to content

Commit

Permalink
Lotsostuff it's been a bit...
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGoodenough committed Aug 26, 2024
1 parent 939d14a commit b33192c
Show file tree
Hide file tree
Showing 32 changed files with 668 additions and 199 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.6.4
2024.8.3
192 changes: 98 additions & 94 deletions .storage/lovelace
Original file line number Diff line number Diff line change
Expand Up @@ -805,31 +805,6 @@
}
]
},
{
"type": "conditional",
"conditions": [
{
"condition": "numeric_state",
"entity": "sensor.jen_temperature_battery",
"below": 21
}
],
"card": {
"show_name": true,
"show_icon": true,
"type": "button",
"tap_action": {
"action": "more-info"
},
"entity": "sensor.jen_temperature_battery",
"hold_action": {
"action": "none"
},
"show_state": true,
"name": "Jen Temp Battery",
"icon": ""
}
},
{
"type": "conditional",
"conditions": [
Expand Down Expand Up @@ -857,9 +832,6 @@
},
{
"entities": [
{
"entity": "switch.bathroom_speaker_do_not_disturb"
},
{
"entity": "switch.micro_switch_g2"
},
Expand Down Expand Up @@ -1077,18 +1049,6 @@
{
"type": "grid",
"cards": [
{
"type": "media-control",
"entity": "media_player.jen_group"
},
{
"type": "media-control",
"entity": "media_player.office_jamz"
},
{
"type": "media-control",
"entity": "media_player.grandma_group"
},
{
"type": "media-control",
"entity": "media_player.intercom_group"
Expand Down Expand Up @@ -3732,6 +3692,14 @@
"entity": "sensor.gw2000b_v2_2_4_relative_pressure",
"name": "Relative Pressure"
},
{
"entity": "sensor.chaloupkaabode_weather_soil_moisture_1",
"name": "Soil Moisture 1"
},
{
"entity": "sensor.chaloupkaabode_weather_soil_moisture_2",
"name": "Soil Moisture 2"
},
{
"entity": "sensor.gw2000b_v2_2_4_solar_lux",
"name": "Solar Lux"
Expand All @@ -3748,18 +3716,6 @@
"entity": "sensor.gw2000b_v2_2_4_weekly_rain_rate_piezo",
"name": "Weekly Rain Rate Piezo"
},
{
"entity": "sensor.gw2000b_v2_2_4_wh57_battery",
"name": "WH57 Battery"
},
{
"entity": "sensor.gw2000b_v2_2_4_wh90_battery",
"name": "WH90 Battery"
},
{
"entity": "sensor.gw2000b_v2_2_4_wh90_capacitor",
"name": "WH90 Capacitor"
},
{
"entity": "sensor.gw2000b_v2_2_4_wind_direction",
"name": "Wind Direction"
Expand All @@ -3784,31 +3740,70 @@
"title": "ChaloupkaAbode Weather"
},
{
"type": "entity",
"entity": "sensor.control_central_uv_index",
"attribute": "level",
"name": "Sunburn Risk",
"icon": "mdi:sun-wireless-outline",
"state_color": false
},
{
"type": "entities",
"entities": [
{
"entity": "binary_sensor.dark_outside"
"entity": "sensor.sunburn_risk_uv_r",
"name": "Sunburn Risk",
"secondary_info": "last-updated"
},
{
"entity": "input_boolean.rain"
},
{
"entity": "sensor.gw2000b_v2_2_4_daily_rain_rate_piezo"
},
{
"entity": "sensor.gw2000b_v2_2_4_weekly_rain_rate_piezo"
},
{
"entity": "sensor.sunlight_pct_2"
},
{
"entity": "sensor.sun_state"
},
{
"entity": "binary_sensor.dark_outside"
},
{
"entity": "sun.sun"
},
{
"entity": "binary_sensor.mailbox"
}
],
"show_header_toggle": false,
"title": "Weather",
"type": "entities"
"title": "ChaloupkaAbode Weather",
"theme": "Fluent Green",
"state_color": true
},
{
"type": "gauge",
"entity": "sensor.sunlight_pct_2",
"entity": "sensor.control_central_uv_index_today",
"needle": true,
"name": "Chance of Sunburn",
"unit": "UV-Index",
"max": 9,
"min": 1,
"visibility": [
{
"condition": "numeric_state",
"entity": "sensor.control_central_uv_index_today",
"above": 2
}
],
"severity": {
"green": 0,
"yellow": 50,
"red": 80
},
"name": "Chance of Sunburn"
"green": 2,
"yellow": 5,
"red": 7
}
},
{
"type": "gauge",
Expand All @@ -3824,20 +3819,6 @@
"unit": "minutes",
"name": "Rolling Sprinkler for Tomorrow"
},
{
"type": "entity",
"entity": "input_boolean.rain",
"name": "Is it raining?",
"state_color": true
},
{
"graph": "none",
"type": "sensor",
"entity": "sensor.gw2000b_v2_2_4_daily_rain_rate_piezo",
"detail": 2,
"name": "Daily Rain",
"unit": "inch"
},
{
"type": "gauge",
"entity": "input_number.sprinkler_time",
Expand All @@ -3852,23 +3833,20 @@
}
},
{
"graph": "none",
"type": "sensor",
"entity": "sensor.gw2000b_v2_2_4_weekly_rain_rate_piezo",
"detail": 2,
"unit": "inches",
"hours_to_show": 168,
"name": "Rain this week"
},
{
"chart_type": "line",
"period": "5minute",
"type": "statistics-graph",
"entities": [
{
"entity": "binary_sensor.mailbox"
}
"sensor.chaloupkaabode_weather_soil_moisture_1",
"sensor.chaloupkaabode_weather_soil_moisture_2"
],
"show_header_toggle": false,
"title": "Mailbox",
"type": "entities"
"stat_types": [
"mean"
],
"title": "Soil Moisture",
"days_to_show": 3,
"hide_legend": false,
"logarithmic_scale": true
},
{
"type": "history-graph",
Expand All @@ -3882,15 +3860,41 @@
"title": "Sprinkler Time"
},
{
"type": "iframe",
"url": "https://www.home-assistant.io",
"aspect_ratio": "50%"
"type": "entities",
"entities": [
{
"entity": "sensor.chaloupkaabode_weather_soil_battery_1",
"name": "Soil Battery 1"
},
{
"entity": "sensor.chaloupkaabode_weather_soil_battery_2",
"name": "Soil Battery 2"
},
{
"entity": "sensor.gw2000b_v2_2_4_wh57_battery",
"name": "WH57 Battery"
},
{
"entity": "sensor.gw2000b_v2_2_4_wh90_battery",
"name": "WH90 Battery"
},
{
"entity": "sensor.gw2000b_v2_2_4_wh90_capacitor",
"name": "WH90 Capacitor"
}
],
"title": "ChaloupkaAbode Weather"
},
{
"type": "weather-forecast",
"entity": "weather.home",
"show_forecast": false,
"theme": "Animated Weather Card"
},
{
"type": "iframe",
"url": "https://www.home-assistant.io",
"aspect_ratio": "50%"
}
],
"icon": "mdi:weather-lightning",
Expand Down
13 changes: 0 additions & 13 deletions .storage/lovelace.smartbed

This file was deleted.

9 changes: 0 additions & 9 deletions .storage/lovelace_dashboards
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@
"show_in_sidebar": true,
"require_admin": false,
"mode": "storage"
},
{
"id": "smartbed",
"url_path": "smartbed",
"icon": "mdi:bed",
"require_admin": false,
"title": "SmartBed",
"show_in_sidebar": true,
"mode": "storage"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion .storage/lovelace_resources
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"items": [
{
"url": "/hacsfiles/HA-Firemote/HA-Firemote.js?hacstag=5363296562316",
"url": "/hacsfiles/HA-Firemote/HA-Firemote.js?hacstag=5363296563412",
"type": "module",
"id": "b1e6ba845bf24b3ea2936b4829a77b03"
},
Expand Down
2 changes: 2 additions & 0 deletions automation2/Lock_A2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
- service: lock.lock
target:
entity_id: all
data:
code: 54241
- delay: 5
- service: input_boolean.turn_off
target:
Expand Down
24 changes: 19 additions & 5 deletions blueprints/automation/SirGoodenough/AutoFanControl_HA_fan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,27 @@ blueprint:
control of heating / cooling sources, or anything else you want Home Assistant
to do for you.
📩 There is not an official version control system for Blueprints. However I have
found something that comes pretty close. It is not perfect, but for **MOST**
Blueprints, it does just fine. I encourage you to check this script out and use
it to easily check if I have updated this blueprint. 🔗 [koter84 Blueprint Update Script](https://github.com/koter84/HomeAssistant_Blueprints_Update/)
[Community link for this blueprint](https://community.home-assistant.io/t/auto-fan-temperature-control-for-3-speed-fan-ifanxx-tasmota/326419)
## 🗿Notice👮🏿‍♂️:
* Copies of the original Blueprint that were converted via the 'Take Control'
feature or other means are officially not supported by me.
* I may or may not be able to support you when you have a problem after you make changes
to my code, as some of the code is no longer mine.
* I & my license also require attribution as a link back to the original
should you use this code in your own creation.
* [Here is a link to my license & the original github post](https://github.com/SirGoodenough/HA_Blueprints?tab=License-1-ov-file)
expected to be followed & referenced as attribution should you use this code elsewhere.
source_url: https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/AutoFanControl_HA_fan.yaml
domain: automation
homeassistant:
Expand Down
24 changes: 19 additions & 5 deletions blueprints/automation/SirGoodenough/AutoFanControl_MQTT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,27 @@ blueprint:
control of heating / cooling sources, or anything else you want Home Assistant
to do for you.
📩 There is not an official version control system for Blueprints. However I have
found something that comes pretty close. It is not perfect, but for **MOST**
Blueprints, it does just fine. I encourage you to check this script out and use
it to easily check if I have updated this blueprint. 🔗 [koter84 Blueprint Update Script](https://github.com/koter84/HomeAssistant_Blueprints_Update/)
[Community link for this blueprint](https://community.home-assistant.io/t/auto-fan-temperature-control-for-3-speed-fan-ifanxx-tasmota/326419)
## 🗿Notice👮🏿‍♂️:
* Copies of the original Blueprint that were converted via the 'Take Control'
feature or other means are officially not supported by me.
* I may or may not be able to support you when you have a problem after you make changes
to my code, as some of the code is no longer mine.
* I & my license also require attribution as a link back to the original
should you use this code in your own creation.
* [Here is a link to my license & the original github post](https://github.com/SirGoodenough/HA_Blueprints?tab=License-1-ov-file)
expected to be followed & referenced as attribution should you use this code elsewhere.
source_url: https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/AutoFanControl_MQTT.yaml
domain: automation
homeassistant:
Expand Down
Loading

0 comments on commit b33192c

Please sign in to comment.