freakent / dbus-mqtt-devices

A driver for Victron VenusOS GX devices to support use of dbus-mqtt/flashmq-mqtt
MIT License
101 stars 22 forks source link

Inverter is not showing Values in VRM #76

Closed KallerTobias closed 6 months ago

KallerTobias commented 6 months ago

Hello, I have installed ad set up according to your manual. I get the IDs and I can write the values to MQTT (showing up in MQTT Explorer" but VenusOS is not showing the values.

I currently do not have the inverter speaking to MQTT, the hardware will arrive in a few days, but I have a virtual output I'm writing to MQTT. I double checked all topics etc. I can't find the problem.

Thank you,

Tobias

Values are missing 1 Screenshot 2023-12-21 132848

stundenblume commented 6 months ago

Hi Tobias, maybe try less values for the beginning. this is how my pvinverter looks like. grafik Sebastian

KallerTobias commented 6 months ago

Hi Sebastian,

thank you for the reply. I now only transfered the Power for L3 and Total, still the same picture:

Bildschirmfoto 2023-12-21 um 22 05 28 Bildschirmfoto 2023-12-21 um 22 06 43

The Topic, starting with "W" is correct, right?

KallerTobias commented 6 months ago

I will setup a clean system tomorrow, somethin is really strange there. I get the ID "2" for the PV Inverter, but when I analyse the N/.../pvinverter/ Topic I can see that the ID is 0. If I change the ID in my MQTT script, I can write at least the power, but no other Values. Also the MQTT server is breaking down constantly... I think I messed up something.

freakent commented 6 months ago

Tobias, please share your code you are using to register and send data values.

KallerTobias commented 6 months ago

HI, I send {"clientId":"iv001","connected":1,"version":"v1.0","services":{"i1":"pvinverter"}} To the Topic: device/iv001/Status I Recieved: {"portalId":"bxxxxxxxxxxf","deviceInstance":{"i1":"2"}}

Data I transffered to Venus OS MQTT are e.g.:

Topic: W/bxxxxxxxxxxf/pvinverter/2/Ac/Energy/Forward {"value":0.4} or Topic: W/bxxxxxxxxxxf/pvinverter/2/Ac/L3/Power {"value":460}

Kind regards,

Tobias

halve85 commented 6 months ago

which Venus Version you're using? Release candidate? (had the same issue with that - it's caused due to "dbus MQTT" not supported in future anymore, there will be an alternative.)

freakent commented 6 months ago

@halve, please do not leave comments like this. It is misleading to people new to Victron MQTT. It is true that Victron have migrated off Mosquitto, but they have moved to FlashMQ and the functionality is mostly the same.

freakent commented 6 months ago

@KallerTobias It looks like the driver is working for you and registering your device.

Can I suggest for test purposes you try setting up a dummy temperature sensor? It's possibly the simplest and will check your set up.

disaster123 commented 6 months ago

which Venus Version you're using? Release candidate? (had the same issue with that - it's caused due to "dbus MQTT" not supported in future anymore, there will be an alternative.)

This is just wrong. Victron supports mqtt like before. They‘re just using a different software / service.

KallerTobias commented 6 months ago

@KallerTobias It looks like the driver is working for you and registering your device.

Can I suggest for test purposes you try setting up a dummy temperature sensor? It's possibly the simplest and will check your set up.

Hi, Thanks for the support but I switched to a Shelly as EM and the Integrations works much better than the all possible SolaX solutions. 4 years ago when I bought this inverter, I was not aware of the closed system. The shelly integration works perfekt.