I had an extra Pi 4 with a 3.5" touchscreen - I’m hoping to eventually make a remote to sit next to my Google Home - really just to control lights. Something the wife was complaining about having to say “Hey Google” (first world problems!). But that isn’t my issue:
This is my first Home Assistant install, as I did some searching and found this: www.youtube.com/watch?v=XntGFVeg2eE
Accordingly I flashed the HomeAssistant image (instant!), fired up the browser, and installed two add-ons:
- File Editor so I can directly edit my files (I appreciate that, I’m an IT data integration tester)
- AppDaemon to create a control panel like his.
- Mosquitto MQTT (installed this later, after digging in the forum and web - not because of his video)
I’m missing something, however - none of my lights or switches are showing up - and that’s basically all I want to set up a control panel to control.
(Devices that ARE showing up, without any real effort on my part, are my basement printer, my router, all my Google speakers and Nest hub, and both Roku’s)
From other searches and work over the past few days to try to get lights and switches to be found, I ended up ditching the specific settings that weren’t working in my configuration.yaml, to vanilla configuration straight from the Mosquitto MQTT documentation - created a user, enabled discovery… nothing (yes, I restarted it).
In the searching over the past few days I found that bulb brand matters - I figured I’d have gotten off easy with wifi bulbs, figured they must conform to the most generic of chinese-bulk-product standards, but I guess not. (Note that I’ve made no specific attempt with any of the switches yet)
- Feit smart bulbs from Lowes, I have four or five
- Generic wifi switches - I have one installed, and a couple others for later.
- Generic wifi dimmers - I have two installed, and a couple others for later.
(I do have the documentation for the dimmers and switches - I’ll have to dig them out)
Starting with the bulbs, I found this and this and this and several others - but nothing seems to pan out. In fact the “configuration validator” button said those configurations were incorrect - so I’m back to a pretty clean slate without much specifically in my Configuration.yaml, although I do have MQTT set up and working - allegedly.
I appreciate any help - I suppose these questions specifically would get me un-stuck:
- Feit bulbs - is there something specific I’ll need to configure so they can be found?
- Wifi switches and dimmers - is there something specific I need to know about them, to find what I need to install/configure so that they can be found?