logantgt / harmony-span

A Node.JS application that allows you to trigger external webhooks from your Logitech Harmony Hub and compatible remotes.
MIT License
27 stars 14 forks source link

Add MQTT-Mode #21

Closed michaelewers closed 3 years ago

michaelewers commented 3 years ago

Changing the tool so that it just creates MQTT-messages whenever a button is pressed would make it incredibly flexible. E.g. it'd be easy to integrate with Node-RED, allowing for integrating with all kinds of tools / webhooks / frameworks etc. @AShifter Would you mind if I'd provide a pull-request for that?

logantgt commented 3 years ago

Feel free! You might be able to tell that I haven't had enough time to maintain this project haha. Thank you for all of your help, especially with other users. 😄

michaelewers commented 3 years ago

Just for reference: I've provided a PR here that adds MQTT-support: https://github.com/michaelewers/harmony-span/tree/issue/%2321

michaelewers commented 3 years ago

Fixed