You only need one of the places to make sure the phone and HA is aligned.
If the phone has the right credentials then you sync them to HA in the HA GUI.
If the HA have the right credentials, then you sync them to the phone in the companion app on the phone.
As I did nothing to the system, and this morning, simply added a plug, and it worked.
So off to the races figuring the rest of the system out.
I’m going to just add a few devices, and play around with scheduling and such.
I got everything from Ikea, their newest line of home automation stuff is all threads based. I went to the store, and it looks like they are retiring all of their zigbee stuff.
Thank you for that. I’ll be careful to make sure I don’t switch the mode.
I managed to get one device added, messing with the reset button while it was searching for it.
I’m now getting failures.
It does the connecting to device, then I get Checking connectivity to Thread Network, which then fails.
I get can’t reach device and make sure your phone is connected to WiFi
I’ve got Ubiquiti, and have a Vlan set up for IoT things, and have the port that the homeassistant is connected to (RPi 5) and the WiFi on the same VLan.
Ya know, it turns out a lot of the problems are network related.
As I mentioned I’m using a Ubiquiti router and set up a vLan for IoT things, and assigned the port (I have managed switches) that the RPi is running on to that vLan.
I moved the RPi back to my regular net, and also used the normal 2.5G WiFi and everything started working. I needed to resend the credentials over to my Android, but then everything worked.
It looks like a vLAN requires some additional ports
No troubles thus far. I’m sure I will create new ones, when moving things over to my vLAN later. But for now, this is fine.
That is the common misconception.
It will still fail even if all ports were open and even if the firewall was completely removed.
VLANs segment a network and thereby divide the network into separate multicast and broadcast domains and that is the part that is unhandled.
A firewall only handle the unicast packets and the reason for that is that multicast and broadcast is not routed by definition.