Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Skuter nowe
- description: ""
- triggers:
- - trigger: numeric_state
- entity_id:
- - sensor.jk_bms_temperature_sensor_1
- - sensor.jk_bms_temperature_sensor_5
- below: 2
- id: Temperatura poniżej 2°C
- alias: Temperatura w pomieszczeniu technicznym jest poniżej 2°C
- - alias: Koniec ładowania
- trigger: state
- entity_id:
- - binary_sensor.jk_bms_charging
- to: "off"
- id: Koniec ładowania
- - trigger: numeric_state
- entity_id:
- - sensor.bilansowanie_godzinowe
- below: 0.1
- above: -0.2
- id: Bilansowanie godzinowe <-0.2
- - trigger: numeric_state
- entity_id:
- - sensor.jk_bms_total_voltage
- below: 67
- alias: Napięcie poniżej 67V
- id: Napięcie poniżej 67V
- - alias: Napięcie poniżej 64,1V
- trigger: numeric_state
- entity_id:
- - sensor.jk_bms_total_voltage
- below: 64.1
- id: Napięcie poniżej 64,1V
- - alias: Napięcie poniżej 66,9V
- trigger: numeric_state
- entity_id:
- - sensor.jk_bms_total_voltage
- below: 66.9
- id: Napięcie poniżej 66,9V
- conditions: []
- actions:
- - choose:
- - conditions:
- - condition: and
- conditions:
- - condition: trigger
- id:
- - Temperatura poniżej 2°C
- - Koniec ładowania
- - condition: device
- type: is_on
- device_id: 9ad4b03286fd8b5872eb62d6b605db52
- entity_id: 0e879bacede44cf5477953a45e64e2e3
- domain: switch
- sequence:
- - type: turn_off
- device_id: 9ad4b03286fd8b5872eb62d6b605db52
- entity_id: 0e879bacede44cf5477953a45e64e2e3
- domain: switch
- - action: notify.mobile_app_sm_a536b
- metadata: {}
- data: {}
- alias: Wyłącz ładowarkę
- - conditions:
- - condition: and
- conditions:
- - condition: trigger
- id:
- - Bilansowanie godzinowe <-0.2
- - condition: template
- value_template: >-
- {{ state_attr('switch.gniazdko_skuter', 'context').user_id is
- none }}
- sequence:
- - type: turn_off
- device_id: 9ad4b03286fd8b5872eb62d6b605db52
- entity_id: 0e879bacede44cf5477953a45e64e2e3
- domain: switch
- - action: notify.mobile_app_sm_a536b
- metadata: {}
- data: {}
- - conditions:
- - condition: and
- conditions:
- - condition: trigger
- id:
- - Napięcie poniżej 67V
- - Napięcie poniżej 66,9V
- - condition: state
- entity_id: binary_sensor.jk_bms_charging
- state: "off"
- - condition: state
- entity_id: select.zuzycie_pradu_w_taryfie_g12w_energy_daily
- state: Poza szczytem
- enabled: false
- - condition: numeric_state
- entity_id: sensor.bilansowanie_godzinowe
- above: 0.2
- - condition: numeric_state
- entity_id: sensor.jk_bms_temperature_sensor_1
- above: 1
- - condition: numeric_state
- entity_id: sensor.jk_bms_temperature_sensor_5
- above: 1
- - condition: numeric_state
- entity_id: sensor.jk_bms_power_tube_temperature
- below: 60
- - condition: device
- type: is_off
- device_id: 9ad4b03286fd8b5872eb62d6b605db52
- entity_id: 0e879bacede44cf5477953a45e64e2e3
- domain: switch
- sequence:
- - type: turn_on
- device_id: 9ad4b03286fd8b5872eb62d6b605db52
- entity_id: 0e879bacede44cf5477953a45e64e2e3
- domain: switch
- - action: notify.mobile_app_sm_a536b
- metadata: {}
- data: {}
- alias: Włącz ładowanie
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement