esphome-components icon indicating copy to clipboard operation
esphome-components copied to clipboard

A repository of custom esphome components

Results 8 esphome-components issues
Sort by recently updated
recently updated
newest added

At least I think it's caused by eq3_v2 since that is the only thing running, and my other devices did update to 2021.12.0 with no problems. ``` [D][climate:381]: 'Thermostat EQ3...

inode_ble don't work with latest dev of esphome. There is not anmore get_manufacturer_data() function. It looks like ble_tracker changed alot: https://github.com/esphome/esphome/blob/dev/esphome/components/esp32_ble_tracker/esp32_ble_tracker.cpp Esphome 1.15 should be available any day from now.

Hi Ayufan, I've created an implementation for controlling Comet Blue TRV's based upon your code. I think it would help users if my implementation gets merged into your repo. Unfortunatly...

Removing #ifdef ARDUINO_ARCH_ESP32 and updating the INODE_SET_METHOD macro to use nullptr as the default value for the sensor pointers instead of 0.

Hi, I was wondering if you had tried to make the memory component report a percentage free, or if you'd considered it and felt the current implementation is more useful?...

I see in your example you have tasmota values ``` # {"PowerSetCal":10085} # {"VoltageSetCal":1581} # {"CurrentSetCal":3555} ``` How did you convert those to ESPhome yaml required ones?