Stanislav Meduna

Results 47 comments of Stanislav Meduna

https://plugins.octoprint.org/plugins/GPIOShutdown/

The parent was resurrected so I guess this should be left open as well...

> You should add the `transform` to the formal parameter list. And add a link to the explanation. Done, also added one for `user_characters` that was missed as well. >...

@glmnet Well.. there is an effect identified by @nagyrobi's testing limiting the usability for the intended purpose somehow and that is that one cannot easily calculate the actual length of...

Any update on this? I am also running into a bootloop with many binary sensors. The heap seems to be fine - ESP.getFreeHeap() shows 118456 before adding the sensor causing...

Does FreeRTOS, ESP, Arduino or esphome have some way of tracking the stack usage, e.g. by pre-filling it and looking at how much was clobbered or something? I've seen things...

> But I think you can make it simpler by instead of having `enum` and `number` types, the user can reference a `select`, `number`, `switch` entities within yaml which would...

@jesserockz I implemented the `number` and `select` and a lambda for user-defined formatting. I did not do `switch` as I think there is no possibility to name the on and...

``switch`` is now implemented as well.

> How lovely would be to have this possible on Oled / Epaper displays too. Like a placeable object. Inside a rectangle. I know and I have a use case...