klaudiusz223
klaudiusz223
@ankitpokhrel Thanks for great software. I would like to set security level. Is it possible to set it using custom fields? When I run command ``` curl --request GET \...
If shutters are in safety delay period invoking setLevel() and stop() before safety delay finished doesn't stop shutters. Stop is ignored. 2nd issue. In my opinion safety delay should not...
Automatic ID assignment doesn't work for RS485 transport. As mentioned in this post https://forum.mysensors.org/topic/4854/building-a-wired-rs485-sensor-network/23 . The problem is caused by: - setting sender id to 0 instead of 255 in...
Fix for #80
Hi, Actually broadcast works correctly only for the first defined connector. For others - only partially or not at all.
As a user, I would like to have the possibility of disabling automatic query execution. Optionally as an administrator I need an option in the configuration file for disabling automatic...
Deselecting with "Ctrl" button doesn't work. Implementing multi selection with the "shift" button. And maybe in the future implementing filtering. Something similar to http://www.primefaces.org/showcase/ui/picklist.jsf
## Description: Documentation for Time based cover with tilt function **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6146 ## Checklist: - [x] I...
# What does this implement/fix? Time based cover implementation with position and tilt control that are driven by one motor and do not have any position feedback. Such a solution...