ha-bridge icon indicating copy to clipboard operation
ha-bridge copied to clipboard

MQTT format for NodeJS-PoolController

Open MistaBo opened this issue 3 years ago • 0 comments

I'm having difficulty formatting the MQTT message payload in ha-bridge to talk to the nodejs-poolcontroller program. The pool controller wants the following message {"id":3, "isOn":true}

Here is what I have in ha-bridge: {"clientId":"1","topic":"intellicenter-i8ps/state/circuits/setState","message":"{"id":3, "isOn":true}","qos":"0","retain":"false"} When I try to run this, it errors out.

Any help would be appreciated. Thanks

MistaBo avatar Jul 15 '21 23:07 MistaBo