diff --git a/config/packages/juicenet.yaml b/config/packages/juicenet.yaml index d608a81d..056aba31 100755 --- a/config/packages/juicenet.yaml +++ b/config/packages/juicenet.yaml @@ -56,13 +56,22 @@ automation: entity_id: sensor.carlojuice_charging_status to: 'disconnect' for: - minutes: 5 + minutes: 6 + - platform: time + hours: '/3' + minutes: 30 + seconds: 30 condition: + - condition: state + entity_id: sensor.carlojuice_charging_status + state: 'disconnect' + for: + minutes: 5 - condition: template value_template: > {%- if states.automation.juicebox_selfheal.attributes.last_triggered -%} - {{ (as_timestamp(now()) - as_timestamp(states.automation.juicebox_selfheal.attributes.last_triggered)) > 40000 }} + {{ (as_timestamp(now()) - as_timestamp(states.automation.juicebox_selfheal.attributes.last_triggered)) > 25000 }} {%- else -%} true {%- endif -%} diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 09074ae6..4c18e18e 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ