Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wizmote doesn't work when not connected to an ap #33

Open
docteurzoidberg opened this issue Feb 20, 2025 · 0 comments
Open

wizmote doesn't work when not connected to an ap #33

docteurzoidberg opened this issue Feb 20, 2025 · 0 comments

Comments

@docteurzoidberg
Copy link

Hi Jesse ans thanks for this component !

Just received my wizmote, and it seems to not work when the esp isn't connected to an AP.

It then works as soon as i put a valid AP + credentials and the esp connects to it.

I wanted to know if espnow / wizmote can work without being connected (i plan to use it on a standalone esp in my RV qhich don't have wifi router enabled all the time)

Thanks !

sample config for reference:

esp32:
 board: esp32-s3-devkitc-1
 framework:
   type: arduino

substitutions:
 log_level: INFO
   
esphome:
 name: "esphome-test-wizmote"
 friendly_name: Test wizmote
 min_version: 2024.12.4
 name_add_mac_suffix: false

external_components:
 - source: github://jesserockz/wizmote-esphome
   components:
     - esp_now
     - wizmote

wifi:
 reboot_timeout: 0s
 #power_save_mode: none
 networks:
   - ssid: !secret wifi_home_ssid
     password: !secret wifi_home_password
   - ssid: !secret wifi_j7_ssid
     password: !secret wifi_j7_password
 #on_connect:

esp_now:

logger:
 level: $log_level

wizmote:
 on_button:
     - logger.log:
         level: INFO
         format: "Wizmote data received ! bssid: %s, button: %d, sequence: %f"
         args: [ 'format_hex(data.bssid, 6)', 'data.button', 'data.sequence' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant