Subscribe to MQTT topics (with wildcards) and notifiy pluggable services
How to send push-notifications out of MQTT with mqttwarn and Pushsafer
Download & Setup
https://github.com/jpmens/mqttwarn
Configuration
https://github.com/jpmens/mqttwarn#pushsafer
[config:pushsafer] targets = { 'nagios' : ['privatekey', 'Device ID', 'Icon', 'Sound', 'Vibration', 'URL', 'Url Title', 'Time2Live'], 'tracking' : ['aliaskey1'], 'extraphone' : ['aliaskey2', '', '', '', '', '', '', '60'], 'warnme' : ['aliaskey3', '', '', '', '', '', '', '60'] }
For more information about replacing values (title, message, icon, icon color, sound, vibration) in your push notification, check out our API description!