Kodey Converse

Results 22 comments of Kodey Converse

Actually, I had TX and RX backwards; TX on the debug header goes to RX on the ESP32. My bad (you mentioned it in the blog post and I missed...

My main goal is to build an esphome integration. I've never had to fully reverse a chip before, but it feel like a fun challenge that I might be able...

This is awesome! I just had fun decoding the message too, and it's cool to see that I landed in the same place. I used Python to help me walk...

And I'm pretty excited...I feel like this will be a huge improvement for cost effective energy monitoring if we can get it to work

Reopening for visibility, to make it easier to find for others interested

I've been trying to learn how various ESPHome components work. I think under the hoods, i2c will use the TwoWire library by default, but we can configure it to talk...

I tried out that approach, and agreed I don't think it's much of an option. I think setting the framework type to `esp-idf` will cause it to load [this driver](https://github.com/espressif/esp-idf/blob/master/components/driver/i2c.c#L1237)...

The calibration data I think will be helpful, the more I think about it. Calibrating 19 CT clamps manually might be a real pain; maybe we could provide a script...

A couple observations I've had: * ESPHome has a [`total_daily_reading` component](https://esphome.io/components/sensor/total_daily_energy.html), which seems to be able to take in a sensor with power information and sum it up over the...

I flashed some code to my Vue, and am successfully reading from I2C on the esp-idf framework. I also tested using Arduino (just to see what would happen without the...