Share My Creation [IoT] Home Automation Firebase Messaging

Hi,

enhanced my Domoticz modular Home Automation Solution (running on the Raspberry Pi), with the "HouseWatch" module which sends Firebase messages to Android devices.
The module is based upon this thread.

Messaging Flow
  • B4J Non-UI program (Raspberry Pi) listening to MQTT messages from selected Domoticz Devices and sends Firebase messages accordingly
  • B4A App receiving the Firebase messages and sends a notification plus adding to the log
upload_2017-3-15_17-0-22.png



Attached the source code for the prototype. In the mean time, more devices are connected.

Notes
  • Several modules already running without any issues, like the MQTT dispatcher
  • The Raspberry Pi 2B is up since 2 years - every 6 month a reboot is rquired to free up the memory creap
 

Attachments

  • B4JHowToDomoticzToFirebase.zip
    19.5 KB · Views: 380
Top