Skip to content

Instantly share code, notes, and snippets.

@simoncoles
simoncoles / gist:ee66d6847f7f6f522ade4cfea9563966
Created May 13, 2025 07:56
Powerwall configuration.yml for Home Assistant
sensor:
- platform: rest
resource: http://192.168.4.2:8675/csv # Replace with actual endpoint
name: Powerwall CSV Data
value_template: "{{ value }}"
scan_interval: 60
# Removed device_class and state_class to allow non-numeric data
# Energy integration sensor that converts power (W) to energy (kWh)
- platform: integration