Skip to content

Jorre05/esphome_wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

esphome_wifi

Custom Esphome wifi component.

The sorting of WiFi AP's with the same SSID name is in this custom component no longer based on priority. This makes a WiFi rescan, example below, to pick the AP with the strongest signal, regardless of priority.

time:
  - platform: homeassistant
    id: homeassistant_time
    on_time:
      - seconds: 0
        minutes: /5
        then:
          - lambda: |-
              if (wifi::global_wifi_component->wifi_rssi() < -70) 
              {
                WiFi.disconnect();
                wifi::global_wifi_component->start_scanning();
              }

About

Custom Esphome wifi component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published