Node-red-contrib-tplink : was anybody able to set HS220 (dimmer) brightness

I am able to turn on and off my TP-link HS-220 but so far I am unable to change brightness using the control parameter.
There are no errors on the output message from the tplink node. The relay status is correctly reported but the brightness parameter never change.
If I change the brightness using my phone app the tp-link node is reporting the new brightness value.

Is there some flow examples that can set the brightness ?

here is my basic example:

[{"id":"57c7586e.ec16a8","type":"tab","label":"SalleTele","disabled":false,"info":"Controle des TP-Link"},{"id":"3d8c8946.64fb36","type":"kasa","z":"57c7586e.ec16a8","name":"télé divan - HS220(US)","device":"192.168.1.79","interval":60000,"eventInterval":15000,"payload":"getInfo","payloadType":"info","debug":false,"x":508.5,"y":186,"wires":[["5eb4f24e.9532ec"]]},{"id":"5eb4f24e.9532ec","type":"debug","z":"57c7586e.ec16a8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":701.5,"y":153,"wires":[]},{"id":"94035a67.a39c28","type":"inject","z":"57c7586e.ec16a8","name":"Commande On","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"on","payloadType":"str","x":130.5,"y":130,"wires":[["17b1f26a.a0584e"]]},{"id":"984d9fea.a6046","type":"inject","z":"57c7586e.ec16a8","name":"Commande Off","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"off","payloadType":"str","x":138,"y":173,"wires":[["3d8c8946.64fb36"]]},{"id":"17b1f26a.a0584e","type":"change","z":"57c7586e.ec16a8","name":"50%","rules":[{"t":"set","p":"brightness","pt":"msg","to":"50","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":298.5,"y":127,"wires":[["3d8c8946.64fb36","5e0f0062.eaa6b"]]},{"id":"df328161.916d3","type":"inject","z":"57c7586e.ec16a8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"getQuickInfo","payloadType":"str","x":133.5,"y":214,"wires":[["3d8c8946.64fb36"]]},{"id":"5e0f0062.eaa6b","type":"debug","z":"57c7586e.ec16a8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":429.5,"y":77,"wires":[]}]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.