abroooo
abroooo
> I was thinking that it might be a pain to support single and double sized rows on the same screens. we could fix this easily by making the header...
> we could change the light setup to something like this > ``` > - lambda: |- > std::vector lights { > FriendlyNameEntity("light.bathroom_lights", "Bathroom", "xy"), > FriendlyNameEntity("light.bedroom_lights", "Bedroom", "rgbww"), >...
> this arduino library has some good inspiration https://github.com/Spirik/GEM That looks really good! That sounds like a very good idea 👍
Oh the ha rest api, nice idea - havent thought of that to be honest 👍 I don't think we need to implement our own graph. `esphome::display::DisplayBuffer::graph()` takes a pointer...
I played a bit with esphome's `httprequest` (only via yaml not in code) but so far I couldn't get it to work with ha. It seems it doesn't like _Bearer...
Yes I am
After poking through the esphome code to no avail I found the error - it was the token 🤦♂️ I somehow missed a character. After fixing the token it works...
yeah I'm pretty much at the beginning so there aren't any pics yet - sorry 😞 I think I'll approach it like this: - parse json into array - build...
oh yeah that's nice indeed. I agree, pulling the data from HA and visualizing it on device is the way to go. btw. it will take me some more time...