[SOLVED]Tradfri 1.9.27

hi,

Since the last update of my gateway to 1.9.27 (today), nothing works : all my lights rules won’t trigger anymore,
have you got this problem too ??

I checked my items files, rules files, everething is correct…i’m lost
in the logs, i see something strange; the rule is trigger, item received his command but no action

Can you post the log and rule, please?

items files :

/* lumieres salle a manger */

Dimmer   ArcheDroite                                    "l'Arche_de_Droite [%d %%]"             (Lumieres, Lumieres_Arche, Lumieres_salle_a_manger)                     ["Light", "Lighting"]         {channel="tradfri:0100:gwa0c9a0d7d8f9:65549:brightness"}
Dimmer   ArcheGauche                                    "l'Arche_de_Gauche [%d %%]"             (Lumieres, Lumieres_Arche, Lumieres_salle_a_manger)                     ["Light", "Lighting"]         {channel="tradfri:0100:gwa0c9a0d7d8f9:65547:brightness"}
Dimmer   ArcheMilieu                                    "l'Arche_du_Milieu [%d %%]"             (Lumieres, Lumieres_Arche, Lumieres_salle_a_manger)                     ["Light", "Lighting"]         {channel="tradfri:0100:gwa0c9a0d7d8f9:65548:brightness"}
Dimmer   Plafond_Salle_A_Manger_1                       "Plafond_de_la_Salle_A_Manger_1"        (Lumieres, Lumieres_PLafond_Salle_a_manger, Lumieres_salle_a_manger)    ["Light", "Lighting"]         {channel="tradfri:0100:gwa0c9a0d7d8f9:65556:brightness"}
Dimmer   Plafond_Salle_A_Manger_2                       "Plafond_de_la_Salle_A_Manger_2"        (Lumieres, Lumieres_PLafond_Salle_a_manger, Lumieres_salle_a_manger)    ["Light", "Lighting"]         {channel="tradfri:0100:gwa0c9a0d7d8f9:65555:brightness"}
Dimmer   Plafond_Salle_A_Manger_3                       "Plafond_de_la_Salle_A_Manger_3"        (Lumieres, Lumieres_PLafond_Salle_a_manger, Lumieres_salle_a_manger)    ["Light", "Lighting"]         {channel="tradfri:0100:gwa0c9a0d7d8f9:65554:brightness"}

/* lumieres Entree*/

Dimmer   Lampe_Ambiance_Entree                          "LampeAmbianceEntrE [%d %%]"            (Lumieres, Lumieres_Entree, Lumieres_Ambiance)           ["Light", "Lighting"]        {channel="tradfri:0220:gwa0c9a0d7d8f9:65546:brightness"}
Dimmer   Lampe_Ambiance_Entree_ColorTemperature         "LampeAmbianceEntrE [%d %%]"            (Lumieres, Lumieres_Entree, Lumieres_Ambiance)           ["Light", "Lighting"]        {channel="tradfri:0220:gwa0c9a0d7d8f9:65546:color_temperature"}
Dimmer   Plafond_Entree_1                               "le_Plafond_de_l'Entree 1 [%d %%]"      (Lumieres, Lumieres_Entree, Lumieres_Plafond_entree)     ["Light", "Lighting"]        {channel="tradfri:0100:gwa0c9a0d7d8f9:65559:brightness"}
Dimmer   Plafond_Entree_2                               "le_Plafond_de_l'Entree 2 [%d %%]"      (Lumieres, Lumieres_Entree, Lumieres_Plafond_entree)     ["Light", "Lighting"]        {channel="tradfri:0100:gwa0c9a0d7d8f9:65558:brightness"}
Dimmer   Plafond_Entree_3                               "le_Plafond_de_l'Entree 3 [%d %%]"      (Lumieres, Lumieres_Entree, Lumieres_Plafond_entree)     ["Light", "Lighting"]        {channel="tradfri:0100:gwa0c9a0d7d8f9:65544:brightness"}
Dimmer   Plafond_Entree_4                               "le_Plafond_de_l'Entree 4 [%d %%]"      (Lumieres, Lumieres_Entree, Lumieres_Plafond_entree)     ["Light", "Lighting"]        {channel="tradfri:0100:gwa0c9a0d7d8f9:65545:brightness"}

/* lumieres Salon */

Dimmer   Niche_Milieu                                   "La Niche_Milieu [%d %%]"           (Lumieres, Lumieres_Salon, Lumieres_niche)  ["Light", "Lighting"]      {channel="tradfri:0100:gwa0c9a0d7d8f9:65538:brightness"}
Dimmer   Niche_Droite                                   "la Niche_Droite"                   (Lumieres, Lumieres_Salon, Lumieres_niche)  ["Light", "Lighting"]      {channel="tradfri:0100:gwa0c9a0d7d8f9:65537:brightness"}
Dimmer   Niche_Gauche                                   "la Niche_Gauche"                   (Lumieres, Lumieres_Salon, Lumieres_niche)  ["Light", "Lighting"]      {channel="tradfri:0100:gwa0c9a0d7d8f9:65539:brightness"}
Dimmer   Meuble_Tv_Droite                               "Meuble_Tv_Droite"                  (Lumieres, Lumieres_Salon, Lumieres_TV)     ["Light", "Lighting"]      {channel="tradfri:0100:gwa0c9a0d7d8f9:65540:brightness"}
Dimmer   Meuble_Tv_Gauche                               "Meuble_Tv_Gauche"                  (Lumieres, Lumieres_Salon, Lumieres_TV)     ["Light", "Lighting"]      {channel="tradfri:0100:gwa0c9a0d7d8f9:65541:brightness"}

example of a rule:

rule "Ambiance soir"
when
    Item Ambiance_du_Soir received command ON
then
        sendCommand(Niche_Droite, 30)
        sendCommand(Niche_Gauche, 30)
        sendCommand(Niche_Milieu, 60)
        sendCommand(Lumieres_TV, 60)
        sendCommand(Plafond_Entree_2, 0)
        sendCommand(Plafond_Entree_3, 40)
        sendCommand(Plafond_Entree_4, 0)
        sendCommand(Plafond_Entree_1, 40)
        sendCommand(Plafond_Salle_A_Manger_1, 30)
        sendCommand(Plafond_Salle_A_Manger_2, 40)
        sendCommand(Plafond_Salle_A_Manger_3, 30)
        sendCommand(ArcheDroite, 20)
        sendCommand(ArcheGauche, 20)
        sendCommand(ArcheMilieu, 0)
        sendCommand(Lumieres_Cuisine, 80)
        sendCommand(Lampe_Ambiance_Entree, 50)
        sendCommand(Lampe_Ambiance_Entree_ColorTemperature, 40)

        postUpdate(Lumieres, ON)
        postUpdate(Ambiance_Apero, OFF)
        postUpdate(Ambiance_Diner, OFF)
        postUpdate(Ambiance_Matin, OFF)
        postUpdate(Ambiance_Film_Tele, OFF)
        postUpdate(Ambiance_Tele, OFF)
        postUpdate(Ambiance_Pleine_lumiere, OFF)
        postUpdate(Ambiance_du_Soir, ON)
        postUpdate(Ambiance_cosy, OFF)
        postUpdate(Ambiance_VP, OFF)
        postUpdate(Ambiance_feutree, OFF)
        postUpdate(Bureau, OFF)
end

another strange thing, I cannot delete the gateway, get this message in log file:

2019-10-02 22:59:38.135 [ERROR] [io.openhabcloud.internal.CloudClient] - Unsupported request method DELETE

Are your things online?

yes everything !

And the rule don’t trigger?

the rule trigger but nothing happens with the lights

And what does the log show?

i’m doing test actually,

logs are correct rule trigger
all items received their command…

i 'll try for the 10 time to reboot the gateway

See this:

You may need to reboot the gateway
Stop openhab
Clear the cache
Start openHAB
Delete the gateway
Stop openHAB
clear the cache
Start openHAB
Add the gateway back in

that what i’m doing !:slight_smile::+1:

I don’t use this binding, so I am only trying to help…

and i appreciate your it !i feel not alone!, my system is rebooting now

okay, i cleared cache then rebooted everything OH and gateway, enter the gateway security code and it seems to be ok!

there is a mystery …I have done it 4 time at least…before it works again
and i still can’t delete the gateway !

thx for your helps @ [vzorglub]