victronenergy / node-red-contrib-victron

MIT License
94 stars 18 forks source link

[BUG] Victron objects are not stored homogeneously as global objects #198

Open weichenb opened 4 hours ago

weichenb commented 4 hours ago

I appreciate that Victron objects that are requested in a flow, get also populated by global objects/variables. I observed that majority is stored in “victronenergy” object, but a few in a “com”/“victronenergy”-object. a765039614bff0d97c67bfa62075ad0326fdd462

From my point of view it would makes sense to shift the “com”/"victronenergy-object into the “victronenergy”-object. In that case all objects would be well structured.

dirkjanfaber commented 3 hours ago

All of the nodes should store it there, so there must be something wrong on this line, not converting the dbus path correctly.

Do you happen to know which node is putting the data on the wrong place?

weichenb commented 1 hour ago

It seems that all "settings"-parameters are impacted. Since I use only a few in my flows, I cannot provide a comprehensive statement. Screenshot 2024-10-04 192657