Lüfter Dasboard 2

Thank you so much!

Cool!

Hello

Thanks again for the code.

I replaced the ON and OFF signals with a Change Node like this...

But I'm not getting any response. I've also made sure to use proper capitalization... but the function isn't responding.

I need 1 and 0 because my GPIO output requires it, so I thought I could use the Change Node to convert it to ON and OFF for the fan.

Thats not working ... you cant do msg.payload=2 to value "ein"

im oberen feld kannst du nir die variable haben .. in diesem fall payload (nix anderes
im bereich "to the value" must du ein parameter setzen ... in deinem fall "Ein" .. ich glaub dein code prueft auf "Ein" aber du hast "ein" .... achte auf gross/klein schreibunng

in deinem fall ist msg.payload immer "aus" , da du den ersten parameter ueberschrieben hast

du brauchst ne richtige logik

@xx_Nexus_xx

Ah, okay... I'll try to integrate it that way -> Thanks for the tip!

I'll modify it then... it's currently set up like this...

I could then connect my (toggle) manual/automatic module to the switch node; that should work. I'll have to test it later!

I did it...I used a function node...now it works with on/off...

cool

I have another problem...

I'd like to position the fan on the right and add some text on the left... since the LED indicator will be removed...
I would just like to present it in a better, more attractive way, more clearly!

Hello

I've already asked the AI, but the code isn't correct.

I just want a label on the left and the fan on the right, then I'll leave you alone, I promise!

Please help! Thank you.

Thanks