Samuel Sieb

Results 378 comments of Samuel Sieb

esphome can't move to a newer platform until issues caused by platform changes have been resolved. You can specify the platform version in the config. I can't test it because...

You're also using a device that the support is still in development.

I mean the ESP C3, unless you're using something different than the original poster. SSL support is [broken](https://github.com/esphome/issues/issues/2660) on 8266. I don't know about ESP32. What issue are you having...

If it's not working with Arduino, file an issue with the details or comment in the one I linked. I only know about the issue for 8266, but maybe that...

@Jason2866, the esphome code is mostly the same between them, so that's really not true. And you're also missing the conversation here. This is not about the original topic, which...

Only sending values when they change will cause strange looking graphs, but if that's what you want, the delta filter should work. What is your config?

Can you paste some logs? The filter will affect when the data is sent to HA, but I don't know how the classes will affect how HA displays it.

If you want to test it, you can add this to your config: ```yaml sensor: - platform: template id: temp lambda: return temperatureRead(); ``` See what you get.

This is most likely because you're using a pi3 which is not enough to compile esphome while running HA.

As I already mentioned, it won't work on a pi3 if you're also running HA on it.