Gilles van den Hoven
Gilles van den Hoven
It looks like a checkbox, converted to a 'checkboxpicker' can still be changed even though it has been set to readonly. The state of the button changes to dimmed (e.g....
The Readme mentions that KEEP_APP_RUNNING is set to "0" by default, but the docker file actually sets the environment variable to "1". If my assumption is correct, the readme should...
# What does this implement/fix? There are some long delays in the sensors API and callbacks work great for this. The esphome ezo API has been expanded to support a...
## Description: Updated docs for ezo PR **Related issue (if applicable):** fixes N/A **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#3561 ## Checklist: - [X] Branch: `next` is...
The following switch does not seem to work; `switch (comclass) { case 0x25: // COMMAND_CLASS_SWITCH_BINARY case 0x26: // COMMAND_CLASS_SWITCH_MULTILEVEL zwave.enablePoll(nodeid, comclass); break; }` wheras this works: `if (comclass == 0x26)...
I have a device that does not report back it's status by default; therefore i need to enable polling. I eventually got it to work, but i would like to...
(see descriptions of respective commits for more info)
``` Updating device drivers To tell the NEEO Brain about changes to your **device's components** you can simply change the driver version (.setDriverVersion). If you for example add new buttons...
[startServer(configuration)](https://neeoinc.github.io/neeo-sdk/#src-lib-index.ts-startserver) contains configuration.name which has as explanation "device name" which should be "server name" right?
> I have no clue if this is already possible, but here goes. > > What if your (custom)driver goes down, can you update your device (in realtime) with an...