I have switched to running HA on ODroid N2. Used to be running on RPI4
N2 does not recognize Wyzesense USB dongle when its plugged in (see this thread: )
I have 10 Wyzesense sensors throughout house and dont want to have to replace them. But also I dont want to not use the Odroid N2 hardware.
My problem, and what I am looking for creative solutions to, is how do I still integrate the wyze sensors into home assistant? Preferably a local, non cloud based solution.
My temp, cloud based solution is to keep HA running on the RPI and N2. RPI is just being used for my Wyze sensors, N2 is doing everything else. When a wyze sensor changes, it triggers an event to be sent to RPI --> IFTTT. That event sent back IFTTT —> N2. This works, but I am limited to 3 applets unless I wanna pay, and I dont want to depend on cloud.
Can anyone think of another local solution to be able to pass my wyzesense data from the RPI to the N2?
I don’t use wyse devices but do use mqtt on multiple distinct devices to communicate back to the same mqtt broker. In the openzwave example, you could run that on a separate device than what you run on your N2.
The point of a project like https://github.com/raetha/wyzesense2mqtt is so that you can plug the Wyze bridge into any PC - and not necessarily into a PC running HA. Then you use MQTT to communicate between Wyze Bridge sitting on one PC with the HA instance sitting on another PC - assuming they are both subscribed to the same MQTT broker. No need for IFTTT.
So which MQTT is the broker, as they both say broker; I have an Add-on and an integration on the N2. If I wanted to connect the RPI to this same MQTT, what do I need to put in on the RPI and where?
Probably should read up some on MQTT. You would need the wysesense2mqtt docker container running on the RPI and then have the config for container report to the broker with the 1883 port. Unlikely that you actually have 2 brokers running.