@mwittig
Hi, just started with node-red in combination with Pimatic. I’m trying to dim my light but get an error false == true in node red.

I’ve setup the following:
Device ID: device
Action: changeDimlevelTo
Param Name: dimlevel
Param Value: 80

I added the value just for testing, this should off course be fetched from msg.payload

When I run the flow I get the message: false == true

What