• This comment http://forum.espruino.com/comments/13381­021/ may answer some of your questions. If you point your browser to Node-RED on your RPi3, you can set up an MQTT input node that will read those topics and take whatever actions you want. For example, this is a NR flow you can import that simply reports MQTT messages to the debug tab.

    [{"id":"76f88a3c.99fe04","type":"tab","l­abel":"Flow 2"},{"id":"6892e216.8f6d2c","type":"debu­g","z":"76f88a3c.99fe04","name":"","acti­ve":true,"console":"false","complete":"p­ayload","x":340,"y":60,"wires":[]},{"id"­:"503cfb7e.f411c4","type":"mqtt in","z":"76f88a3c.99fe04","name":"","top­ic":"#","qos":"2","broker":"98edcbd7.d02­a98","x":110,"y":60,"wires":[["6892e216.­8f6d2c"]]},{"id":"98edcbd7.d02a98","type­":"mqtt-broker","z":"","broker":"localho­st","port":"1883","clientid":"","usetls"­:false,"compatmode":true,"keepalive":"60­","cleansession":true,"willTopic":"","wi­llQos":"0","willPayload":"","birthTopic"­:"","birthQos":"0","birthPayload":""}]
    

    A more sophisticated example might look for the temp topic advertising device temperature and update a gauge node that would be dsiplayed on the Node-RED UI

  • I think that's exactly what I was after. I was confused whether I would have to write some code in NRF.setAdvertising or whether the out-of-the-box behaviour was sending a summary of all sensors.

About

Avatar for badryan @badryan started