@Emilv2
PLEASE… i need it too…
Now, with last firmware SPC120 the SDongle have modbus over port 502… under FE connection
I’ve checked from my pc using (slave 1):
Send an e-mail to [email protected] requesting the firmware package (zip file)
You need to detail your devices SN (Inverter and SDongle)
With FusionSolar connect you smartphone to WIFI SDongle AP, not the inverter SSID
(here, i needed to restart my inverter, the SDongle SSID only appear during startup, and it seems easier to use QR code)
After connection, select:
Configurations » Update firmware » select package file » and wait…
(keep your phone near the SDongle… )
When finish (about 10min) restart inverter
DC » OFF and after that AC » OFF
There is an issue in the ModBus integration which hangs the Lovelace interface:
Current workaround is downgrade to core-2021.4.6 and wait for 2021.6.
The issue comes from the upgrade of the pymodbus library which they have been updating lately so it is possible that Emil integration broke a while ago due to a similar reason.
Hello,
could you please tell me, where you were able to download firmware SPC120 for the Smart Dongle?
My environment doesn’t offer v120 - only v118 - therefore Modbus TCP is not working via FE?
With Huawei ‘Device Upgrade’ I can only choose btw. v116 and v118…
Would be great to share a link or the upgrade package itself!!!
Many Thanks!
@Emilv2 any fix for this? I have set temporarly battery = false so that it works without battery info.
Logger: homeassistant.components.sensor
Source: custom_components/huawei_solar/sensor.py:321
Integration: Sensor (documentation, issues)
First occurred: 4:17:01 (1 occurrences)
Last logged: 4:17:01
huawei_solar: Error on device update!
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 358, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 466, in async_device_update
await task
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/huawei_solar/sensor.py”, line 321, in update
self._storage_charge_current_day_charge_capacity = self._inverter.get(
File “/usr/local/lib/python3.8/site-packages/huawei_solar/huawei_solar.py”, line 39, in get
reg = REGISTERS[name]
KeyError: ‘storage_charge_current_day_charge_capacity’
Thanks!
I had requested the new firmware, and I had received a zip file.
But the only way to update the firmware seem to be with an android phone.
So now I’m searching a phone to borrow from friends…
Do you have the latest version from Github? That error should have been fixed already.
For all the other questions/issues:
You can keep posting them here or on Github. I have seen a few things I can quickly fix and I’ll do that. Starting from June/July I should have some more time again and I’ll try to get all the other issues fixed then.
Ciao @Emilv2
Just redownloaded to be sure it was the last one, but I’m afraid error is still there:
Logger: homeassistant.components.sensor
Source: custom_components/huawei_solar/sensor.py:343
Integration: Sensor (documentation, issues)
First occurred: 3:03:08 PM (1 occurrences)
Last logged: 3:03:08 PM
huawei_solar: Error on device update!
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 365, in _async_add_entity await entity.async_device_update(warning=False) File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 482, in async_device_update await task File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run result = self.fn(*self.args, **self.kwargs) File “/config/custom_components/huawei_solar/sensor.py”, line 343, in update self._storage_power_charging_cutoff_capacity = self._inverter.get( File “/usr/local/lib/python3.8/site-packages/huawei_solar/huawei_solar.py”, line 39, in get reg = REGISTERS[name] KeyError: ‘storage_power_charging_cutoff_capacity’
@Emilv2 Just updated sensor.py, but still same error
huawei_solar: Error on device update!
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 365, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 482, in async_device_update
await task
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/huawei_solar/sensor.py”, line 343, in update
self._storage_power_charging_cutoff_capacity = self._inverter.get(
File “/usr/local/lib/python3.8/site-packages/huawei_solar/huawei_solar.py”, line 39, in get
reg = REGISTERS[name]
KeyError: ‘storage_power_charging_cutoff_capacity’