Using node red to connect to the CCGX mqtt service. I have reading values (subscribing) working well. However, now I'm trying to send a write message to change the current limit on the multiplus. Here are a couple examples of what i have tried using mosquitto tools:
mosquitto_pub -h 192.168.50.20 -t "W/6cece#######/vebus/257/Ac/In/1/CurrentLimit" -m "{"value": 15.5}"
mosquitto_pub -h 192.168.50.20 -t "W/6cece#######/vebus/257/Ac/In/1/CurrentLimit" -m "15.5"
Nothing seems to stick. Any suggestions?
Thanks, Kirk