Hi all,
I have my home assistant setup on a raspberry pi 3+ and that is connected to my main wifi router. I will like to use a repeater (ESP repeater by martin-ger) whit a other SSID (no mash-routing). I tryed the following with out luck:
- i put all network-information (from repeaters second network) to a yaml-file
- i compile and upload the yaml to my esp
- i made a portforwarding (6053 and 8266) on the repaeter to my esp.
- i changed the ip address in the yaml file, to the ip-address of my repeater. I just save the file and didn’t upload to the ESPHome assistant (so that Home Assistant communicate with my repeater)
yaml compiled on ESP:
wifi:
ssid: "ESPSensor"
password: "xyxyxy"
manual_ip:
static_ip: 192.168.4.10
gateway: 192.168.4.1
subnet: 255.255.255.0
yaml just on Homeassistant
wifi:
ssid: "ESPSensor"
password: "xyxyxy"
manual_ip:
static_ip: 192.168.178.161
gateway: 192.168.178.1
subnet: 255.255.255.0
Now, the logfile in the ESP Platform lucks correct:
But the esp shows as offline and also don’t resive any data:
What did i forget? Can anyone help? Thanks a lot