Hi,
the latest MPPT Hex Protocol documentation refers to Register 200C Device State but does not provide the accepted register values to represent Bulk, Absorption, Float.
What are they?
Thanks
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Hi,
the latest MPPT Hex Protocol documentation refers to Register 200C Device State but does not provide the accepted register values to represent Bulk, Absorption, Float.
What are they?
Thanks
Hi, its very similar to the other state one, 0x0201.
The device state vreg (0x0201) is read-only (for ve.direct) and it is always present. The link device state (0x200C) is writable and should only be present when external control (sync charging/ess/etc) is used by the device.
The goal is to have a separate register between telling what the device should do; and seeing what it actually does.
I am having some problems using the node-red inject node to a Blue Solar mppt 150/70 -tr to turn it on and off - worked fine with can bus and mod bus through the venus gx but am trying to control direct from the raspberry pi node-red flow. My problem is getting the correct msg payload message to inject up the ve.direct serial link.
From the VE.DIRECT Protocol Blue and smart solar MPPT Chargers document (quite difficult for me to understand) I can see that register 0x0202 bit 1 needs to be set to 1 and register 0x0200 needs to be 4 (or 0) for off and 1 for on - I just need to know the payload type and exact messages please - many thanks in advance
OK - I have finally worked out the required string for a node-red inject command to turn the solar charger off it is ["0x3A","0x38","0x30","0x30","0x30","0x32","0x30","0x30","0x30",["0x34","0x34","0x37","0x0A"]
I am still lost in how to turn it on - according to the spec it needs a mask on register 202 to enable remote control and then I think an on command to register 200
I really would appreciate some help please - thanks
16 People are following this question.