Dmitry

Results 5 issues of Dmitry

[miio] Qingping Air Monitor (cgllc.airmonitor.s1) support is broken #13258 1. Custom refresh command for "battery" was defined . The device with "4.1.8_9999" firmware version does not allowed to obtain this...

Openhab can't receive information from Qingping Air Monitor (cgllc.airmonitor.s1) any more after the device's firmware was updated ("miio_ver":"0.0.9","fw_ver":"4.1.8_9999","hw_ver":"Linux","miio_client_ver":"4.1.8"). I checked logs and found that the device sends back **"result":"ok"** for...

bug

Add support for AGS10 VOC Sensor. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) -...

new-integration
has-tests
integration: ags10

## Description: Documentation for AGS10 TVOC Sensor. **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6070 ## Checklist: - [x] I am merging into `next` because this is new...

has-parent
next

This code fails if someone forget to set discriminator in SiftingAppender: ```java if (discriminator == null) { addError("Missing discriminator. Aborting"); errors++; } if (!discriminator.isStarted()) { addError("Discriminator has not started successfully....