I have enabled the mqtt broker on the cerbo, and I can successfully publish a value to dbus. I use this to sync the bms (Daly) SOC with the victron smart shunt SOC, because Daly is not very accurate and drifts pretty quickly. There are some other values that I would like to pull from dbus to use in my node red dashboard, but after several days of scouring threads and internet searches I have had no success subscribing to topics.
I can successfully publish the bms soc using mqtt out with the topic W/xxxxxxx/battery/1/Settings/ResetSoc, but when I try to subscribe using mqqt in and the topic N/xxxxxx/battery/1/Settings/ResetSoc or R/xxxxxx/battery/1/Settings/ResetSoc I get no response. I have tried to subscribe to several other topics as well and get no response. If I publish to a topic of "test" or whatever you want to put in there, and subscribe to the same topic I get a response back every time I publish a value.
I'm sure I'm missing something simple but I just cant figure it out. Ive spent days on this before coming here to bother you'all. Help?