Replies: 4 comments 2 replies
-
That's such a coincidence, I saw your post on Victron forum and was reading your GitHub project this morning. Nice job decoding the i2c interface, that can't have been easy. I noticed you were using battery as the device for this. How does the status of the fuses show up in your GX device? Is battery really the best device to represent this? |
Beta Was this translation helpful? Give feedback.
-
Hello Martin, i think so. My research points to this. I think this is the
only way to get blown fuses alarms in GX and VRM.
Or did you have another solution?
Martin Jarvis ***@***.***> schrieb am Mo., 23. Sept. 2024,
10:58:
… That's such a coincidence, I saw your post on Victron forum and was
reading your GitHub project this morning. Nice job decoding the i2c
interface, that can't have been easy.
I noticed you were using battery as the device for this. How does the
status of the fuses show up in your GX device? Is battery really the best
device to represent this?
—
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZH4LXQT7L2UGV26LBJ3RLZX7J25AVCNFSM6AAAAABOVRJOGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSGM3TAMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Plese read this post. This might be the solution. It is a battery device
with no volts and amps, but withe fuses.
Alarms will be shown in the right position.
https://community.victronenergy.com/t/lynx-distributor-protocol/3155/7
Martin Jarvis ***@***.***> schrieb am Mo., 23. Sept. 2024,
11:52:
… I'd have to go and read the dbus api documentation. How do you visualise
the fuse status in VenusOS. Can you provide some screenshots?
—
Reply to this email directly, view it on GitHub
<#127 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZH4LULL5PWYX2LKBQHG33ZX7QHPAVCNFSM6AAAAABOVRJOGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSGQZDONA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Yes, i think voltage, current, soc could set to zero. The goal is to check
Fuses and get an alarm.
Could you please add this? I dont know how much work this is for you.
Martin Jarvis ***@***.***> schrieb am Mo., 23. Sept. 2024,
13:04:
… I see. I think it would have made more sense if Victron had created a
dedicated device for this, but that's not something we can change now so
we'll have to e to work around it.
I assume you have to add the device to dbus without adding all the regular
battery parameters like voltage, current and SOC?
I think the problem we would have currently is that I add all parameters
for a device when it registers based on its device type. So I can't add
lynx distributor parameters without adding voltage and SOC etc, otherwise
someone else wouldn't able to battery devices in regular use cases. I have
been thinking about splitting the services config file and allow multiple
configs for each device type.
—
Reply to this email directly, view it on GitHub
<#127 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZH4LQLJ2W36IWMCYUSXI3ZX7YVHAVCNFSM6AAAAABOVRJOGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSGQ4TENQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello Martin, i have 2 Lynx distributors in my Setup. They have an i2C port for the fuse status.
Now i want to report blown fuses in the GX and VRM. Normally this is only possible with a shount or battary monitor.
My idea is to use an ESP32 to readout the i2C and publish to MQTT. This might be possible with an battery device.
Could you add this device type in your driver? I use your driver for all konds of Inverters via NodeRed.
Here is additional Information
https://github.com/twam/dbus-lynx-distributor
Thanks Peter
Beta Was this translation helpful? Give feedback.
All reactions