Coder Social home page Coder Social logo

Comments (11)

wills106 avatar wills106 commented on June 24, 2024 1

Should be corrected in 2024.05.3 for 'H4372A' & 'H4502A'

from homeassistant-solax-modbus.

hypnum avatar hypnum commented on June 24, 2024

It also happens to me with a poker v3.0.
Core 2024.4.1
Supervisor 2024.04.0
Operating System 12.1

from homeassistant-solax-modbus.

jkoekemoer avatar jkoekemoer commented on June 24, 2024

Same issue for me on the last 4 versions of the modbus plugin as well as HASS versions (has always done this since first integration)
Core
2024.4.1
Supervisor
2024.04.0
Operating System
12.1

Edit
Based on issue #418 enabling config_export_control_limit_readscale does mostly fix the issue but value still does not reflect one to one

from homeassistant-solax-modbus.

hypnum avatar hypnum commented on June 24, 2024

It seems that I have fixed the problem by modifying the configuration indicated in #418 . Changing the values in
EXPORT_LIMIT_SCALE_EXCEPTIONS = [
('H4', 1 ), # assuming all Gen4s
('H34', 1), # assuming all Gen4s
('H4502T', 1), # more specific entry comes last and wins
('H3UE10', 1), # bug report #339

('H1E', 1 ), # assuming all Gen4s

]

from homeassistant-solax-modbus.

pedromfa avatar pedromfa commented on June 24, 2024

Same issue for me on the last 4 versions of the modbus plugin as well as HASS versions (has always done this since first integration) Core 2024.4.1 Supervisor 2024.04.0 Operating System 12.1

Edit Based on issue #418 enabling config_export_control_limit_readscale does mostly fix the issue but value still does not reflect one to one

Exactly. Same here. It reflects 1 to 1.1. Its strange.
Screenshot 2024-04-12 153003

from homeassistant-solax-modbus.

blueshadownet avatar blueshadownet commented on June 24, 2024

I have the same issue. You can go into the SolaX app and set it. For example 4kw will show as 40,000W but once you change it on the SolaX Modbus integration, it will not allow you to set it that high.

from homeassistant-solax-modbus.

hypnum avatar hypnum commented on June 24, 2024

In MAX_EXPORT you look for your investor and modify your export limit and then you can modify correctly.
Captura

from homeassistant-solax-modbus.

pedromfa avatar pedromfa commented on June 24, 2024

In MAX_EXPORT you look for your investor and modify your export limit and then you can modify correctly. Captura

I have no idea how to do that. :) I was hoping for a new version release to fix this.

from homeassistant-solax-modbus.

hypnum avatar hypnum commented on June 24, 2024

from homeassistant-solax-modbus.

billmars206 avatar billmars206 commented on June 24, 2024

I have this problem.
The Solax Export control slider shows 10x less than the real value on the inverter.
Inverter set to 3680 W, Solax export control shows 368 W.
Set Home Assistant Solax Export control to 3680 W, Inverter is set to 36800 W.

I solved this by adding:-

('H4502A', 1),

to the file plugin_solax.py which is in
\config\custom_components\solax_modbus.

so it looks like this:-

EXPORT_LIMIT_SCALE_EXCEPTIONS = [
('H4', 10), # assuming all Gen4s
('H4502A', 1), # added for my inverter serial number H4502AI60*****
('H34', 10), # assuming all Gen4s
('H4502T', 1), # more specific entry comes last and wins
('H3UE10', 10), # bug report #339

('H1E', 10 ), # assuming all Gen4s

]

The only problem is that when the integration is updated I have to add it again.
Can this setting be included in any integration update?

Thanks.

from homeassistant-solax-modbus.

wills106 avatar wills106 commented on June 24, 2024

Feel free to submit a PR

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.