mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 18:49:14 +00:00 
			
		
		
		
	Update Network Device Monitor
This commit is contained in:
		| @@ -632,12 +632,12 @@ Garage Speech Automations - /config/automation/Speech/garage_closed.yaml</a><br> | |||||||
| Garage reflection Automations - /config/automation/garadget.yaml</a><br> | Garage reflection Automations - /config/automation/garadget.yaml</a><br> | ||||||
| </details> | </details> | ||||||
| <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> | <a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/script/tweet.yaml> | ||||||
| Tweet Automations - /config/script/tweet.yaml</a><br> | Tweet Automations - /config/script/tweet.yaml</a><br> | ||||||
| </details> | </details> | ||||||
| <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> | <a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/juicenet.yaml> | ||||||
| Juicebox package - /config/packages/juicenet.yaml</a><br> | Juicebox package - /config/packages/juicenet.yaml</a><br> | ||||||
| </details> | </details> | ||||||
|   | |||||||
| @@ -31,6 +31,7 @@ group: | |||||||
|       - sensor.carlojuice_temperature |       - sensor.carlojuice_temperature | ||||||
|       - sensor.carlojuice_voltage |       - sensor.carlojuice_voltage | ||||||
|       - sensor.carlojuice_watts |       - sensor.carlojuice_watts | ||||||
|  |       - switch.juicebox_restart | ||||||
|  |  | ||||||
| ############################################################################# | ############################################################################# | ||||||
| ###  Automations - Alerts related to the JuiceBox (http://amzn.to/2AZVQ37) | ###  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.", |             "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!" |             "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: >- |           image: >- | ||||||
|             {{ [ |             {{ [ | ||||||
|             "/config/www/custom_ui/floorplan/images/branding/car.png", |             "/config/www/custom_ui/floorplan/images/branding/car.png", | ||||||
|   | |||||||
| @@ -21,7 +21,6 @@ sensor: | |||||||
|                   'Entry Alarm Panel', |                   'Entry Alarm Panel', | ||||||
|                   'Dash Button', |                   'Dash Button', | ||||||
|                   'Master Bedroom Roku', |                   'Master Bedroom Roku', | ||||||
|                   'Juicebox', |  | ||||||
|                   'Brother Printer', |                   'Brother Printer', | ||||||
|                   'Stacey', |                   'Stacey', | ||||||
|                   'Wii', |                   'Wii', | ||||||
| @@ -48,7 +47,6 @@ sensor: | |||||||
|                 [ |                 [ | ||||||
|                   'Carlo_Bolt_EV', |                   'Carlo_Bolt_EV', | ||||||
|                   'Chromecast Audio 2', |                   'Chromecast Audio 2', | ||||||
|                   'JuiceBox', |  | ||||||
|                   'Carlo', |                   'Carlo', | ||||||
|                   'Entry Alarm Panel', |                   'Entry Alarm Panel', | ||||||
|                   'Dash Button', |                   'Dash Button', | ||||||
| @@ -84,7 +82,7 @@ group: | |||||||
|       - sensor.network |       - sensor.network | ||||||
|       - sensor.network_detail |       - sensor.network_detail | ||||||
|  |  | ||||||
| # # Create full group with Loop!: | # Create full group with Loop!: | ||||||
| # {% for state in states.device_tracker-%} | # {% for state in states.device_tracker-%} | ||||||
| # - {{ state.entity_id | lower }} | # - {{ state.entity_id | lower }} | ||||||
| # {{ ' '}} | # {{ ' '}} | ||||||
| @@ -101,7 +99,6 @@ group: | |||||||
|       - device_tracker.camera1 |       - device_tracker.camera1 | ||||||
|       - device_tracker.camera2 |       - device_tracker.camera2 | ||||||
|       - device_tracker.camera3 |       - device_tracker.camera3 | ||||||
|       - device_tracker.camera4 |  | ||||||
|       - device_tracker.carlo |       - device_tracker.carlo | ||||||
|       - device_tracker.carlo_bolt |       - device_tracker.carlo_bolt | ||||||
|       - device_tracker.carlo_laptop |       - device_tracker.carlo_laptop | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user