You still did not say do you really need only notification or want something done based on that data!
My Zero today took the sunset time and external temperature directly from WeeWX report, and since it was less than 15C, closed shutters, emailed us and logged that fact. Did not need alarm.Py, no extensions, no Home automation server, no Node-Red, no MQTT. All in my tiny script. Plus of course WeeWX. In the morning (after the sunrise), when it gets over 18C, it will open shutters. Unless it rains, of course. If you need something like that, I can help. Na 8. listopada 2019. 18:30:38 CEST, Ramesh Rasappan <[email protected]> wrote: > > >thank you all, I got it working in a couple of ways; i. use in-built >alarm.py ii. install extension crt: Cumulus Real-Time to get real-time >data >and parse it with a bash script. I am sharing here my work (could be >useful >for some noob like me!). > >My earlier post got deleted where I did share my bash script and >installation guidelines > > >On Tuesday, October 8, 2019 at 9:55:25 PM UTC+5:30, Ramesh Rasappan >wrote: >> >> @Pilla, although I got it working (see above), I am still interested >to >> see your script! maybe you are handling it in a better way! (you >could send >> it to me: chittukuruvii at. gmail) >> >> >> >> On Monday, October 7, 2019 at 6:22:01 PM UTC+5:30, Pila wrote: >>> >>> If you really want just to send a notification, use alarm.Py. >>> >>> If you want to base automation on this data, I can provide example >how I >>> did it. But you would still need to solve sending e-mails on your >own since >>> my RPI Zero uses my router to do so. >>> >>> Na 5. listopada 2019. 18:34:06 CEST, Ramesh Rasappan ><[email protected]> >>> wrote: >>>> >>>> do you parse the html page? could you please share the shell >script? >>>> thanks >>>> >>>> On Friday, October 4, 2019 at 5:19:09 PM UTC+5:30, Pila wrote: >>>>> >>>>> If you really want notification, it can generate email. >>>>> >>>>> I use data to close shutters if it rains from the west half. I >simply >>>>> parse generated page and extract data I need. All from shell >script. 5 >>>>> lines of code to extract 8 variables. My Zero jest closed shutters >since it >>>>> was sunset. >>>>> >>>>> Na 3. listopada 2019. 16:01:58 CEST, Ramesh Rasappan ><[email protected]> >>>>> wrote: >>>>>> >>>>>> My current setup pulls weather data from Offset console using >>>>>> weewx-wh23xx driver. I want to run a bash script that can get the >current >>>>>> weather and send me a notification if it meets the criteria. >>>>>> >>>>>> >>>>>> I could probably get the weather data directly from PWS console >>>>>> using weewx-wh23xx driver but I can't figure out this!! Of course >one could >>>>>> use sqlite3 to pull the data from either weewx database >>>>>> (/var/lib/weewx/weewx.sdb) but it looks complicated for me that I >have to >>>>>> run some complex script to retrieve the current data! >>>>>> >>>>>> >>>>>> Can you share some script that can pull the current data from >either >>>>>> weewx database or from the console? thank you >>>>>> >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> Poslano sa mog Android uređaja sa K-9 Mail. Molim vas oprostite na > >>>>> mojoj sažetosti. >>>>> >>>> > >-- >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 [email protected]. >To view this discussion on the web visit >https://groups.google.com/d/msgid/weewx-user/e093b4ac-0e0e-4d85-bc24-b1a42996428f%40googlegroups.com. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/C551D884-01BC-4BE7-A1F1-04609A0F8E7C%40gmail.com.
