Hi
I am new in the HA community and I have already configured a lot with the help of this forum but I am facing an issue I can not solve myself so I need your help
I have HA installed on a raspberry pi 4 connected to my router via ethernet (address of my HA: 192.168.0.13)
I use an ESP32 to get some binary sensors for HA. I have configured this ESP32 on my wifi network and it works.
Problem, the installation location of the ESP32 is too far from my wifi network and I need to extand it. So I use another ESP32 to make a wifi repeater (GitHub - martin-ger/esp32_nat_router: A simple NAT Router for the ESP32).
The repeater is also working fine. I can connect my phone to the generated AP and I have internet access and local network access.
So I changed the configuration in ESPhome to connect to the wifi repeater instead of the wifi router. Since then I am no able to get the binary sensors working.
I suppose that there is a configuration issue due to the IP addresses used. My local network has IP: 192.168.0.XX and the repeater the address: 192.168.4.XX
Right now the binary sensors are connected on the address 192.168.4.144 (I can see it in the ESPhome logs)
Why are the binary sensors data not coming to HA? Should I configure my router to redirect some ports?