Skip to content

Python script for grabbing the JSON data over serial from the NinjaCape and publishing it as MQTT messages

License

Notifications You must be signed in to change notification settings

perrin7/ninjacape-mqtt-bridge

Repository files navigation

ninjacape-mqtt-bridge

Python script for grabbing JSON data over serial from the NinjaCape and publishing it as MQTT messages

You need to have an MQTT broker installed, such as http://mosquitto.org/


See the wiki for more information

MQTT messages are structured as follows:

  • Messages received on 433Mhz as published to:
    /ninjaCape/input/DeviceID
    payload: DeviceData
  • Messages to be sent out on 433Mhz should be pushlished to:
    /ninjaCape/output/DeviceID
    payload: DeviceData
  • The script subscribes to all updates on /ninjaCape/output/#

TODO List

About

Python script for grabbing the JSON data over serial from the NinjaCape and publishing it as MQTT messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published