john30 / ebusd-esp32

Firmware for ESP32-C3 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
https://adapter.ebusd.eu/v5
23 stars 1 forks source link

Wrong ebusd device string if ethernet is enabled #61

Closed JavanXD closed 2 months ago

JavanXD commented 2 months ago

Problem: ebusd Adapter Info page shows the wrong ebusd device string if ethernet is enabled. The IP in the device string is wrong one. The prioritization is wrong.

Screenshot taken with AP enabled:

image

But also, if WiFi is enabled and Ethernet active, the device string IP is still the one for WiFi - but every normal user would use the Ethernet IP instead.

It only works if both WiFi + AP are disabled:

Build: [20240420](https://adapter.ebusd.eu/v5/ChangeLog#20240420)
[ebusd device string](https://github.com/john30/ebusd/wiki/2.-Run#device-options): ens:192.168.178.88:9999
WiFi station/client: inactive
WiFi access point: inactive
Ethernet: active, 192.168.178.88
john30 commented 2 months ago

done with the new version 20240505