-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hello,
thank you for the great ESPHome Deye YAML configuration – I've been using it for a while now and it's working really well.
After the latest updates to ESPHome and Home Assistant, I also updated the ESP device connected to the inverter. Since then, I'm seeing warnings in the logs like this:
[W][modbus_controller:266]:`````` Duplicate modbus command found: type=0x3 address=243 count=3
I'm not sure whether I can safely ignore these warnings or if I should fix them.
I tried to look for duplicate entries in my YAML, but I couldn't find any that use the same register with the same settings.
Below, I’ll post part of the log output and also my YAML configuration. I'm using an ESP32-C3 dev board with a MAX485 adapter. Sorry if the formatting isn’t perfect.
Can you tell me if this is something I should worry about? Or is there a way to fix it?
Thanks in advance!