Coder Social home page Coder Social logo

OpenDTU PV Inverter missing about hass-victron HOT 6 OPEN

CerboJoe avatar CerboJoe commented on September 22, 2024
OpenDTU PV Inverter missing

from hass-victron.

Comments (6)

sfstar avatar sfstar commented on September 22, 2024

Hello and thank you for opening this issue.
A few questions:

  • The modbus id's 33 and 34 aren't being detected while 32 is?
  • Are the inverters online and reporting values in the GX device UI at the time the integration is scanning for registers?
  • Are you able to create a modbus integration configuration to read one of the values of the PV inverters with slave address 33 and 34? (This should confirm whether the pv inverter is actually exposed).

from hass-victron.

CerboJoe avatar CerboJoe commented on September 22, 2024

from hass-victron.

sfstar avatar sfstar commented on September 22, 2024

Hello @CerboJoe,

Could you perhaps install the latest main version by following these instructions:
#182 (comment)

After which please reconfigure the integration to rescan all available devices (when all inverters are online and reporting in the GX device).

from hass-victron.

CerboJoe avatar CerboJoe commented on September 22, 2024

I'm sorry.It dosent change anything. even not, after a full reinstallation. The HM-300 is shown, the two HM-1500 are not.

from hass-victron.

sfstar avatar sfstar commented on September 22, 2024

Thanks for checking.
Could you perhaps share the entries located under:
"settings -> services -> modbus/TCP -> available services" on your GX device?

from hass-victron.

sfstar avatar sfstar commented on September 22, 2024

Also please add the following configuration to your configuration.yaml file to further troubleshoot whether the inverters values are actually retrievable from the gx device:

modbus:
  - name: victron
    type: tcp
    host: <ip of the gx device>
    port: 502
    retry_on_empty: true
    retries: 10
    close_comm_on_error: true
     sensors:
       - name: pv_inverter_l1_voltage
         unit_of_measurement: "V"
         slave: 33
         address: 1027
         device_class: voltage
         state_class: measurement
         data_type: uint16
         scale: 0.1
         precision: 2
         offset: 0

Take note to customize the <ip of the gx device> part to the ip of your GX device.

After adding the configuration please restart your home assistant instance and check whether an entity is created with the name pv_inverter_l1_voltage and it's state is being populated with the inverters voltage values that are also visible in the GX device.
Please report your findings so that this issue can be further troubleshooted.

from hass-victron.

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.