Replies: 1 comment 2 replies
-
This project is about the Soyosource inverter. Your issue looks like about the victron project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/KinDR007/VictronMPPT-ESPHOME/blob/main/smartsolar-mppt-esp8266-example-multiple-uarts.yaml
Hello, there is an error in the configuration. In line 73, it currently says:
victron_id: victron1
max_power_yesterday:
name: "${device0} max power yesterday"
But it should be:
victron_id: victron1
max_power_yesterday:
name: "${device1} max power yesterday"
Liebe Grüße
Beta Was this translation helpful? Give feedback.
All reactions