@tbowmo said in What did you build today (Pictures) ?:
Not hardware though, but I'm working on my dashboard solution for a wallmounted tablet.
Sigh, this is on my todo list for a long time. I have a working solution with imperihome (gateway to imperihome implemented in node-red) but never get to mount the tablet. :(
I kind of already have this working in angular, but lately I have switched to react
Second sigh.... popularity of angular seems to decrease. Do I have to learn another framework?
(joined a new project at work where they use react for frontend development), so wanted to see how "easy" it would be to create a something similar to my angular dashboard, but in react instead.
...
All data, except weather forecast and channel lists, is from my mqtt broker, where I use mqtt over websockets.
Third sigh :) I like your chosen architecture except for the decision using websockets. (It is neither nice from a security standpoint nor is it proxy friendly, but who cares in a closed home enviroment.)
I have a bunch of python scripts, and a node-red instance, to wrap things up for the display, and also do a lot of magical stuff, like turning on TV and amplifiers automatically when casting youtube, and then turn the TV etc. off again, when I haven't streamed anything for a couple of minutes. (So the kids doesn't forget to turn off the TV when they're finished watching cartoons)
I really like your project. Maybe you can publish some react code? (Then I can try t understand another ui framework...)






