klein0r / ioBroker.awtrix-light

Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP
https://haus-automatisierung.com
MIT License
62 stars 4 forks source link

Feature Request: Add information about IPAddress as an object data point. #111

Closed SteevieBDE closed 7 months ago

SteevieBDE commented 7 months ago

The problem

Moin. Awtrix Light IP address (received from DHCPD) transmit its IP address as an object to IOBroker. It would be helpful in some occasions to get this information from a data point I m (maybe in meta or info) to quickly identify the IP of the light without searching the "FritzBox's" IP leases objects.

Version of nodejs

v18.17.1

Version of ioBroker js-controller

5.0.16

Version of Adapter

0.10.0

Version of awtrix-light firmware

0.94

Operating system running ioBroker

Ubuntu on Proxmox CT

Checklist of files to include below

Additional information & file uploads

No response

github-actions[bot] commented 7 months ago

Thanks for reporting a new issue @SteevieBDE!

  1. Please make sure your topic is not covered in the documentation
  2. Ensure that you use the latest beta version (not the current stable version): 0.11.0
  3. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  4. Search for the issue topic in other/closed issues to avoid duplicates!

    Otherwise this issue will be closed.

klein0r commented 7 months ago

MQTT is not supported by this adapter?!

SteevieBDE commented 7 months ago

Yes Matthias, you are absolutely correct - my mistake. But, it would be very helpful to have the IP address information in the Awtrix-light objects e.g. in info or meta section. Thanks for quick response. I will rephrase the feature request accordingly And , it’s not a bug. Can I delete the BUG tag somehow?

klein0r commented 7 months ago

But, it would be very helpful to have the IP address information in the Awtrix-light objects e.g. in info or meta section.

Just use device.ipAddress πŸ˜„

SteevieBDE commented 7 months ago

Just use device.ipAddress πŸ˜„

...would love to, but I don't have "device.ipAddress" in Objects

Bildschirmfoto 2024-01-14 um 10 30 59

klein0r commented 7 months ago

Has been added in

https://github.com/klein0r/ioBroker.awtrix-light/blob/a7fa2acb6b2cd58d1fc14b00207131f787e54bbe/README.md?plain=1#L53-L57

Please read all information when creating new issues. Like

Ensure that you use the latest beta version (not the current stable version): 0.11.0

SteevieBDE commented 7 months ago

Thx for your patience. πŸ₯‡ As I usually don't use "beta" versions as far as possible, I'm happy to wait until it is in the stable train... Again, thanks a lot - its my 1st GitHub submission ever - starting my "learning curve" in commenting in a reasonable manner...