-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]: SolaX - Add support for X3-MIC with Serial Starting MU902T #1120
Comments
Do you perhaps need to first sync the RTC for it to return values? |
Yes, of course, I tried that, but the result is the same. However, this sensor is not essential. All other sensors are working correctly. |
The RTC registers all read back as 0 on my X3-MIC as well (model: X3-8.0-T-D). |
Now that I am simulating a meter, I found that some sensors are wrongly configured for the X3-MIC Gen1. The meter power is treated as inverter power, and the inverter power (total and separate phases) are treated as measured power. See PR #1154. |
Description
Add suport inverter type Solax X3-MIC (model: X3-9.0-T-D) SN: MU902T
Suggested Solution
Hello It is posible add suport Solax X3-MIC sn MU902T******** mayby protocol is similar to other solax gen1.
Thanks
Alternatives
No response
Additional Context
Interface: Waveshare RS485 TO POE ETH (B)
Logger: homeassistant.config_entries
Zdroj: config_entries.py:594
Prvýkrát sa vyskytol: 08:32:58 (1 výskytov)
Naposledy prihlásený: 08:32:58
Error setting up entry SolaX for solax_modbus
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/solax_modbus/init.py", line 188, in async_setup_entry
await hub.async_init()
File "/config/custom_components/solax_modbus/init.py", line 329, in async_init
await asyncio.sleep(10)
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 665, in sleep
return await future
^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The text was updated successfully, but these errors were encountered: