I would like to implement the following use case: I have a base node connected to a raspberry and a remote node with a power module. I would like to control the relay on the power module. Is there a way how to send data from the base to the remote?
Just a small note to explain some differences in the firmwares.
The bcf-generic-node firmware is only transmitting measured values (firmwares with battery in the name), or it is transmitting and also receiving (firwmares with power module in the name).
Then you need to pair the nodes. Long press of the B button on the base will start pairing. Then you need to do a long press of the B button on the remote. Then take a look at the MQTT messages to figure out the address. It is a good idea to subscribe to # topic before the pairing because during the pairing you can see the address of the added remote node. It is also possible to later press button on the remote to identify it correctly.