value1:"The Garage charger is now in {{ states('sensor.carlojuice_charging_status') }} mode."
who:'carlo'
who:'parents'
apns_id:'information'
- alias:'Juicebox Self-Heal'
@ -103,7 +85,13 @@ automation:
for:
minutes:2
- platform:event
event_type:event_did_someone_help_juicebox
event_type:event_did_someone_help_juicebox_AMPS
condition:
- condition:state
entity_id:sensor.carlojuice_charging_status
state:'charging'
action:
- service:input_boolean.turn_on
entity_id:input_boolean.alert_mode
@ -119,7 +107,40 @@ automation:
value1:"The Juice Box Charger is pulling {{ states('sensor.carlojuice_amps') }} AMPs. This is above the safety mark of 30. Please unplug charger immediately."
- delay:00:02:00
- event:event_did_someone_help_juicebox
- event:event_did_someone_help_juicebox_AMPS
- alias:'JuiceBox Temp Alert!'
initial_state:'on'
trigger:
- platform:numeric_state
entity_id:sensor.carlojuice_temperature
above:139
for:
minutes:2
- platform:event
event_type:event_did_someone_help_juicebox_TEMP
condition:
- condition:state
entity_id:sensor.carlojuice_charging_status
state:'charging'
action:
- service:input_boolean.turn_on
entity_id:input_boolean.alert_mode
- service:script.notify_engine
data_template:
value1:"The Juice Box Charger is running very Hot. Temperature is around {{ states('sensor.carlojuice_temperature') }} degrees. This is above the safety mark of 140. Please unplug the car immediately."
who:'parents'
apns_id:'JuiceBox'
- service:script.speech_engine
data_template:
value1:"The Juice Box Charger is running very Hot. Temperature is around {{ states('sensor.carlojuice_temperature') }} degrees. This is above the safety mark of 140. Please unplug the car immediately."