Coder Social home page Coder Social logo

Comments (23)

purewhitedesign avatar purewhitedesign commented on July 23, 2024

Same here. After core update and update to solax inverter modbus 2024.05.2 I cannot read any entity.

from homeassistant-solax-modbus.

Pavelstnl avatar Pavelstnl commented on July 23, 2024

Same problem, i can't read any entity after update

from homeassistant-solax-modbus.

cermis avatar cermis commented on July 23, 2024

I was try to restart router, switch, wifi, dongle, inverter - no effect.
After connection dongle to wifi (was only on LAN), try to connect to wifi IP address - no effect.
downgrade HA, plugin - no effect
remove integration from HA and newly set-up with same name - no effect
upgrade firmware in inverter to 40/41 - on wifi IP address was working
after disable entity "charge EV from battery" it was start working on LAN IP address.

Reason of this was in incompatible inverter firmware (ARM+DSP) OR enabled entity for setting "charge EV from battery" which is not implemented in SolaX Modbus.

from homeassistant-solax-modbus.

purewhitedesign avatar purewhitedesign commented on July 23, 2024

My simple solution: Restore my backup and now I am waiting for fixed updates ;)

from homeassistant-solax-modbus.

NeilBain avatar NeilBain commented on July 23, 2024

Plus one.... As described above

DSP / ARM 2.07

from homeassistant-solax-modbus.

danny2hats avatar danny2hats commented on July 23, 2024

yeah also me

from homeassistant-solax-modbus.

purewhitedesign avatar purewhitedesign commented on July 23, 2024

Hi Guys!
I solved this by deleting the integration and installing it again. Now it works.
Solax Version: 2024.05.2
Core: 2024.5.2
Supervisor: 2024.05.1
Operating System: 12.3
Frontend: 20240501.1

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

There were internal changes to Integration 2024.05.x

For whatever reason HA doesn't always adapt to the changes and requires removing the Inverter from the Integration page, restarting HA and re-adding it.

There might be a way to force HA to reconfigure the Integration on code change, but I don't know how.

from homeassistant-solax-modbus.

NeilBain avatar NeilBain commented on July 23, 2024

... requires removing the Inverter from the Integration page, restarting HA and re-adding it.

Didn't work for me... removed / restarted / confirmed integration not listed / added / restarted
Screenshot 2024-05-13 at 09 17 26

from homeassistant-solax-modbus.

danny2hats avatar danny2hats commented on July 23, 2024

Mine working again. My HACS integration was quite outdated. I upgraded it now it works.

from homeassistant-solax-modbus.

trikidiki avatar trikidiki commented on July 23, 2024

Upgraded and lost entities.
Removed inverter, reboot, re-added. Still the same
Removed. Upgraded to 2024.5.3. Re-added. Still the same.

from homeassistant-solax-modbus.

darksider90 avatar darksider90 commented on July 23, 2024

Same pb.
Try to reinstall 2024.5.3 and the last BETA . always the same pb :(

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

When you add the extra logging does it give any extra info on what it's failing on with 2024.5.x

from homeassistant-solax-modbus.

dasmith83 avatar dasmith83 commented on July 23, 2024

I’m getting similar issues.

I’m trying to add a new second inverter.

Latest Ha version, latest HACS integration version. Solax x1 boost 5.0-T string inverter, on arm 1.42 (above the min 1.37 suggested in the docs), dongle is the new 10s wifi and lan version also on latest fw. Connected to my network via WiFi and dhcp reservation.

added to the Solax integration as modbus over tcp, modbus address checked in inverter advanced settings - all tally’s up.

My Ha errors state unrecognised inverter type serial number unknown.
Solax cannot find serial number even not for mic.

My other string inverter (Solax x1 mini) via waveshare is working fine still.

from homeassistant-solax-modbus.

NeilBain avatar NeilBain commented on July 23, 2024

In the end I had to completely clean down my docker instance and re-install HA and Solax integration.
This is the nuclear option for those with HA running on a docker container... proceed at your own risk!

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -a -q)
docker network prune
docker system prune -a
sudo apt-get remove docker docker-engine docker.io containerd runc --auto-remove
sudo rm -rf /var/lib/docker
sudo groupdel docker
sudo rm -rf /var/run/docker.sock
sudo rm -rf /usr/local/bin/docker-compose && sudo rm -rf /etc/docker && sudo rm -rf ~/.docker
sudo apt install docker.io

Then re-install HA and rebuild your integrations.... and create a back-up this time!

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

Closing down as I believe cermis has the integration working now.

from homeassistant-solax-modbus.

cermis avatar cermis commented on July 23, 2024

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

I was try to restart router, switch, wifi, dongle, inverter - no effect. After connection dongle to wifi (was only on LAN), try to connect to wifi IP address - no effect. downgrade HA, plugin - no effect remove integration from HA and newly set-up with same name - no effect upgrade firmware in inverter to 40/41 - on wifi IP address was working after disable entity "charge EV from battery" it was start working on LAN IP address.

Reason of this was in incompatible inverter firmware (ARM+DSP) OR enabled entity for setting "charge EV from battery" which is not implemented in SolaX Modbus.

I thought you had it working here.

Does it sometime work and sometimes doesn't?

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

from homeassistant-solax-modbus.

cermis avatar cermis commented on July 23, 2024

from homeassistant-solax-modbus.

cermis avatar cermis commented on July 23, 2024

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on July 23, 2024

It just looks like it gives up trying to connect as no response from the Pocket WiFi + LAN.

I think your having the same issue as #907 (comment) where the Pocket WiFi + LAN is shutting down the Modbus connection for whatever reason.

from homeassistant-solax-modbus.

cermis avatar cermis commented on July 23, 2024

from homeassistant-solax-modbus.

purewhitedesign avatar purewhitedesign commented on July 23, 2024

Hi Guys! I solved this by deleting the integration and installing it again. Now it works. Solax Version: 2024.05.2 Core: 2024.5.2 Supervisor: 2024.05.1 Operating System: 12.3 Frontend: 20240501.1

Doesnt work, so I restored my backup:
Solax Version: 2024.04.3
Core: 2024.5.1
Frontend: 20240501.0

I also do not update my system to 2024.5.5, because I don't know if the core or the integration is the issue.

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.