Search found 5 matches

by fallenleader
Tuesday 12 March 2024 22:27
Forum: Suggestions
Topic: plain text email notification
Replies: 0
Views: 1272

plain text email notification

it'd be nice to get notifications without having them contain html coding since most notifications seem to be basic text anyway.

this would be beneficial for cell providers that still enable email to sms.
by fallenleader
Sunday 17 December 2023 17:11
Forum: Temperature and Weather
Topic: api weather gov http poller (National Weather Service) United States
Replies: 6
Views: 2916

Re: api weather gov http poller (National Weather Service) United States

i think my problem is that i'm a new member to the forum so i'm not allowed to post links. but yes, if the link in your script is replaced with a link like you provided, it should work fine to pull the json information into the log. my parsing script is also functional as of now, I'm getting the ...
by fallenleader
Sunday 17 December 2023 16:05
Forum: Temperature and Weather
Topic: api weather gov http poller (National Weather Service) United States
Replies: 6
Views: 2916

Re: api weather gov http poller (National Weather Service) United States

it looks like a dzvent script and when using events to make one, it will bring up the related json information in the log, but not values of use for weather (temp, baro, wind, rain, etc) so for script test, yes it technically functions. i put some instructions on my github for getting local station ...
by fallenleader
Saturday 16 December 2023 22:39
Forum: Temperature and Weather
Topic: api weather gov http poller (National Weather Service) United States
Replies: 6
Views: 2916

Re: api weather gov http poller (National Weather Service) United States

we're making progress to something that really appears functional. since it is at least working here.
github com/feelingwalnut/NWS-parser-for-Domoticz/tree/main
by fallenleader
Tuesday 12 December 2023 5:10
Forum: Temperature and Weather
Topic: api weather gov http poller (National Weather Service) United States
Replies: 6
Views: 2916

api weather gov http poller (National Weather Service) United States

the US government™ has a free api for their weather service. weather~gov/documentation/services-web-api api~weather~gov/stations/kmpo/observations/latest --periods exchanged for tlides due to forum i'm working on trying to get an http poller and lua parser for it. needless to say it is not working. ...