Been a while since I made sensors now - but so what.. ordered 10 pcs in order to try it out
Posts made by scurb
-
RE: 💬 Easy/Newbie PCB for MySensors
-
RE: Yet another MQTT gateway for MySensors :)
Thanks for the positive response!
@Yveaux - RabbitMQ was my choice primarily because of:
- I have other applications using AMQP protocol and Rabbit supports multiple protocols (amqp, mqtt, xmpp etc)
- I previously worked with RabbitMQ so it was less "unkown" among the many brokers.
- I like the possibility of setting up central services as active/active and active/passive nodes. Even though I haven't the actual need for such a high availability solution at home
However, the application should be broker agnostic and support to connect over MQTT no matter which message broker used.
/Patrik
-
Yet another MQTT gateway for MySensors :)
Hi,
Just wanted to give an early "heads up" of a gateway I'm creating in order to have the wonderful world of MySensors at home with a RabbitMQ server and openHAB as HA controller. I wrote the following blog post on http://blog.scurb.se/homeautomation/my-own-mysensors-gateway/.
I had no intention to write this post as a "advertisement post", I hope it was not taken as such. I'm about to clean up and prepare the project in order to publish on GitHub.
Best regards,
Patrik