Hi,
Is there any plan, in a future version, to add a service that allows to send sensors data via mqtt with Meteobridge PRO ?
mqtt
Moderator: Mattk
Re: mqtt
MQTT is lightweight publish/subscribe messaging transport that allow for instance to have data in real time for house automation. : temperature, wind or any other parameter as a trigger for a particular event.
It can be used also for realtime data display on a weather station web site, using for instance the paho MQTT javascript client.
It can be used also for realtime data display on a weather station web site, using for instance the paho MQTT javascript client.
Re: mqtt
Thanks, but this is not what I asked for. Can you name an existing service that will make use of it and where http uploads don't do? Something that provides a benefit for the broad range of users so that my invest in time directly pays off instead of just having a tick-in-the-box for MQTT to make the tech guys happy for the sake of it 

Re: mqtt
Most home automation softwares, running on a PC or Raspberry can also run as web/php server and they will work also with http uploads.
For smaller custom systems, using Arduino for exemple, MQTT seems the only way to go.
So ... sure.. I don't know any dedicated service (except public MQTT brokers that can be used to publish the data and from which an Arduino or controller can subscribe to data) ) but it will probably not benefit for the broad range of users.
For smaller custom systems, using Arduino for exemple, MQTT seems the only way to go.
So ... sure.. I don't know any dedicated service (except public MQTT brokers that can be used to publish the data and from which an Arduino or controller can subscribe to data) ) but it will probably not benefit for the broad range of users.
Re: mqtt
Thanks for your explanation. I assumed that it is more a tech-focussed request. As one can request any data from the meteobridge via a http request, I don't see a compelling reason to invest into MQTT... unless someone really brings a killer use case where MQTT is a must.
Re: mqtt
Hi - for me the use case for MQTT would be easy integration with OpenHAB. I found a way to get my old Meteohub set up to publish data in MQTT format using a python plug-in script. I’m currently considering the Meteobridge Nano to replace my old and no longer functioning Meteohub setup but lack of MQTT is currently a barrier for proceeding.
Baobab
Baobab
Re: mqtt
What dDo you want to achieve? Importing Meteohub raw data can be done by a few clicks.