[SOLVED] Bitcino - MyHome Status Feedback

Hello Everybody

I installed the Bticino binding for my MyhOme installation. Everything is working, I have created scenaries but, If I use Physical Pusch Button to turn on a light for example, OpenHab does not receive the status feedback.

Yourbticino.items

// Lights First Floor
Switch Lg_3rd_room "Chambre arrière" (First_floor, Lights) {bticino="if=webserver;who=1;what=0;where=61"}
Switch Lg_sun "Soleil" (First_floor, Lights) {bticino="if=webserver;who=1;what=0;where=62"}
Switch Lg_cloud "Nuage" (First_floor, Lights) {bticino="if=webserver;who=1;what=0;where=63"}
Dimmer Lg_mezza "Mezzanine" (First_floor, Lights) {bticino="if=webserver;who=1;what=0;where=64"}

and
Bticino.cfg

webserver.host=192.168.0.74
webserver.rescan_secs=120

Did I something wrong ?

Thanks for your help

Do you get anything in the logs?

Does your items need to use the MAP transformation?

Give a try to the new v2 binding here [BTicino/OpenWebNet] New openHAB2 binding ready for testing
The v1 binding had many stability problems, specially on the feedback from BUS part.

Massi