Open LionBS76 opened 1 month ago
@LionBS76 what happens if you change the integration configuration so it doesn't reconnect too fast? Maybe the ESP can't handle the fast reconnect after the first error. Use something like in the screenshot below:
@LionBS76 what happens if you change the integration configuration so it doesn't reconnect too fast? Maybe the ESP can't handle the fast reconnect after the first error. Use something like in the screenshot below:
I have tried such configuration parameters with no success.
How can I get more debug for You to analyze ?
System Health details
System Information
Home Assistant Community Store
GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok HACS Data | ok GitHub API Calls Remaining | 5000 Installed Version | 2.0.1 Stage | running Available Repositories | 1422 Downloaded Repositories | 2Home Assistant Cloud
logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | okHome Assistant Supervisor
host_os | Home Assistant OS 13.1 -- | -- update_channel | stable supervisor_version | supervisor-2024.09.1 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 30.8 GB disk_used | 4.5 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | kvm board | ova supervisor_api | ok version_api | ok installed_addons | Get HACS (1.3.1)Dashboards
dashboards | 2 -- | -- resources | 0 views | 1 mode | storageRecorder
oldest_recorder_run | 18 вересня 2024 р. о 20:07 -- | -- current_recorder_run | 28 вересня 2024 р. о 16:21 estimated_db_size | 20.15 MiB database_engine | sqlite database_version | 3.45.3Checklist
Describe the issue
Beforehand thanks for Your work!!! :)
I have invertor Must PV18-3224 that I want to monitor with HA. HA and Invertor are on some distance from each other so I can't connect it directly by USB Serial cable. To connect to Invertor remotely I use handmade WiFi-to-Serial adaptor (ESP-01 + esp-link software on it + rs485-to-UART adaptor). I can use SolarPowerMonitor (origin software from Must) and HW Virtual Serial Port software, on PC where SolarMonitor installed, to connect to my ESP and monitor Invertor.
So, my handmade adaptor shouldn't be the issue because origin soft SolarPowerMonitor is working fine.
I added Must Plugin to HA. When I try to add Invertor device by TCP (use IP of ESP) that doesn't work.
My handmade WiFi-to-Serial like the one you used before (on DIN rail) in your post
On the ESP (esp-link software) I can see some Debug. When using Virtual Serial Port and origin Solar Monitor I see in log that soft make one connection (suppose 19200 baud) then close it. After that make one new connection and communicate through it all time.
Your HA Must plugin makes 5 connections and didn't close them. And Esp-link soft can't make more simultaneous connections.
Reproduction steps
Debug logs
Diagnostics dump
No response