@acidmk wrote:
Hi,
Recently I moved all my Smart devices like Xiaomi gateway, yeelight bulbs and led strips etc. to separate vlan on my network to increase the security in my home network.
So in vlan 192.168.1.xx I have my hassio in docker
In another vlan 192.168.180.xxx I have all my IoT devices. Before vlan change everything was working just fine.Now i’m struggling with some issues and hope that you can help me.
My xiaomi gateway is visible in HA after changing configuration to below:
xiaomi_aqara:
discovery_retry: 5
gateways:
- host: 192.168.xxx.xx
mac: xxxxxxxxxx
key: xxxxxxxxxxxxxxxx
Once or twice per day it’s disappear from HA and it’s back after reboot of HA again for half of the day.All my Yeelight bulbs are still unavailable, I have them correctly configured in HA I believe:
yeelight:
devices:
192.168.180.xx:
name: biurko LED
devices:
192.168.180.xx:
name: lampa stojaca
devices:
192.168.180.xx:
name: Lampka na biurku
devices:
192.168.180.xx:
name: Led’y kuchniaXiaomi air purifier is also configured but not visible in HA
It’s configured like this:
fan:
- platform: xiaomi_miio
host: 192.168.180.xx
token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: oczyszczacz powietrza
And last but not least it’s my Philips for xiaomi bulb configured like this:
light:- platform: xiaomi_miio
name: Światło toaleta
host: 192.168.180.xx
token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
model: philips.light.bulbEverything is configured on EdgeRouterX with Ubiquity access point.
I believe that most of firewall rules are set correctly but maybe there is a port or service is missing in my config?Any ideas how to make it work together?
Posts: 9
Participants: 2