Corban Mailloux
Corban Mailloux
I would think that this is caused by something with the [comparison here](https://github.com/corbanmailloux/esp-mqtt-rgb-led/blob/master/mqtt_esp8266_rgb/mqtt_esp8266_rgb.ino#L412). I haven't looked into it yet, but maybe the `lastLoop` isn't being set correctly for short transition...
Hmm... This is really interesting, @makzdot. I've struggled with this issue in the past, and I hadn't seen such a simple fix. I'll take a look at adding this solution...
@michaelmcarthur When pasting code in GitHub, wrap the code in three backticks (```). Like: \``` code \```
I'm no longer maintaining this repo, but you do appear to be doing things correctly. My guess is that something with the communication with Home Assistant changed with the new...
For reference, I'm now using these laser ToF sensors: https://www.st.com/resource/en/datasheet/vl53l1x.pdf
I hit problems (unsurprisingly) with trying to have i2c travel over longer distances, which was needed to place the sensors further away from the sign. But I have ESP modules...
This is definitely worth a couple of pictures and a write-up when I have time, but it's working and installed in the garage.
Alright, well I played with this for a while, but I'll need to write more custom code than I feel like for tonight. Dropping a bunch of references: * https://github.com/esphome/esphome/blob/dev/esphome/components/ble_client/sensor/ble_sensor.cpp...
Branch with ESPHome config: https://github.com/corbanmailloux/home-assistant-configuration/compare/unicycle-monitor
(**Note:** I'm not the original reporter, but this is a feature I was looking for as well.) Any updates on this? It seems that the changes [here](https://github.com/robrogers3/vue-single-select/blob/0f7b4376b3d6481785297b34927ae9ea91543de5/src/VueSingleSelect.vue#L5-L17) are what I...