Volet roulant Meroos( remontée info windowshare)

Bonjour,

J’ai encore effectué plusieurs tests et ça avance très bien!

Le hic ,malgré que tout fonctionne au niveau des volets et du store c’est que j’ai une ligne qui s’affiche sur le dashboard

Lorsque je supprime les volets du plugin, ceci n’apparait plus.

Concernant le store, ton widget m’affiche bien que le store n’est pas complètement fermé car valeur de fermeture 32% soit ouvert partiellement. Ce qui est logique.

niveau ouverture

Concernant les volets, si ouvert partiellement, l’affichage du widget me montre un volet complètement ouvert.

Bàt,

Oui, vu également hier, je l’ai corrigé.
Je termine d’autres trucs avant de poster la màj.

Ah, et la valeur de la commande (info | string) Volets est à « Ouvert partiellement », c’est ça ?

Après vérification, non

"windowShade" : {
"value" : "open",

C’est pour ça. Ca doit être un peu plus que partiellement pour Smartthings/module.

Bonjour Flobul,

Remontée des tests effectués.

  • Au niveau des volets:
    L’ajout de ton widget « Blind V2 » est parfait

volet_ouvert
volet_fermé

  • Au niveau du store:
    Widget Blind2 V2
    Je pense qu’il est possible d’encore améliorer certaines fonctions.

Store ouvert avec la flèche du haut → OK

store_ouvert

Store partiellement ouvert avec le bouton pause → OK

store patiellement ouvert

Store fermé avec la flèche du bas → OK seulement si le store est ouvert à 100%( L’image indique que le store n’est pas complètement fermé mais c’est normal car la valeur de fermeture max est définie à 32%

store_ouvert_32

Par contre, lorsque le store est complètement ouvert ( 100%) et que tu sélectionnes le curseur en lui indiquant 50% par exemple, il ferme le store à fond.

Par contre si le store est partiellement ouvert avec le bouton pause, que tu sélectionnes le curseur sur 70%, là ça fonctionne.

A l’occasion, j’aimerai que tu m’expliques ou mettre les valeurs MIN/MAX pour que lorsque je clique sur le bouton descente et ce peu importe ou se trouve l’état du store il descende à MAX 32%.

Voilà… petit retour des tests effectués.

Great job !

Va dans la modification de la commande « Changer le niveau dobscurité »
Capture d’écran 2022-02-21 à 08.23.18 (bouton orange).
Dans la partie de droite, mets en minimum 32 au lieu de 0 :
Capture d’écran 2022-02-21 à 08.24.20

Quand ton volet est fermé, il devrait se retrouver comme ceci :
Capture d’écran 2022-02-21 à 08.24.51

Etrange. Tu as bien modifié le curseur et pas cliqué sur le store ?

Bonjour,

Parfait! la sélection du curseur max vers le bas est bien à 32%

J’ai effectué d’autres tests avec une vidéo pour y voir plus clair.

Lien vidéo store cuisine

*Première étape:

Le store est ouvert à 100% et je sélectionne la flèche « fermer » je raffraichis les infos → ok fermé à 32%

*Deuxième étape:

Je remonte le store avec la flèche « ouvrir » et le store remonte bien à 100% -->OK

*Troisième étape:

Avec le curseur, je sélectionne jusqu’en bas du curseur suite aux valeurs paramètrées (32%) -->OK

*Quatrième étape:

Je remonte le volet à 100% et avec le curseur je lui demande 70% de fermeture.
Je raffraichis les infos et le store se ferme à fond. :woozy_face:

*Cinquième étape:

Le store est fermé à fond, je sélectionne le curseur sur 70% et là il s’arrête bien à la valeur sélectionnée (70%)

Par contre, toujours le problème avec le bouton de fermeture du store lorsque celui-ci n’est pas en position 100% ouvert.
Il ne tient pas compte de l’état d’ouverture et continue à se dérouler outre la valeur max (32%)

Bàt,

Les actions Monter, pause, descendre ne sont liées à aucune autre commandes et je ne peux les lier.
Là-dessus je ne peux rien faire.
Donc, si tu as mis 32% en valeur minimale dans le plugin, les actions ne peuvent pas en tenir compte.
En gros, tu commandes directement ton volet pour lui dire « Monte ». Lui il monte jusqu’au bout…

Et le volet physique s’ouvre à 70% ?
Je n’ai pas bien vu cette action sur la vidéo.
Il me faudrait de toute façon les logs lorsque ça arrive.
Pour voir la valeur exacte envoyée à SmartThings.

Normal, comme expliqué au point 1, les actions Monter/Pause/Descendre ne dépendent pas des min/max du plugin, c’est des commandes directes.

Non il se ferme physiquement à 32% ( à fond)

log du plugin en mode debug?

Oui en debug stp.

Ok je fais ça :wink:

Je recharge le plugin car je n’ai plus accès au log « Smartthings » juste « smartthings_updateConf »

J’arrive …


[2022-02-22 10:41:29][DEBUG] : execute CmdType3 slider Résultat de $body : {"component":"main","capability":"windowShadeLevel","command":"setShadeLevel","arguments":["70"]}
[2022-02-22 10:41:29][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/f82f411a-41f2-42e4-932f-903d0124115f/commands METHODE : POST
[2022-02-22 10:41:30][DEBUG] : execute CmdType slider Payload : {"commands":[{"component":"main","capability":"windowShadeLevel","command":"setShadeLevel","arguments":[70]}]} Résultat de la commande : {"results":[{"id":"64e2820b-8f07-4fd0-abae-655a507d9ee7","status":"ACCEPTED"}]}
[2022-02-22 10:41:30][DEBUG] : refresh : début
[2022-02-22 10:41:30][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/f82f411a-41f2-42e4-932f-903d0124115f/status METHODE : GET
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShadeLevel::shadeLevel
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : début cmd : main::switchLevel::level
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:41:30][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:41:30][DEBUG] : refresh : fin
[2022-02-22 10:42:02][DEBUG] : update : Démarrage du cron
[2022-02-22 10:42:02][DEBUG] : refresh : début
[2022-02-22 10:42:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/locations/63384b97-9b8e-4daf-887d-ae11ed703e7c METHODE : GET
[2022-02-22 10:42:02][DEBUG] : refresh : fin
[2022-02-22 10:42:02][DEBUG] : getHealth : début
[2022-02-22 10:42:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/c80d795f-c383-46ec-8427-4e4b239c2f17/health METHODE : GET
[2022-02-22 10:42:02][DEBUG] : getHealth : fin
[2022-02-22 10:42:02][DEBUG] : refresh : début
[2022-02-22 10:42:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/c80d795f-c383-46ec-8427-4e4b239c2f17/status METHODE : GET
[2022-02-22 10:42:02][DEBUG] : refresh : fin
[2022-02-22 10:42:02][DEBUG] : getHealth : début
[2022-02-22 10:42:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9a272b21-285f-49cf-bb32-bf643f0f166a/health METHODE : GET
[2022-02-22 10:42:03][DEBUG] : getHealth : fin
[2022-02-22 10:42:03][DEBUG] : refresh : début
[2022-02-22 10:42:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9a272b21-285f-49cf-bb32-bf643f0f166a/status METHODE : GET
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::presenceSensor::presence
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : refresh : fin
[2022-02-22 10:42:03][DEBUG] : getHealth : début
[2022-02-22 10:42:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/73b5fceb-4027-4ca9-a76b-adebbb98d934/health METHODE : GET
[2022-02-22 10:42:03][DEBUG] : getHealth : fin
[2022-02-22 10:42:03][DEBUG] : refresh : début
[2022-02-22 10:42:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/73b5fceb-4027-4ca9-a76b-adebbb98d934/status METHODE : GET
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:42:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:03][DEBUG] : refresh : fin
[2022-02-22 10:42:03][DEBUG] : getHealth : début
[2022-02-22 10:42:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/8fd60591-cf89-42ab-9b84-8e1b47374d9b/health METHODE : GET
[2022-02-22 10:42:04][DEBUG] : getHealth : fin
[2022-02-22 10:42:04][DEBUG] : refresh : début
[2022-02-22 10:42:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/8fd60591-cf89-42ab-9b84-8e1b47374d9b/status METHODE : GET
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : refresh : fin
[2022-02-22 10:42:04][DEBUG] : getHealth : début
[2022-02-22 10:42:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/24a258fb-843e-4b31-8f3f-8beaf5329e65/health METHODE : GET
[2022-02-22 10:42:04][DEBUG] : getHealth : fin
[2022-02-22 10:42:04][DEBUG] : refresh : début
[2022-02-22 10:42:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/24a258fb-843e-4b31-8f3f-8beaf5329e65/status METHODE : GET
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:42:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:04][DEBUG] : refresh : fin
[2022-02-22 10:42:04][DEBUG] : getHealth : début
[2022-02-22 10:42:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9b72b561-54dd-47a2-b99c-8dbfb7c8712e/health METHODE : GET
[2022-02-22 10:42:05][DEBUG] : getHealth : fin
[2022-02-22 10:42:05][DEBUG] : refresh : début
[2022-02-22 10:42:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9b72b561-54dd-47a2-b99c-8dbfb7c8712e/status METHODE : GET
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : refresh : fin
[2022-02-22 10:42:05][DEBUG] : getHealth : début
[2022-02-22 10:42:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/67fd21dd-6310-4bc5-93f6-0abffb767090/health METHODE : GET
[2022-02-22 10:42:05][DEBUG] : getHealth : fin
[2022-02-22 10:42:05][DEBUG] : refresh : début
[2022-02-22 10:42:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/67fd21dd-6310-4bc5-93f6-0abffb767090/status METHODE : GET
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:42:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:05][DEBUG] : refresh : fin
[2022-02-22 10:42:05][DEBUG] : getHealth : début
[2022-02-22 10:42:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/a0f546a7-b676-450e-945a-65b6a9d9d1c4/health METHODE : GET
[2022-02-22 10:42:05][DEBUG] : getHealth : fin
[2022-02-22 10:42:05][DEBUG] : refresh : début
[2022-02-22 10:42:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/a0f546a7-b676-450e-945a-65b6a9d9d1c4/status METHODE : GET
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : refresh : fin
[2022-02-22 10:42:06][DEBUG] : getHealth : début
[2022-02-22 10:42:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/fb2dff04-f154-4239-a7c5-d6a890115860/health METHODE : GET
[2022-02-22 10:42:06][DEBUG] : getHealth : fin
[2022-02-22 10:42:06][DEBUG] : refresh : début
[2022-02-22 10:42:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/fb2dff04-f154-4239-a7c5-d6a890115860/status METHODE : GET
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::temperatureMeasurement::temperature
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::thermostatHeatingSetpoint::heatingSetpoint
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::switch::switch
[2022-02-22 10:42:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:06][DEBUG] : refresh : fin
[2022-02-22 10:42:06][DEBUG] : getHealth : début
[2022-02-22 10:42:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/f82f411a-41f2-42e4-932f-903d0124115f/health METHODE : GET
[2022-02-22 10:42:06][DEBUG] : getHealth : fin
[2022-02-22 10:42:06][DEBUG] : refresh : début
[2022-02-22 10:42:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/f82f411a-41f2-42e4-932f-903d0124115f/status METHODE : GET
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShadeLevel::shadeLevel
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::switchLevel::level
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : refresh : fin
[2022-02-22 10:42:07][DEBUG] : getHealth : début
[2022-02-22 10:42:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/6982465a-d642-4117-ab00-dac39c58b6d7/health METHODE : GET
[2022-02-22 10:42:07][DEBUG] : getHealth : fin
[2022-02-22 10:42:07][DEBUG] : refresh : début
[2022-02-22 10:42:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/6982465a-d642-4117-ab00-dac39c58b6d7/status METHODE : GET
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:42:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:07][DEBUG] : refresh : fin
[2022-02-22 10:42:07][DEBUG] : getHealth : début
[2022-02-22 10:42:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/60e50b96-8941-4ab8-b31f-f9966648f59a/health METHODE : GET
[2022-02-22 10:42:07][DEBUG] : getHealth : fin
[2022-02-22 10:42:07][DEBUG] : refresh : début
[2022-02-22 10:42:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/60e50b96-8941-4ab8-b31f-f9966648f59a/status METHODE : GET
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:08][DEBUG] : refresh : fin
[2022-02-22 10:42:08][DEBUG] : getHealth : début
[2022-02-22 10:42:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/4683f55d-6683-41d8-91be-690ef7fa734e/health METHODE : GET
[2022-02-22 10:42:08][DEBUG] : getHealth : fin
[2022-02-22 10:42:08][DEBUG] : refresh : début
[2022-02-22 10:42:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/4683f55d-6683-41d8-91be-690ef7fa734e/status METHODE : GET
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:42:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:08][DEBUG] : refresh : fin
[2022-02-22 10:42:08][DEBUG] : getHealth : début
[2022-02-22 10:42:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/14fd2880-216c-44d7-9b75-45bbee0ab102/health METHODE : GET
[2022-02-22 10:42:08][DEBUG] : getHealth : fin
[2022-02-22 10:42:08][DEBUG] : refresh : début
[2022-02-22 10:42:08][DEBUG] : sendRequest - URL : 

J’avais vidé le log avant de lancer les commandes.
Le store était ouvert physiquement à 100%
Via le curseur j’ai demandé de descendre à 70% et le store s’est fermé à fond.

https://api.smartthings.com/v1/devices/14fd2880-216c-44d7-9b75-45bbee0ab102/status METHODE : GET
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:09][DEBUG] : refresh : fin
[2022-02-22 10:42:09][DEBUG] : getHealth : début
[2022-02-22 10:42:09][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/eadf4de9-d666-4e02-ae61-50491a5e1a24/health METHODE : GET
[2022-02-22 10:42:09][DEBUG] : getHealth : fin
[2022-02-22 10:42:09][DEBUG] : refresh : début
[2022-02-22 10:42:09][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/eadf4de9-d666-4e02-ae61-50491a5e1a24/status METHODE : GET
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:42:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:42:09][DEBUG] : refresh : fin
[2022-02-22 10:42:09][DEBUG] : update : fin
[2022-02-22 10:43:02][DEBUG] : update : Démarrage du cron
[2022-02-22 10:43:02][DEBUG] : refresh : début
[2022-02-22 10:43:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/locations/63384b97-9b8e-4daf-887d-ae11ed703e7c METHODE : GET
[2022-02-22 10:43:02][DEBUG] : refresh : fin
[2022-02-22 10:43:02][DEBUG] : getHealth : début
[2022-02-22 10:43:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/c80d795f-c383-46ec-8427-4e4b239c2f17/health METHODE : GET
[2022-02-22 10:43:02][DEBUG] : getHealth : fin
[2022-02-22 10:43:02][DEBUG] : refresh : début
[2022-02-22 10:43:02][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/c80d795f-c383-46ec-8427-4e4b239c2f17/status METHODE : GET
[2022-02-22 10:43:03][DEBUG] : refresh : fin
[2022-02-22 10:43:03][DEBUG] : getHealth : début
[2022-02-22 10:43:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9a272b21-285f-49cf-bb32-bf643f0f166a/health METHODE : GET
[2022-02-22 10:43:03][DEBUG] : getHealth : fin
[2022-02-22 10:43:03][DEBUG] : refresh : début
[2022-02-22 10:43:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9a272b21-285f-49cf-bb32-bf643f0f166a/status METHODE : GET
[2022-02-22 10:43:03][DEBUG] : updateInfoCmdWithValue : début cmd : main::presenceSensor::presence
[2022-02-22 10:43:03][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:03][DEBUG] : refresh : fin
[2022-02-22 10:43:03][DEBUG] : getHealth : début
[2022-02-22 10:43:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/73b5fceb-4027-4ca9-a76b-adebbb98d934/health METHODE : GET
[2022-02-22 10:43:03][DEBUG] : getHealth : fin
[2022-02-22 10:43:03][DEBUG] : refresh : début
[2022-02-22 10:43:03][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/73b5fceb-4027-4ca9-a76b-adebbb98d934/status METHODE : GET
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : refresh : fin
[2022-02-22 10:43:04][DEBUG] : getHealth : début
[2022-02-22 10:43:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/8fd60591-cf89-42ab-9b84-8e1b47374d9b/health METHODE : GET
[2022-02-22 10:43:04][DEBUG] : getHealth : fin
[2022-02-22 10:43:04][DEBUG] : refresh : début
[2022-02-22 10:43:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/8fd60591-cf89-42ab-9b84-8e1b47374d9b/status METHODE : GET
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:43:04][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:04][DEBUG] : refresh : fin
[2022-02-22 10:43:04][DEBUG] : getHealth : début
[2022-02-22 10:43:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/24a258fb-843e-4b31-8f3f-8beaf5329e65/health METHODE : GET
[2022-02-22 10:43:04][DEBUG] : getHealth : fin
[2022-02-22 10:43:04][DEBUG] : refresh : début
[2022-02-22 10:43:04][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/24a258fb-843e-4b31-8f3f-8beaf5329e65/status METHODE : GET
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : refresh : fin
[2022-02-22 10:43:05][DEBUG] : getHealth : début
[2022-02-22 10:43:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9b72b561-54dd-47a2-b99c-8dbfb7c8712e/health METHODE : GET
[2022-02-22 10:43:05][DEBUG] : getHealth : fin
[2022-02-22 10:43:05][DEBUG] : refresh : début
[2022-02-22 10:43:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/9b72b561-54dd-47a2-b99c-8dbfb7c8712e/status METHODE : GET
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:43:05][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:05][DEBUG] : refresh : fin
[2022-02-22 10:43:05][DEBUG] : getHealth : début
[2022-02-22 10:43:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/67fd21dd-6310-4bc5-93f6-0abffb767090/health METHODE : GET
[2022-02-22 10:43:05][DEBUG] : getHealth : fin
[2022-02-22 10:43:05][DEBUG] : refresh : début
[2022-02-22 10:43:05][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/67fd21dd-6310-4bc5-93f6-0abffb767090/status METHODE : GET
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : refresh : fin
[2022-02-22 10:43:06][DEBUG] : getHealth : début
[2022-02-22 10:43:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/a0f546a7-b676-450e-945a-65b6a9d9d1c4/health METHODE : GET
[2022-02-22 10:43:06][DEBUG] : getHealth : fin
[2022-02-22 10:43:06][DEBUG] : refresh : début
[2022-02-22 10:43:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/a0f546a7-b676-450e-945a-65b6a9d9d1c4/status METHODE : GET
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::button::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button2::holdableButton::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::button::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::holdableButton::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::button::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::button
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : début cmd : button1::holdableButton::numberOfButtons
[2022-02-22 10:43:06][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:06][DEBUG] : refresh : fin
[2022-02-22 10:43:06][DEBUG] : getHealth : début
[2022-02-22 10:43:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/fb2dff04-f154-4239-a7c5-d6a890115860/health METHODE : GET
[2022-02-22 10:43:06][DEBUG] : getHealth : fin
[2022-02-22 10:43:06][DEBUG] : refresh : début
[2022-02-22 10:43:06][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/fb2dff04-f154-4239-a7c5-d6a890115860/status METHODE : GET
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::temperatureMeasurement::temperature
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::thermostatHeatingSetpoint::heatingSetpoint
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::switch::switch
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : refresh : fin
[2022-02-22 10:43:07][DEBUG] : getHealth : début
[2022-02-22 10:43:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/f82f411a-41f2-42e4-932f-903d0124115f/health METHODE : GET
[2022-02-22 10:43:07][DEBUG] : getHealth : fin
[2022-02-22 10:43:07][DEBUG] : refresh : début
[2022-02-22 10:43:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/f82f411a-41f2-42e4-932f-903d0124115f/status METHODE : GET
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShadeLevel::shadeLevel
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::switchLevel::level
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::battery::battery
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:43:07][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:07][DEBUG] : refresh : fin
[2022-02-22 10:43:07][DEBUG] : getHealth : début
[2022-02-22 10:43:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/6982465a-d642-4117-ab00-dac39c58b6d7/health METHODE : GET
[2022-02-22 10:43:07][DEBUG] : getHealth : fin
[2022-02-22 10:43:07][DEBUG] : refresh : début
[2022-02-22 10:43:07][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/6982465a-d642-4117-ab00-dac39c58b6d7/status METHODE : GET
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:08][DEBUG] : refresh : fin
[2022-02-22 10:43:08][DEBUG] : getHealth : début
[2022-02-22 10:43:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/60e50b96-8941-4ab8-b31f-f9966648f59a/health METHODE : GET
[2022-02-22 10:43:08][DEBUG] : getHealth : fin
[2022-02-22 10:43:08][DEBUG] : refresh : début
[2022-02-22 10:43:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/60e50b96-8941-4ab8-b31f-f9966648f59a/status METHODE : GET
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:43:08][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:08][DEBUG] : refresh : fin
[2022-02-22 10:43:08][DEBUG] : getHealth : début
[2022-02-22 10:43:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/4683f55d-6683-41d8-91be-690ef7fa734e/health METHODE : GET
[2022-02-22 10:43:08][DEBUG] : getHealth : fin
[2022-02-22 10:43:08][DEBUG] : refresh : début
[2022-02-22 10:43:08][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/4683f55d-6683-41d8-91be-690ef7fa734e/status METHODE : GET
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : refresh : fin
[2022-02-22 10:43:09][DEBUG] : getHealth : début
[2022-02-22 10:43:09][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/14fd2880-216c-44d7-9b75-45bbee0ab102/health METHODE : GET
[2022-02-22 10:43:09][DEBUG] : getHealth : fin
[2022-02-22 10:43:09][DEBUG] : refresh : début
[2022-02-22 10:43:09][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/14fd2880-216c-44d7-9b75-45bbee0ab102/status METHODE : GET
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : refresh : fin
[2022-02-22 10:43:09][DEBUG] : getHealth : début
[2022-02-22 10:43:09][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/eadf4de9-d666-4e02-ae61-50491a5e1a24/health METHODE : GET
[2022-02-22 10:43:09][DEBUG] : getHealth : fin
[2022-02-22 10:43:09][DEBUG] : refresh : début
[2022-02-22 10:43:09][DEBUG] : sendRequest - URL : https://api.smartthings.com/v1/devices/eadf4de9-d666-4e02-ae61-50491a5e1a24/status METHODE : GET
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::checkInterval
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::healthCheck::DeviceWatch-DeviceStatus
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : début cmd : main::windowShade::windowShade
[2022-02-22 10:43:09][DEBUG] : updateInfoCmdWithValue : fin
[2022-02-22 10:43:09][DEBUG] : refresh : fin
[2022-02-22 10:43:09][DEBUG] : update : fin

Je vois pas quoi faire, la commande est bien envoyée et elle est bien à 70.

Ok je vois ça dans le log.
Pas trop grave! je vais juste devoir supprimer la visibilité du bouton descendre car si le store est ouvert partiellement je risque de faire des dégâts. J’utiliserai le curseur.
Il aurait fallu pouvoir définir au bouton descendre une autre action que fermer mais plutôt « niveau d’obscurité » avec possibilité de mettre une valeur de descente max.

Bàt,

C’est possible de créer cette commande. (après la prochaine mise à jour)
Il faudra ajouter une commande Capture d’écran 2022-02-22 à 12.33.18, la mettre en action, donner un nom puis sauvegarder. Et dans la modale Modification del a commande mettre :

Ca revient à utiliser la commande (info | curseur) « Changer le niveau dobscurité » avec une valeur fixe plutôt qu’un curseur.

Tu lui attribues un icone et tu caches le nom.
En revanche, elle ne sera pas sur le widget shade2. :confused:

Ok je suis ça de près :wink:

Bàt,

Salut Flobul,

Déjà d’actualité avec ta dernière MAJ?

Ps: je viens de capter un truc avec mon ipad en cliquant un peu trop bas sur le bouton descendre :crazy_face:
Lorsque je clique sur ( l’image) du store , et ce peu importe le niveau d’ouverture/fermeture, j’ai la possibilité de le faire descendre à la valeur MAX définie (32%). :slight_smile: . uniquement possible avec le store et pas les volets.

Autre chose:
Etant un peu perfectionniste, peux-tu modifier le widget du store pour que (l’image) soit au même niveau que celles des volets.
J’ai bien essayé en indiquant « Retour à la ligne forcé avant le widget » mais pas de résultat.

1

Bàt,