ioBroker / ioBroker.javascript

Script engine for JavaScript and Blockly
MIT License
322 stars 120 forks source link

Show ObjectID on mouseover #1499

Closed TDCroPower closed 3 months ago

TDCroPower commented 5 months ago

Is it possible to display the object ID of a selected object in the context menu when mousing over it? This would allow you to quickly check whether you have selected the correct data point for a device. In my example, I have installed a lot of Shelly Plus 2PM and query the same data points for all of them. At first glance, you can't tell whether the correct device has been selected. I only had the problem recently when I had to replace all the Shelly 2.5 with the Plus 2PM that I selected a data point from the wrong device and didn't realize it.

here a example of the "Position" objects... Bildschirmfoto 2024-02-09 um 17 13 52

and the context menu... Bildschirmfoto 2024-02-09 um 17 19 38

rtwl21 commented 4 months ago

That would be a great feature 👍

klein0r commented 3 months ago
Screenshot 2024-03-21 at 13 17 42
TDCroPower commented 3 months ago

@klein0r great work !