Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scene: Continue Only If value equal 1 doesn't work #767

Closed
Pierre-Gilles opened this issue May 4, 2020 · 0 comments
Closed

Scene: Continue Only If value equal 1 doesn't work #767

Pierre-Gilles opened this issue May 4, 2020 · 0 comments

Comments

@Pierre-Gilles
Copy link
Contributor

"A 00h chaque jours je récupère l’état par un Get device value de divers lumière (pour le moment) et j’utilise en suite la fonction Only continue if. Je souhaitais (tout ça pour test puisque j’aurais ensuite à y intégrer des détecteurs de mouvement) que si au moins une lumière est allumée envoyer un Turn Off the Lights à toutes les lumières. Si j’utilise l’opérateur equal à 1, ça ne fonctionne pas. Je suis obligé d’utiliser l’opérateur superior or equal à 1 qui lui fonctionne. Est-ce parce qu’en base la valeur de l’état des lumières est 1.00 et non 1 ?"

https://community.gladysassistant.com/t/les-scenes-rex/5338

@Pierre-Gilles Pierre-Gilles added this to the Gladys 4 RC milestone May 4, 2020
NickDub-old pushed a commit to NickDub/Gladys that referenced this issue Aug 7, 2020
…value parsing (GladysAssistant#769)

* Remove scene queue concurrency

* Fix GladysAssistant#749 : Camera should not create tons of folders + improve image compression

* Fix camera tests

* Fix scene UI, automatically add actions blocks

* Add tests to cameraService.start

* Fix GladysAssistant#767: MQTT service should parseFloat received device value

* Fix MQTT tests
R6n0 pushed a commit to R6n0/Gladys that referenced this issue Dec 2, 2020
…value parsing (GladysAssistant#769)

* Remove scene queue concurrency

* Fix GladysAssistant#749 : Camera should not create tons of folders + improve image compression

* Fix camera tests

* Fix scene UI, automatically add actions blocks

* Add tests to cameraService.start

* Fix GladysAssistant#767: MQTT service should parseFloat received device value

* Fix MQTT tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant