Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Tesla Powerwall Automation - TOU
- description: ""
- triggers:
- - alias: Free Grid Usage ends
- trigger: time
- at: "05:59:00"
- id: Free grid usage ends
- - alias: Free Grid Usage starts
- trigger: time
- at: "21:01:00"
- id: Free grid usage starts
- - trigger: numeric_state
- entity_id:
- - sensor.tesla_netzero_battery
- below: 30
- id: Powerwall Battery falls below 30%
- conditions: []
- actions:
- - choose:
- - conditions:
- - condition: trigger
- id:
- - Free grid usage ends
- sequence:
- - device_id: 8034873aa4ca611c033caa7ec13
- domain: number
- entity_id: 95348b25a5853f49551671b770
- type: set_value
- value: 20
- - action: select.select_option
- metadata: {}
- data:
- option: Everything
- target:
- entity_id: select.tesla_netzero_energy_exports
- - action: select.select_option
- metadata: {}
- data:
- option: "No"
- target:
- entity_id: select.tesla_netzero_grid_charging
- - action: select.select_option
- metadata: {}
- data:
- option: Self-Powered
- target:
- entity_id: select.tesla_netzero_operation_mode
- - action: notify.my_phone
- metadata: {}
- data:
- message: Adjusting settings for expensive grid usage
- title: TOU - 6AM Automation
- - conditions:
- - condition: trigger
- id:
- - Free grid usage starts
- sequence:
- - device_id: 8034873aa4ca611c033caa7ec13
- domain: number
- entity_id: 95348b25a5853f49551671b770
- type: set_value
- value: 100
- - action: select.select_option
- metadata: {}
- data:
- option: Nothing
- target:
- entity_id: select.tesla_netzero_energy_exports
- - action: select.select_option
- metadata: {}
- data:
- option: "Yes"
- target:
- entity_id: select.tesla_netzero_grid_charging
- - action: select.select_option
- metadata: {}
- data:
- option: Time-Based Control
- target:
- entity_id: select.tesla_netzero_operation_mode
- - action: notify.my_phone
- metadata: {}
- data:
- message: Adjusting settings for free grid usage
- title: TOU - 9PM Automation
- - conditions:
- - condition: trigger
- id:
- - Powerwall Battery falls below 30%
- sequence:
- - action: notify.my_phone
- metadata: {}
- data:
- message: Powerwall Battery below 30%
- title: Backup Power levels low
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement