c5te1n / node-red-contrib-dwd-local-weather

Node Red node to retrieve local weather forecast from DWD (Germany)
Apache License 2.0
13 stars 11 forks source link

mosmixStation as variable #27

Open Nocoderactually opened 3 years ago

Nocoderactually commented 3 years ago

I would like to see the option to set the mosmixStation not as a fixed value but as (global?) variable. With this feature one could add a dropdownlist to select from a number of Stations and the Station ID would then be handed over to the node as a variable. (I am sure that there are possibilities to achieve the same result in hacking the code but I can't)

c5te1n commented 3 years ago

I've just looked at the code and this would require a couple of changes as stations could then be added on the fly vs. right now they can only be added once the flow is activated. I'll keep it as a feature request for now and see whether there is broader demand for this. If so, I'll add a way to pass in the mosmixStation as part of an inbound message.

Nocoderactually commented 3 years ago

Thanks for the consideration.

drdoener commented 3 years ago

Hi Christian, diese Funktion würde ich auch sehr begruessen. (I would appreciate this function as well).

Greets Michael

eckilein commented 2 years ago

Hi,

any Idea if something like this would be possible in the near future? Either global or by using environment variables?