-
Notifications
You must be signed in to change notification settings - Fork 202
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
SOLARMAN INTEGRATION BROKEN #548
Comments
Same here |
I tried to remove a reinstall but no change. Any ideas? Thanks |
Same here |
The same |
I tried to load back up but didn't go well. I will wait for possible fix in my case. |
Same here (broken) I am on: |
Same, that's meen Ok or not Ok. |
Its broken, sorry! |
https://home.solarmanpv.com its Ok for me, but solarman is working on lokal IP add. |
You are right, its too late here and they went offline because of low sun. |
Personally I will not revert because I did a lots of things in the last few days. |
Indonesia is also the same, it doesn't work after updating |
same |
Fixed: Updated to 12.2: Entity unavailable, changed the Yaml file to anything else and then to deye_hybrid.yaml = Restart. |
I do not think "broken" is the correct wording. import socket def dump(binary, size=2, sep=' '): s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) while True: |
My system is a ZCS Azzurro equivalent to sofar inverter and I was sure I am
taking the data directly from the inverter via wifi. May be is on of those
things that at the end was my fault and I have addes something that goes in
conflict. Boh!%@£#!% I will try to disconnect the wifi dongle and try all
again.
This is for me.
…On Tue, 2 Apr 2024, 14:58 schasan, ***@***.***> wrote:
I do not think "broken" is the correct wording.
Deye seem to have dropped their previous old style modbus in favour of
"AT+..." commands, which this integration does not (yet) support.
Try something like the following to receive a steady stream of data:
import socket
import binascii
def dump(binary, size=2, sep=' '):
hexstr = binascii.hexlify(binary)
hexstr = hexstr.decode('ascii')
return hexstr.upper()
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect(("192.168.8.16", 8899))
while True:
buffer = s.recv(80)
print(len(buffer))
print(dump(buffer))
print(buffer)
—
Reply to this email directly, view it on GitHub
<#548 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXDMP6WPN5MEHQOMMSZFCSDY3KTPVAVCNFSM6AAAAABFOCSWPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZRHE3TMMJQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I solved the problem by downgrading to 1.4.3:
|
Thank you very much!!! If you pass by Padova Italy a drink on you!!!!
…On Wed, 3 Apr 2024, 14:17 Xabrim, ***@***.***> wrote:
I solved the problem by downgrading to 1.4.3. Delete all downloaded Hacs
files (hacs-> Solarman-> Top right corner-> Delete). Delete the Integration
in HA. Restart. Download 1.4.3. Restart. Configure the Integration. Restart
again and the values changed from unknown to solid values.
—
Reply to this email directly, view it on GitHub
<#548 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXDMP6SPTJSUUQBFTNIVXWDY3PXOXAVCNFSM6AAAAABFOCSWPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZUGQZDENZYGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Worked for me too. |
Nice, Worked for me too on 1.4.3, thanks |
Created pull request #550 to make component work again ;-) |
Same for me after last HA update. Neither downgrade to 1.4.3. nor solution in pull request #550 worked for me. Still no values for sensor data. On version 1.51 I saw that the graphs sometimes showed single values spread over the whole day. But values could not be gathered regularly. 2024-04-08 11:48:06.202 WARNING (MainThread) [homeassistant.components.sensor] Updating solarman sensor took longer than the scheduled update interval 0:00:30 My specs: Home Assistant Core: 2024.4.1 |
Check your Version again. Sometimes it auto updates/loads the wrong version. I had this problem with a different system. Delete Hacs file and the integration and try a full HA reboot before installing Version 1.4.3. Tell me if it works for you. |
You are right. I repeated the procedure and fully reloaded Home Assistant and then 1.4.3 was working as expected and shows collected sensor values. Thx @Xabrim See also #467 (comment) |
Hi I also had this problem! I noticed that after I updated HASS OS downgrade with this command ha os update --version 12.1 My working installation is now with versions: |
I CAN CONFIRM AFTER THE COMMAND SOLARMAN WORKS AGAIN :) ha os update --version 12.1 |
This is an issue that has been introduced in HA OS 12.2 with the upgrade to Docker 25. It has impacted a number of containers (add-ons), including HA core itself. The proper fix is to remain on HA OS 12.2 and to rebuild the core container:
No changes to the Solarman integration required. |
Have tried that and can confirm that also works! |
Is this something that can be expected to be adressed in HA OS in the future or will every future HA OS Update lead to the Solarman integration not working anymore? Is there anybody who can update the Solarman integration to work with Docker 25/HA OS >=12.2 ? I would happily buy them a few coffees... |
This comment was marked as resolved.
This comment was marked as resolved.
thanks alots its working now |
Very simple. After last HA update the integration stopped working. Sensors unknown. The inverter and the wifi logger are working normally. I can read values with inverter app.
Thank you.
The text was updated successfully, but these errors were encountered: