Mikhail Diatchenko

Results 15 issues of Mikhail Diatchenko

I've back in April 2022 I've upgrade ESPHome to 2022.2 and started experiencing crashes of ESP8266 nodes. I pin pointed this to ESP8266 framework upgrade from `2.7.4` to `3.0.2` (https://esphome.io/changelog/2022.2.0.html)....

bug
help wanted

Currently there's no validation for the `from`, `input` and `to` parameters on the `state_machine.transition` action and on `state_machine.transition` confition. This is something that would be nice to add. I don't...

enhancement
help wanted

When controlling, for instance, light wit a state machine, the light state will be restored from HA, but the state machine won't be. We need a way to restore state...

enhancement

**Describe the bug** Camera streaming works in HA but does not work via HomeKit (waiting for the stream times out). I have tried different permutations of the integration configuration parameters...

I've tried creating a new app, copying files from an existing web app i've created before. However Chrome crashes after about 5 seconds giving this error: "Whoa! Google Chrome has...

There appears to be an additional action that the cube reports for dropping it (or throwing it up and catching). It reports as `motionType: 00, binaryValue: 00000011`. Would be great...

**Describe the bug** When I press either Volume Up or Volume Down build-in buttons (exposed via Home Assistant) the volume keeps increasing or decreasing until maximum/minimum. I expected those buttons...

bug

Log: ``` [14:27:25][I][app:029]: Running through setup()... [14:27:25][C][esp32_ble:026]: Setting up BLE... [14:27:26][D][esp32_ble:042]: BLE setup complete [14:27:26][D][esp32_ble_tracker:238]: Starting scan... [14:27:26][I][ble_keyboard:018]: Setting up... [14:27:26]ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x40093308 [14:27:26]file: ".piolibdeps/ble-tracker/NimBLE-Arduino/src/NimBLEDevice.cpp" line...

This adds ability to add a signal strength sensor for the BLE connection (for feature request https://github.com/dmamontov/esphome-blekeyboard/issues/25). The sensor is not exposed by default and can be added via `rssi:`...

**Is your feature request related to a problem? Please describe.** I want to be able to know if the host device that the BLE keyboard is connected to is in...

enhancement