Dara Adib
Dara Adib
@jotakar Thanks for the updates. I will try setting `getsupported="false"` for COMMAND_CLASS_THERMOSTAT_MODE. Might be worth adding a sleep to the RequestValue functions in [`cpp/src/command_classes/ThermostatMode.cpp`](https://github.com/OpenZWave/open-zwave/blob/master/cpp/src/command_classes/ThermostatMode.cpp) and [`cpp/src/command_classes/ThermostatSetpoint.cpp`](https://github.com/OpenZWave/open-zwave/blob/master/cpp/src/command_classes/ThermostatSetpoint.cpp), but that would be...
Can you try making changes to the [config files](/OpenZWave/open-zwave/tree/master/config), removing the cache file, and if it works, sending a pull request to [open-zwave](/OpenZWave/open-zwave)?
Have you tried changing the device configuration to [Binary Sensor report](https://home-assistant.io/docs/z-wave/device-specific/) instead of the Basic default?
`Received Basic set` means that it's configured as the basic default. It should say `Received SensorBinary report` when configured as a binary sensor under the configuration tab. The problem might...
@dopry yes I had the same compiler warning when Debian packaging. Do you want to try a PR to master?
@Fishwaldo thanks for the heads up! Do you plan to merge dev into master at some point? I have been maintaining the Debian package based on master because there are...
ddclient also configured with dyndns2, web, ssl=yes on EdgeRouter X was using 80MB resident, out of 256 MB system memory. Load average was 14(!) and DNS, SSH, even local systemctl...
For future reference, I had this problem and in my case had to export my calendar, change the organizer lines in the ics file to `ORGANIZER:mailto:Local%20Calendar` (the organizer of newly-added...
@DongJR929 `%%render` is a cell magic and needs to be the first line of the cell. You would put `import handcalcs.render` in a separate, preceding cell.