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

The layer change is not correct compared to reality (AEGHB-784) #119

Open
yarncode opened this issue Aug 20, 2024 · 1 comment
Open

The layer change is not correct compared to reality (AEGHB-784) #119

yarncode opened this issue Aug 20, 2024 · 1 comment

Comments

@yarncode
Copy link

yarncode commented Aug 20, 2024

  • It seems like the mesh devices are not unified with each other but the level still changes from 1 to 2 or 3 but in fact they are still connected to the router
  • Around them there are still nodes whose ssid is ESP_Bridge but they still do not merge with each other
  • Occasionally 1 or 2 of them still fuse together, however I still don't know exactly what their fusion conditions are
  • Is there any way to make them disconnect from the router and connect to the ssid ESP_Bridge wifi devices?
  • I don't set it to layer 1 or leaf node or other similar logic
  • my version 0.10.6
  • the image is my custom log system from my server (Device connect to server via MQTT, I can proactively request information from them) that gets information from functions
  • Please support me, I bought a lot of ESP32 socs (200 pcs) to do this, currently I'm only testing 10 and it's not very satisfactory, this device is for touch switch. If If not successful, this project will be canceled thanks =((
esp_netif_ip_info_t ip_info;
esp_netif_t *netif = NULL;
esp_ip_addr_t root_ip;
mesh_lite_sta_config_t sta_config;
netif = esp_netif_get_handle_from_ifkey("WIFI_STA_DEF");
esp_netif_get_ip_info(netif, &ip_info);
esp_mesh_lite_get_root_ip(IPADDR_TYPE_V4, &root_ip);
esp_mesh_lite_get_router_config(&sta_config);
  • Node 1
    Node 1
  • Node 2
    Node 2
  • Node 3
    Node 3
  • Node 4
    Node 4
  • Node 5
    Node 5
@github-actions github-actions bot changed the title The class change button is not correct compared to reality The class change button is not correct compared to reality (AEGHB-784) Aug 20, 2024
@yarncode yarncode changed the title The class change button is not correct compared to reality (AEGHB-784) The layer change is not correct compared to reality (AEGHB-784) Aug 20, 2024
@tswen
Copy link
Contributor

tswen commented Aug 20, 2024

Could you provide the complete log files for ten devices? Additionally, please include a unified absolute timestamp if possible. With the logs, we can have a more accurate analysis.

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

2 participants