You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this board Wemos D1 Mini Wifi ESP8266 ESP-12F, I set it up, leave it connected via wifi and everything works, as soon as I disconnect it from the power, it won't connect back to wifi.
I've tried everything, even in the settings, but it still won't connect.
Which version of ESPHome has the issue?
2024.12.2
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.12.5
What platform are you using?
ESP8266
Board
Wemos D1 Mini Wifi ESP8266 ESP-12F
Component causing the issue
wifi connection
YAML Config
esphome:
name: rychlostfriendly_name: rychlost fanesp8266:
board: d1_mini# Enable logginglogger:
level: DEBUG# Enable Home Assistant APIapi:
encryption:
key: "aYIN8Lk7lyNa+XisNKDGnfJ8bvhk+wKLOAFHANF5vMo="ota:
- platform: esphomewifi:
ssid: !secret wifi_ssidpassword: !secret wifi_passwordmanual_ip:
static_ip: 192.168.68.122gateway: 192.168.68.1subnet: 255.255.255.0use_address: 192.168.68.122reboot_timeout: 50spower_save_mode: none# Enable fallback hotspot (captive portal) in case wifi connection failsap:
ssid: "Test Fallback Hotspot"password: "QiHIvvNSDb5G"captive_portal:
# Example configuration entrybinary_sensor:
- platform: statusname: "rychlost fan"# OneWire bus configurationone_wire:
- platform: gpiopin: 13# Replace with your GPIO pin connected to the Dallas sensor# Dallas Sensor Configurationsensor:
- platform: dallas_tempaddress: 0x2ee357851e64ff28# Adresa senzoru (najdete v logu po prvním spuštění)name: "Fan Temperature Sensor"accuracy_decimals: 1update_interval: 5s
- platform: wifi_signalname: "WiFi Signal Sensor"update_interval: 60s# PWM Fan Control via MOSFEToutput:
- platform: esp8266_pwmid: fan_pwmpin: 14frequency: 30000 Hz # Adjust frequency for your fan's optimal PWM controlfan:
- platform: speedoutput: fan_pwmname: "Fan Speed Control"speed_count: 100# 0-100% speed control
Anything in the logs that might be useful for us?
Logs test.yaml
INFO ESPHome 2024.12.2
INFO Reading configuration /config/esphome/test.yaml...
INFO Starting log output from 192.168.68.122 using esphome API
WARNING Can't connect to ESPHome API for rychlost @ 192.168.68.122: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.68.122', port=6053))]: [Errno 113] Connect call failed ('192.168.68.122', 6053) (SocketAPIError)
INFO Trying to connect to rychlost @ 192.168.68.122 in the background
Additional information
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
I have this board Wemos D1 Mini Wifi ESP8266 ESP-12F, I set it up, leave it connected via wifi and everything works, as soon as I disconnect it from the power, it won't connect back to wifi.
I've tried everything, even in the settings, but it still won't connect.
Which version of ESPHome has the issue?
2024.12.2
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.12.5
What platform are you using?
ESP8266
Board
Wemos D1 Mini Wifi ESP8266 ESP-12F
Component causing the issue
wifi connection
YAML Config
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: