Samuel Sieb

Results 378 comments of Samuel Sieb

It doesn't need to be marked as draft for that.

I don't understand how this would be configured with the two pins. Can you expand the example to be a full config?

This should be fixed by https://github.com/esphome/esphome/pull/3744

The problem is that you're trying to represent a 32-bit integer using a float. But a float does not have enough resolution for that, so you get rounding. There's nothing...

GitHub issues are not for support requests, it would be better to ask on the esphome discord server. Why are you trying to put it in a sensor? What is...

A sensor stores a float value. I suggest sending an mqtt message directly with the timestamp if that's what you're trying to do. "support request". This isn't a bug or...

> I got the same problem of relay firing on boot. Waiting for solution Which device and which pin?

IDF has issues with compile dependency checking. Clean the build and try again.

Try increasing the i2c frequency. That has been a common solution.

Closing as duplicate of https://github.com/esphome/issues/issues/2721