node-red-contrib-sun-position
node-red-contrib-sun-position copied to clipboard
Possible to ask for position at certain time
Hi,
i wonder if its possible to get the position for a certain time...? This would be nice to make something like a kind of sun diagramm.
For example the position at every our.
Would be cool if someone could help me
Thx in advance
Your Captain
Hallo,
if the incoming message of the sun-position node has a msg.ts
or msg.time
property which is a JavaScript timestamp, this time will be used for the calculation of the sun position.
With that you can get the position for a certain time.
The moon-position node will accept the same properties.
Regards