Coder Social home page Coder Social logo

Comments (29)

wills106 avatar wills106 commented on July 23, 2024 1

Just released 2024.05.5 can take 15mins or more to show up in HACS

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024 1

My Inverter hasn't been offline for about 3.5 ~ 4 years. So reliant on PR's such as #905 to fix these issues, which is in 2024.05.5

from homeassistant-solax-modbus.

miezie avatar miezie commented on July 23, 2024 1

Yes, I was on 3.010.16 and I am now on 3.015.02

from homeassistant-solax-modbus.

mapotn avatar mapotn commented on July 23, 2024

update: 2024.05.3 works well

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

Updated to 2024.05.4 Connection lost/no data updates.

Removed the Integration.

Restarted HA

No data.

Integration reports No Devices and No entities.

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

Yea the "Device Info" bit of 2024.05.4 has broken PV only SolaX Inverters.
Stick to 2024.05.3 till the next release comes outs. I'm working on fixing it for X1 Air, Boost, Mini & X3 MIC's.

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

Yea the "Device Info" bit of 2024.05.4 has broken PV only SolaX Inverters. Stick to 2024.05.3 till the next release comes outs. I'm working on fixing it for X1 Air, Boost, Mini & X3 MIC's.

Yep. I did wonder that. I'm a newbie so need to figure out how to roll back to the previous version....

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

https://hacs.xyz/docs/faq/select_version

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

https://hacs.xyz/docs/faq/select_version

Thanks for your guidance. HACS is installed and downloaded the version that worked so assuming HACS already managing the repository.

Not sure where to find the relevant card in HA on my Green RPI set up. Clicking on the Solax integration 3 dots does not bring up any options as mention on https://hacs.xyz/docs/faq/select_version

I must be looking in the wrong place in my ignorance/inexperience.

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

Just released 2024.05.5 can take 15mins or more to show up in HACS

Installed 2024.05.5

Rebooted RPi and also removed integration card. After configuring the Integration it gets stuck on "initialising".

I know the inverter and network are still sending data as I have another instance of HA with the SOlax Modbus installed and running OK with updating data. Both HA instances ran concurrently for two weeks and the RPI Green only broke when the update was installed earlier today.

Solax X1 Gen 4 inverter.

HA Core 2024.5.4

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

It should correct in the morning when enough sunlight.

Your PV only inverter goes to sleep at night.

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

It should correct in the morning when enough sunlight.

Your PV only inverter goes to sleep at night.

Noted. Inverter was just about generating and not asleep. NAS Instance of HA/Solax still updating.

I'll check in the morning.

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

It should correct in the morning when enough sunlight.
Your PV only inverter goes to sleep at night.

Noted. Inverter was just about generating and not asleep. NAS Instance of HA/Solax still updating.

I'll check in the morning.

No data coming in this morning. Generation is low due to very overcast skies but the inverter is definitely awake.

HA restarted this morning whilst the inverter was awake. Integration re configured with same settings as before update and the same with HA running on my NAS.

Perhaps I am doing something "wrong" in the restart sequence.

Various restarts and reinstalls of Solax Modbus but will not start up/initialise.

Terminal shows error

image

I've been unable to roll back to 2024.05.3 which was the previous working version as the card defaults back to 2024.05.5 in the drop down version box.

Any suggestions?

Update - Did a full restore from a system back up from 14th May before HA core and Solax Modbus was updated. Entities are still not being updated and are marked as unavailable. It seems that perhaps a config setting or file that is common to both versions is not updating or perhaps corrupt and preventing the comms to the inverter from starting.

I can ping the inverter OK on the same IP as set in Solax Modbus

from homeassistant-solax-modbus.

Kars-de-Jong avatar Kars-de-Jong commented on July 23, 2024

Strange, I have a SolaX X3-MIC (PV only) and it doesn't go offline at night, and I also don't have any issues with 2024.05.4.

from homeassistant-solax-modbus.

boarderhype avatar boarderhype commented on July 23, 2024

The integration did run with version 2024.05.3 and Core 2024.5.4. and a Solax X3-Hybrid-G4. When updating to integration 2024.05.5 and Core 2024.5.5 it got stuck initializing. On the Solax side nothing changed.

Logger: custom_components.solax_modbus.plugin_solax
Source: custom_components/solax_modbus/plugin_solax.py:80
integration: SolaX Inverter Modbus (documentation, issues)
First occurred: 12:18:53 (29 occurrences)
Last logged: 12:27:19

SolaX: reading serial number from address 0x0 failed; other address may succeed
SolaX: reading serial number from address 0x300 failed; other address may succeed

from homeassistant-solax-modbus.

boarderhype avatar boarderhype commented on July 23, 2024

The integration did run with version 2024.05.3 and Core 2024.5.4. and a Solax X3-Hybrid-G4. When updating to integration 2024.05.5 and Core 2024.5.5 it got stuck initializing. On the Solax side nothing changed.

Logger: custom_components.solax_modbus.plugin_solax Source: custom_components/solax_modbus/plugin_solax.py:80 integration: SolaX Inverter Modbus (documentation, issues) First occurred: 12:18:53 (29 occurrences) Last logged: 12:27:19

SolaX: reading serial number from address 0x0 failed; other address may succeed SolaX: reading serial number from address 0x300 failed; other address may succeed

from homeassistant-solax-modbus.

boarderhype avatar boarderhype commented on July 23, 2024

After disconnecting the Solax Pocket V3.0 WiFi & LAN Dongle and connecting it again, everything works again with the latest software versions.

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

The Wiki does mention unplugging PocketWiFi when it stops working.

Are you on an older Firmware Version for your PocketWiFi?

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

Update.

I completely removed the integration and re installed.

It connected ok but had lost the historical data except for the first few days after I originally installed it. I think this may be due to the integration using a file that was part of a back up on the same date that the data is still available.

Ironically a day later my NAS instance stopped working.

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

The Historical Data is stored in the HA Database. If you named the Inverter the same as before it should carry on displaying all of the Data. Was the Database deleted?

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

The Historical Data is stored in the HA Database. If you named the Inverter the same as before it should carry on displaying all of the Data. Was the Database deleted?

Ah. May have give it a slightly different name. I did look for the data failed but was not sure what it was called or where it resides. Only one file was not deleted. From memory it was the Solax_data.json file in config directory

from homeassistant-solax-modbus.

miezie avatar miezie commented on July 23, 2024

After disconnecting the Solax Pocket V3.0 WiFi & LAN Dongle and connecting it again, everything works again with the latest software versions.

Is this now the daily fix? My X1 drops daily, my X3 doesn't...

What do we need to analyse this in sense of logging and how do I get it? Then I can provide it.

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

What firmware version does it display on the Pocket WiFi + LAN (Internal Code)
SolaX FAQ

Sounds like the Pocket WiFi + LAN could be having similar issues to early PocketWiFi 3.0 where they would internally shutdown the Modbus connection. This was resolved in a later Firmware update for them.

If that's the case then you'll need to contact SolaX to ask if there is a firmware update for it.

Extra logging can be enabled detailed-error-log

from homeassistant-solax-modbus.

miezie avatar miezie commented on July 23, 2024

I just requested an update and have the latest firmwares now. I willl keep you posted when issues re-occur.

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

Do you know what version you were on and what your on now?

from homeassistant-solax-modbus.

MrEd350 avatar MrEd350 commented on July 23, 2024

Just an update for completeness.

A few days ago I did a full reinstall of the Integration and the data started coming in again.

A day later my HA instance on my NAS stopped seeing the data...it had been running for about 2 weeks faultlessly.

I then saw a comment to unplug the dongle on the inverter and wait 30 seconds. I did this and everything is back to normal.

The lesson....turn it off and on again buy pulling the Dongle to save days of head scratching ;-)

from homeassistant-solax-modbus.

miezie avatar miezie commented on July 23, 2024

Just an update for completeness.

A few days ago I did a full reinstall of the Integration and the data started coming in again.

A day later my HA instance on my NAS stopped seeing the data...it had been running for about 2 weeks faultlessly.

I then saw a comment to unplug the dongle on the inverter and wait 30 seconds. I did this and everything is back to normal.

The lesson....turn it off and on again buy pulling the Dongle to save days of head scratching ;-)

I never scratched my head on this and already applied it on a regular base.... but I preferably would like to see stable and recovering connections ;). Then I can rely on it in a later stage for my power management (and everybody else too of course..).

from homeassistant-solax-modbus.

Schafy avatar Schafy commented on July 23, 2024

Hi guys,

yesterday I updated the Integration to 2024.05.7. After HA restart, no data from inverter. Its a Q.VOLT HYB-G3-3P. Had to reseat (pull and replug) the wifi dongle. Than everything worked fine again. No big deal when you know what to do. Thanks to this thread ❤️

from homeassistant-solax-modbus.

miezie avatar miezie commented on July 23, 2024

Do you know what version you were on and what your on now?

2024-06-04 15:27:12.533 ERROR (MainThread) [custom_components.solax_modbus.plugin_solax] SolaX: cannot find serial number, even not for MIC
2024-06-04 15:27:12.533 ERROR (MainThread) [custom_components.solax_modbus.plugin_solax] unrecognized inverter type - serial number : unknown

I get this one on the X1.. X3 works fine... :)

And then after reboot of the inverter it works.

After reboot, this was also logged:
2024-06-04 15:34:12.141 ERROR (MainThread) [homeassistant.components.sensor] Platform solax_modbus does not generate unique IDs. ID SolaX_measured_power already exists - ignoring sensor.solax_x1_measured_power

from homeassistant-solax-modbus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.