This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |