]> git.basschouten.com Git - openhab-addons.git/commit
[openwebnet] Energy meter returns always zero power if no other device has subscribed...
authorConte Andrea <andrea@conte.com>
Thu, 13 May 2021 13:25:01 +0000 (15:25 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 13:25:01 +0000 (15:25 +0200)
commit18497a9436006a372b173933568d8e87e94499c2
treee5a6de7c4d31afa9fdaaab651393bfa6d819398c
parenta1a990989e2674474e593552e6ee309fd06b0bfc
[openwebnet] Energy meter returns always zero power if no other device has subscribed to power measures (#10565)

* add scheduler to start/stop sending instantaneous consumption

Signed-off-by: Conte Andrea <andrea@conte.com>
* added scheduler also in Initialize() in order to start reading data of a newly discovered thing

Signed-off-by: Conte Andrea <andrea@conte.com>
* removed setActivePowerNotificationsTime()  from dispose()

Signed-off-by: Conte Andrea <andrea@conte.com>
* add log in dispose() method

Signed-off-by: Conte Andrea <andrea@conte.com>
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/handler/OpenWebNetEnergyHandler.java