Update Network Device Monitor
This commit is contained in:
parent
53eba23cd7
commit
8d2291b66d
|
@ -632,12 +632,12 @@ Garage Speech Automations - /config/automation/Speech/garage_closed.yaml</a><br>
|
|||
Garage reflection Automations - /config/automation/garadget.yaml</a><br>
|
||||
</details>
|
||||
<details>
|
||||
<summary>Tweet out chargin status of the car and how many KwH were charged in a session. #Stat</summary><p align="center">
|
||||
<summary>Tweet out charging status of the car and how many KwH were charged in a session. #Stat</summary><p align="center">
|
||||
<a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/script/tweet.yaml>
|
||||
Tweet Automations - /config/script/tweet.yaml</a><br>
|
||||
</details>
|
||||
<details>
|
||||
<summary>Monitor AMPs and Voltage and alert if charge ever goes over 24A to prevent breaker tripping. (Juicebox is software derated to 24A on a 30A circuit.)</summary><p align="center">
|
||||
<summary>Monitor AMPs and Voltage and alert if charge ever goes over 24A to prevent breaker tripping. (Juicebox is software derated to 24A on a 30A circuit.) Also restart Unit if unable to connect to eMotorWerks servers.</summary><p align="center">
|
||||
<a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/juicenet.yaml>
|
||||
Juicebox package - /config/packages/juicenet.yaml</a><br>
|
||||
</details>
|
||||
|
|
|
@ -31,6 +31,7 @@ group:
|
|||
- sensor.carlojuice_temperature
|
||||
- sensor.carlojuice_voltage
|
||||
- sensor.carlojuice_watts
|
||||
- switch.juicebox_restart
|
||||
|
||||
#############################################################################
|
||||
### Automations - Alerts related to the JuiceBox (http://amzn.to/2AZVQ37)
|
||||
|
@ -76,7 +77,7 @@ automation:
|
|||
{{ [
|
||||
"The #JuiceBox Pro had to be restarted. It was unable to connect back to @emotorwerks servers.",
|
||||
"Unfortunately, the Juicebox Pro sometimes can no longer connect to @emotorwerks servers. Fortunately, #HomeAssistant can fix that with a restart!"
|
||||
] | random + " (https://github.com/CCOSTAN/Home-AssistantConfig#garage) #SelfHeal #EV #BoltEV s"}}
|
||||
] | random + " (https://www.vcloudinfo.com/2018/06/using-home-assistant-to-fix-my-juicebox.html) #SelfHeal #EV #BoltEV "}}
|
||||
image: >-
|
||||
{{ [
|
||||
"/config/www/custom_ui/floorplan/images/branding/car.png",
|
||||
|
|
|
@ -21,7 +21,6 @@ sensor:
|
|||
'Entry Alarm Panel',
|
||||
'Dash Button',
|
||||
'Master Bedroom Roku',
|
||||
'Juicebox',
|
||||
'Brother Printer',
|
||||
'Stacey',
|
||||
'Wii',
|
||||
|
@ -48,7 +47,6 @@ sensor:
|
|||
[
|
||||
'Carlo_Bolt_EV',
|
||||
'Chromecast Audio 2',
|
||||
'JuiceBox',
|
||||
'Carlo',
|
||||
'Entry Alarm Panel',
|
||||
'Dash Button',
|
||||
|
@ -84,7 +82,7 @@ group:
|
|||
- sensor.network
|
||||
- sensor.network_detail
|
||||
|
||||
# # Create full group with Loop!:
|
||||
# Create full group with Loop!:
|
||||
# {% for state in states.device_tracker-%}
|
||||
# - {{ state.entity_id | lower }}
|
||||
# {{ ' '}}
|
||||
|
@ -101,7 +99,6 @@ group:
|
|||
- device_tracker.camera1
|
||||
- device_tracker.camera2
|
||||
- device_tracker.camera3
|
||||
- device_tracker.camera4
|
||||
- device_tracker.carlo
|
||||
- device_tracker.carlo_bolt
|
||||
- device_tracker.carlo_laptop
|
||||
|
|
Loading…
Reference in New Issue