Tiddly Widdly

Results 21 comments of Tiddly Widdly

Hi, I'm not OP but I have the same water meter and same dongle and same issue. From what I can tell, I think my meter runs at 433Mhz. I...

I think this is where the problem is. Since position control datapoint is required by the component, position control commands should be favored over regular control commands even if they...

It also seems to do this weird thing where I toggle it on and the toggle turns off for a second while the fan ramps up, then toggles itself back...

This appears to be related to this issue that I found in the community as the behavior is very similar and I'm using the same switch: https://community.home-assistant.io/t/ge-enbrighten-fan-controller-incorrectly-reporting-on-off-state/334036

Same problem with this configuration ``` esp32: board: lolin_c3_mini variant: esp32c3 framework: type: arduino version: 2.0.5 platform_version: 5.2.0 ```

Sorry, I got this working and never came back to post my fix. This worked for me: ``` esphome: name: test-c3-pico platformio_options: board_build.f_flash: 40000000L board_build.flash_mode: dio board_build.flash_size: 4MB board_build.variant: esp32c3...

> Same here: > AttributeError: 'NoneType' object has no attribute 'uid' It’s been a while but I did figure this out, I just forgot to update. I believe this was...

There's a set of ERDs that might have this info (0x105c and 0x105d), but I'm having a hard time using the API to deliberately request an update on a single...

> This is explains why my temperature reading perfectly matched my temperature setting over the last year... I didn't realize it wasn't getting updates until yesterday, from what I assume...