-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
MQTT: can we have network status messages (ip address, etc) #202
Comments
good idea. So add the IPv6 IP, MAC and SSID (if enabled) to the API output of http://ems-esp.local/api/system/settings There is a topic called |
👍
maybe the bssid too ;-) |
ok. A bit like the command |
in general, yes these are settings which are usefull for debugging wihout connecting directly to ems. |
ok. I meant the URL http://ems-esp.local/api/system (the info command) not settings. I'll add it shortly. |
pls check 3.3.0b8 |
it's in the MQTT topic called sensor:
- platform: rest
resource: http://ems-esp.local/api/system/info
name: emsesp_MAC
value_template: "{{ value_json.Network.MAC }}" |
Can we have IP (v4/v6) address send via MQTT plz?
Also if its connected via ethernet or wifi (eg. important for w32-eth devices).
sometimes Gateway and DNS is also usefull for fast debugging (mostly on dhcp).
messages for SSID and MAC address will be a goodie on top.
The text was updated successfully, but these errors were encountered: