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
| substitutions: | |
| device_name: esp-tesla | |
| friendly_name: ESPHome Tesla | |
| mqtt_broker: your.mqtt.server # CHANGE! | |
| tx_pin: GPIO1 # connect to RX on modbus bridge # CHANGE! | |
| rx_pin: GPIO3 # connect to TX on modbus bridge # CHANGE! | |
| mqtt_value_id: meter_reading | |
| min_value: 0.0 | |
| max_value: 35.0 # adjust to a value above configured max-value in Wall Connector config | |
| grid_voltage: 230 # used for power calculation |