Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-27 Thread Tomasz Lewicki
W dniu poniedziałek, 27 lipca 2020 10:01:02 UTC+2 użytkownik Tomasz Lewicki napisał: > > > Thank you Ørjan and NorbertF. I have done clean installation of Raspberry > Pi OS, Weewx (APT method) and WeeWX-MQTTSubscribe. Before installing > MQTTSubscribe everything was going without problems (no er

Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-27 Thread Tomasz Lewicki
W dniu poniedziałek, 27 lipca 2020 08:44:42 UTC+2 użytkownik Ørjan Hofstad napisał: > > Hi, > No the plugin does not work. But there is another guy that have made a new > plugin. Maybe that will work. > > https://github.com/bellrichm/WeeWX-MQTTSubscribe > Thank you Ørjan and NorbertF. I have don

Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-26 Thread Ørjan Hofstad
Hi, No the plugin does not work. But there is another guy that have made a new plugin. Maybe that will work. https://github.com/bellrichm/WeeWX-MQTTSubscribe -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-26 Thread Norbert F
Here is another driver that works good for me https://github.com/bellrichm/WeeWX-MQTTSubscribe -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubs

Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-26 Thread Norbert F
Herein is another driver that works Gold for me https://github.com/bellrichm/WeeWX-MQTTSubscribe -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsu

Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-26 Thread Tomasz Lewicki
Hi Ørjan. Did you get your config to work? If yes, where was the problem? W dniu niedziela, 2 września 2018 23:41:39 UTC+2 użytkownik Ørjan Hofstad napisał: > > Here is what I have tried. But cant get it to work. I was just testing > over mqtt client. Maybe Im sending the data wrong or somethi

Re: [weewx-user] Re: MQTT weather data as input to weewx

2018-09-02 Thread Ørjan Hofstad
Here is what I have tried. But cant get it to work. I was just testing over mqtt client. Maybe Im sending the data wrong or something. This is the setting I have set in /etc/weewx/weewx.conf loop_on_init=true station_type = wxMesh [wxMesh] host = 127.0.0.1 client = Arduino-station username = u

Re: [weewx-user] Re: MQTT weather data as input to weewx

2018-09-02 Thread Ørjan Hofstad
Im looking for a driver that send sensor data to weewx over Mqtt. Is this the right one for me then? Can anyone show me a example where to change settings in the config files ect. I have installed weewx and mosquitto broker and client on my Pi. -- You received this message because you are su

Re: [weewx-user] Re: MQTT weather data as input to weewx

2018-09-02 Thread Colin Larsen
Works great for me outputting data On Mon, 3 Sep 2018, 09:16 Ørjan Hofstad, wrote: > Hi > Does your mqtt driver work? > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send

Re: [weewx-user] Re: MQTT weather data as input to weewx

2018-09-02 Thread Ørjan Hofstad
Hi Does your mqtt driver work? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.goog

Re: [weewx-user] Re: MQTT weather data as input to weewx

2017-09-26 Thread Bill Morrow
On Wednesday, 20 September 2017 14:20:41 UTC-3, Robert Mantel wrote: > > I know this is an old thread, but did you guys ever get around to making a > driver that subscribes to an mqtt server to get sensor data? My RFM69 > sensors connect to a gateway which parses the data into my mqtt server, so

Re: [weewx-user] Re: MQTT weather data as input to weewx

2017-09-20 Thread Robert Mantel
I know this is an old thread, but did you guys ever get around to making a driver that subscribes to an mqtt server to get sensor data? My RFM69 sensors connect to a gateway which parses the data into my mqtt server, so now I'm looking for a way to get it into weewx. On Sunday, 7 August 2016

Re: [weewx-user] Re: MQTT weather data as input to weewx

2016-08-07 Thread Siegfried H.
> Matthew and I have been working on a use case where an MQTT broker is used > as a source for WeeRT. > > Ahh, got it. But to be honest: it looks like I would have to install a whole lot of programs and scripts to make it work. So at the moment (not much free spare time and lacking of programm

Re: [weewx-user] Re: MQTT weather data as input to weewx

2016-08-07 Thread Thomas Keffer
Matthew and I have been working on a use case where an MQTT broker is used as a source for WeeRT. -tk On Sun, Aug 7, 2016 at 8:21 AM, Siegfried H. wrote: > > This is what WeeRT does. >> > > I'm only a weewx beginner, although I have read your wiki for WeeRT, I > cannot bring in the context for

Re: [weewx-user] Re: MQTT weather data as input to weewx

2016-08-07 Thread Siegfried H.
> This is what WeeRT does. > I'm only a weewx beginner, although I have read your wiki for WeeRT, I cannot bring in the context for my usecase, sorry. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop re

[weewx-user] Re: MQTT weather data as input to weewx

2016-08-07 Thread Siegfried H.
Thanks for taking your time, > an mqtt driver that feeds weewx with data from any mqtt broker would > useful for many use cases. > Definitely. > (1) publish each observation, e.g., /telemetry/outside_temperature with > data 32.3 > This would be my usecase. > what topic structure does ope

Re: [weewx-user] Re: MQTT weather data as input to weewx

2016-08-07 Thread Thomas Keffer
I have a strong preference for publishing observation packets under a single timestamp. Not only is it more efficient, but they make a natural semantic group, as they all come from the same source. This is what WeeRT does. -tk On Sun, Aug 7, 2016 at 5:05 AM, mwall wrote: > On Sunday, August 7,

[weewx-user] Re: MQTT weather data as input to weewx

2016-08-07 Thread mwall
On Sunday, August 7, 2016 at 1:25:08 AM UTC-4, Siegfried H. wrote: > > > you'll have to write a driver to talk to the esp8266 >> > > Okay, then I was on the wrong track: I thought because my weather data is > already published from the esp8266 to the mqtt broker (and from there into > openHAB) I

[weewx-user] Re: MQTT weather data as input to weewx

2016-08-06 Thread Siegfried H.
Thanks for the fast reply. > you'll have to write a driver to talk to the esp8266 > Okay, then I was on the wrong track: I thought because my weather data is already published from the esp8266 to the mqtt broker (and from there into openHAB) I could simply use the weewx mqtt extension for *in

[weewx-user] Re: MQTT weather data as input to weewx

2016-08-06 Thread mwall
On Saturday, August 6, 2016 at 4:03:30 AM UTC-4, Siegfried H. wrote: > > My goal is to have my existing weather data (mostly from sensors connected > to an esp8266), which are published to my mosquitto server and then send to > my home automation system (openHAB) *as input to weewx* from where