openhab-core/bundles/org.openhab.core.io.monitor
Scott Hraban 505e51210e
Always use ThingUid as the unique identifier for thing status metrics (#3674)
* Always use ThingUid as the unique identifier for thing status metrics

At bind time, ThingId was being used, but then ThingUid was being used when changes occured,
causing multiple meters to be created for the same Thing, with the status always being 0 for
the meter created at bind time.

This change uses the full ThingUid, for both binding and event processing, since ThingUid is
the globally unique value.

Fixes #3672

Signed-off-by: Scott Hraban <scotthraban@gmail.com>
2023-07-02 09:31:02 +02:00
..
src Always use ThingUid as the unique identifier for thing status metrics (#3674) 2023-07-02 09:31:02 +02:00
.classpath Update Eclipse .classpath files (#3250) 2022-12-22 14:14:35 +01:00
.project mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
NOTICE Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
bnd.bnd Metrics improvements and fixes (#2486) 2021-09-15 22:32:53 +02:00
pom.xml Fix spotless and resolve itests (#3239) 2022-12-19 11:09:31 +01:00