Hi,
I’m testing USB Dongle with remote unit (Core + LCD modules - powered by usb).
I flashed bcf-usb-dongle
fw into USB Dongle. What fw I need flash to Remote to allow radio control - switch LED on remote on/off, write text on remote? I’ve tried bcf-generic-node-battery-standard
, but it does not work. It looks like, it should work with the POWER_MODULE enabled FW, but it does not work as well.
I can see sensor values in mqtt-spy, but I’m not able to sent any command. There are no examples in https://github.com/bigclownlabs/bcf-usb-dongle but I think commands from https://github.com/bigclownlabs/bcf-usb-gateway should works on Dongle as well. Or I’m wrong?
Received messages:
node/836d19820e43/hygrometer/0:4/relative-humidity 62.6
node/836d19820e43/push-button/-/event-count 9
node/836d19820e43/push-button/lcd:right/event-count 9
node/836d19820e43/lux-meter/0:0/illuminance 75.2
node/836d19820e43/hygrometer/0:4/relative-humidity 65.5
node/836d19820e43/push-button/-/event-count 10
node/836d19820e43/push-button/lcd:right/event-count 10
What I tried to sent:
$ mosquitto_pub -t 'node/836d19820e43/led/-/state/set' -m '{"state": true}'
$ mosquitto_pub -t "node/836d19820e43/lcd/-/text/set" -m '{"x": 5, "y": 10, "text": "BigClown"}'
It was published, but probably not received by Remote:
$ mosquitto_sub -v -t '#'
…
node/836d19820e43/hygrometer/0:4/relative-humidity 67.2
node/836d19820e43/lcd/-/text/set {"x": 5, "y": 10, "text": "BigClown"}
node/836d19820e43/hygrometer/0:4/relative-humidity 66.1