Romain Rinie

Results 6 issues of Romain Rinie

As of now, it's not possible to use all the function of the [aqara push button](https://www.gearbest.com/access-control/pp_626695.html). Either it's configured as a sensor and the single click doesn't work. ``` sensor:...

To help development, here are the log from the [Aqara Smart Light Control (wall switch)](https://xiaomi-mi.com/sockets-and-sensors/xiaomi-aqara-smart-light-control-set/) The log are watch is received when I press the key. My switch are the...

As reported in issue #134, I was limited by the max length of the command option in vclient, with the current max length being 512, and my command list being...

The command tool vclient has a limit of 512 characters for the list of command. `-c, --command ` I do read all the command at once to publish them all...

Using a license template with following copyright: `Copyright (C) ${year} by Company, City, Country. All Rights Reserved.` and following configuration: ``` license { header = rootProject.file('LICENSE') ignoreFailures = true ext.year...

This new method "is_tv_on()" report the status of the TV. Until now, to know the status of the TV, a dummy key was sent and the exception/timeout was a sign...