rdmtc / node-red-contrib-sun-position

This is a ultimate Node-Red Timer, Sun, Moon and Blind flow control.
Apache License 2.0
106 stars 24 forks source link

Window with obstruction in front #239

Closed Rodrigoah closed 3 years ago

Rodrigoah commented 3 years ago

Please consider the other places for Support:

Describe the Problem

Hi I want to use the blind-control node in a window that has a building in front. I want the blind to keep a constant "length on floor" but oviously this is affected by the building in front.

Due to the building I know that once the sun is below a certain elevation, the blinds are not needed, however I am unsure on how to set this up

image

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

System information (please complete the following information):

Additional context Add any other context about the problem here.

Hypnos3 commented 3 years ago

Exactly for such a case there is the setting of the min altitude threshold: image

wiki

Since I am unfortunately not a native English speaker, so I do not know if the correct term would elevation or altitude be here. As far as I understand Elevation and altitude are similar with just a different reference point. I chose altitude here because it is called that on suncalc.org.

HubertusH commented 3 years ago

Hi Hypnos3,

additionally, some kind of "ceiling" would be good. We have a very low-hanging roof and so the sun is above the roof in summer and no sun rays fall into the room. According to sunpos, however, "sun in window" is set and the shutter closes.

That would be great if you could still install that.

Thanks and greetings Hubertus


zusätzlich wäre eine Art "Obergrenze" gut. Wir haben ein sehr tief hängendes Dach und so steht die Sonne im Sommer oberhalb des Daches und es fallen keine Sonnenstrahlen ins Zimmer. Laut sunpos ist aber "sun in window" gesetzt und der Rollladen schließt.

Das wäre super wenn man das noch einbauen könnte.

Danke und Gruß Hubertus

Hypnos3 commented 3 years ago

Vielleicht kann man das ja bereits mit oversteer lösen. (Oversteer ist ein überschreiben der Sonnensteuerung - mir viel kein besserer Begriff ein). Muss ich mir selbst noch mal ansehen. Da ich aktuell gerade unbegrenzte oversteer einbaue könnte ich damit auch die minimale altitude Grenze ersetzen.

Hypnos3 commented 3 years ago

I've tested it and with the "oversteer" it can be easily solved. With the next version the setting min altitude threshold will disappear and be replaced by oversteer.

Existing settings are automatically adopted as the highest priority, which also corresponds to the current behavior.


Ich hab es getestet und mit den "oversteer" lässt es sich einfach lösen. Mit der nächsten version wird die Einstellung min altitude threshold verschwinden und durch oversteer abgelöst.

Vorhandene Einstellungen werden als höchster Priorität automatisch übernommen, was auch dem jetzigen verhalten entspricht.

image