• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle


  • It’s a little confusing. Nextion makes “HMI displays”. It’s an integrated module that runs its own software, draws the UI, processes events, etc. It’s a black box that just reports back to the processor “button 3 on page 1 has been pressed”. You design the interface with that ugly Windows app and upload it to the display, but there is no direct access to the screen.

    To make use of the Nextion display, you need something connected to it, and that’s where the ESP32 comes in. It receives those “button 3 pressed” events and handles them, but crucially, it does not have raw access to the screen, so you can’t just draw your own widgets on it like you’d be able to do on an ordinary display.

    There are other projects to build your own controller with a touch screen and a microcontroller; the appeal of the NSPanel is that it’s basically an ESP32 and a Nextion display conveniently prebuilt, has decent hardware and aesthetics, and it isn’t hard to reflash it with ESPHome. Replacing the Sonoff firmware on the ESP32 doesn’t change the limitations of the Nextion display.




  • I have one Kindle Fire using the Fully Kiosk Browser and a wall mount with a hidden power cord (https://a.co/d/05GVxVP). It uses the camera to turn on when you walk up to it. It’s ok, but I installed it 3 years ago and never really finished making a dashboard for it. In practice, we control the vast majority of stuff by voice with the Google/Nest Home integration, or switches. The big control panel thing doesn’t hold enough interest to even bother putting controls on it, and I mainly leave it showing air quality graphs.

    Of more practical use are smaller panels for area-specific uses. I mainly standardized on NSPanel, because I was experimenting with them and ended up with a bunch. Example: https://youtu.be/DBzg7v1Q5Zo. I have a short attention span and tend to stop when it’s 90% good enough. I also have in other places a DIY HA SwitchPlate, and HASPone on a Lanbon L8.


  • I suppose that’s true. Rereading my comment, it’s a bit over the top. If I pretend now I don’t know anything and start at http://home-assistant.io, it’s not that hard to scroll down, see the thing, and buy it. I don’t know exactly how I got so off-track when I tried. Probably I knew “a little too much”, as in the words “home assistant blue” in the back of my head, Googled for that and got distracted by “I need to understand why there are two boxes and one isn’t for sale anymore, so exactly what is the difference is between them?”.

    Coming back to that naive journey, though, I could see how someone could end up buying Green with no wireless dongle or Yellow with no CM4 (especially since you can’t get one).

    I still think that for the limited size of this ecosystem, choosing a box shouldn’t be confusing. I can now understand where it came from, though, once I realized that HA Yellow was designed around a Raspberry Pi board that became unobtainable, so they had to go with a different architecture.