Thank you all for the inspiration after reading your solutions with the NS panel.
Yet I still have 2 problems, I wouldn’t name it like that, but how did you guys did the following:
set up a light dimmer with blockly? I find the visibility of an on-off switch (I don’t use it and would rather have it gone) ambiguous if you only want or can adjust the brightness?
and has anyone already dynamically adjusted the colors of the weather forecast (Openweather) on the screensaver, e.g. sun = yellow, clouds white, rain = blue? I wanted to make that with dictionary but it hasn’t really worked out so far.
I did a test with my nspanel and it seems to work fine. You have just to adapt it to your screensaver: replace “weather-rainy” in the second block by a “get state of item” with the relevant item of your openweather thing.
Thanks,
Regarding my first question. maybe some clearer statement. I don’t like the toggle switch on the right and would like to use something more intuitive than the brightness slider to dim/switch ON-OFF our lights. How did you all do this when you used a dimmable light?
regarding my second question. I’ve now a more colorful screensaver. where I’ve assigned a color to each weather type of open weather.
Herby some snippets for others.