[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
I see I still use the lsid of mine station in some part of the driver, will update is in a few minutes. On Sunday, June 28, 2020 at 11:37:58 AM UTC+2, Maarten van der Hoeven wrote: > > Running the beta, it throws an error instantly: > > -- You received this message because you are subscribed

[weewx-development] Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
The last few weeks I have been working on a weewx driver for Davis Weather Link Live. This device can give regular intervals of full ISS data and a 2.5 seconds interval of UDP data containing wind and rain. See this site for more information

Re: [weewx-development] Weatherlink Live driver developpment

2020-06-28 Thread Maarten van der Hoeven
Sure! {"data":{"did":"001D0A71154A","ts":1593339301,"conditions":[{"lsid":321275,"data_structure_type":1,"txid":2,"temp": 67.6,"hum":59.0,"dew_point": 52.8,"wet_bulb": 57.3,"heat_index": 67.3,"wind_chill": 64.1,"thw_index": 63.8,"thsw_index":

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
You are right. It needs a better solution, but it works for now. The problem with multiple sensors is that there is a second conditions in data with the data_structure_type. But some values are 'null' and some are '0' (e.g. rain_rate_last). I will change it in the future that the user can set a

[weewx-development] Re: Get dailyrain value in custom driver

2020-06-28 Thread flor...@pre-vost.fr
So simple ^^ Le samedi 27 juin 2020 à 23:47:59 UTC+2, Bastiaan Meelberg a écrit : > Hi, > > Just use the rainfall_daily from the WLL and set that as the start value. > > > > On Saturday, June 27, 2020 at 11:45:12 PM UTC+2, flor...@pre-vost.fr > wrote: >> >> Hi, >> >> How it is possible to have

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
Yes! That would be great to get one solid WLL driver. Cheers, Bastiaan On Sunday, June 28, 2020 at 11:41:35 AM UTC+2, flor...@pre-vost.fr wrote: > > Hi ! > Nice to have a driver for udp request ! > > I'm very glad to work with you to develop the driver to have in futur a > single driver :) > >

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
Maarten, The driver is updated. Try again please. On Sunday, June 28, 2020 at 11:37:58 AM UTC+2, Maarten van der Hoeven wrote: > > Running the beta, it throws an error instantly: > > -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread flor...@pre-vost.fr
Hi ! Nice to have a driver for udp request ! I'm very glad to work with you to develop the driver to have in futur a single driver :) Le dimanche 28 juin 2020 à 11:28:58 UTC+2, Bastiaan Meelberg a écrit : > The last few weeks I have been working on a weewx driver for Davis Weather > Link

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Maarten van der Hoeven
Driver updated, data is okay now! Also running MQTT and bechertown: I see windspeed reported as km/h, although I've set the unit to m/s in weewx.conf Yes, tx_id 3 is an extra temp sensor. I've got the ISS on ID=2, and the temp sensor on ID=3 Op zondag 28 juni 2020 om 11:48:59 UTC+2 schreef

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
Very helpful Maarten! Thank you. The temp with tx_id 3 that is an 'extra' temp sensor? -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Bastiaan Meelberg
The MQTT is sending the wind in kph: {"dateTime": "1593338025.0", "windSpeed_kph": "4.828032", "winDir": "319.0", "windGust_kph": "25.749504", "windGustDir": "169.0", "rain_cm": "0.0", "rainRate_mm_per_hour": "0.0", "beaufort_count": "1.0", "maxSolarRad_Wpm2": "822.1835611108015",

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread flor...@pre-vost.fr
Bastiaan, How can I find lsid without make a request to know in json format ? I don't know if the best practice is to check via lsid or data_structure_type ? Thank's, Le dimanche 28 juin 2020 à 11:51:02 UTC+2, hoev...@gmail.com a écrit : > Driver updated, data is okay now! > > Also running

Re: [weewx-development] Weatherlink Live driver developpment

2020-06-28 Thread flor...@pre-vost.fr
Hi Maarten, To help Bastiaan and me to WLL Driver, can you share the answer of your request of http://1.2.3.4/v1/current_conditions (change 1.2.3.4 by your internal IP) ? You've another sensor with other ID and it will be helpfull to have this data to implement it on driver, Thank you ! Le

[weewx-development] Re: Davis Weather Link Live driver with UDP

2020-06-28 Thread Maarten van der Hoeven
My apologies for my misinformation... I thought I had set the windspeed om meter_per_seconds, but it was still on the default km_per_hour. I've changed the units in weewx.conf, now displaying as meter_per_second Op zondag 28 juni 2020 12:00:44 UTC+2 schreef Bastiaan Meelberg: > > The MQTT is