Skip to content
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

interfering state change on similar target devices #261

Open
nop-stack opened this issue Apr 2, 2023 · 1 comment
Open

interfering state change on similar target devices #261

nop-stack opened this issue Apr 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nop-stack
Copy link

nop-stack commented Apr 2, 2023

my use case that triggered the bug

I created 2 target devices related to hot water heating. Both referencing the same datapoint with same target temperatures for on/off states. One is called hotwater for normal heating mode and the other one hotwater-short for triggered heating.
I experienced that both states of the target devices are always identical, so that dependencies between will not work.
The decision to switch off hotwater when currently in state on, is also given when hotwater-short is on. But in this a timed running of hotwater-short would be interrupted before timing out.

my bug assumption

What I found out is, that when I manually switch the state of one of both devices, the other one also switches. That is not desired, because they should work independently.
So I changed the target temperatures of one device to re-test behaviour. And yes now it works! So it seems, that target devices are uniquely identified by data point name and value. And for my case is that not unique.

@nop-stack nop-stack added the bug Something isn't working label Apr 2, 2023
@nop-stack nop-stack changed the title connected state change on multiple target devices interfering state change on similar target devices Apr 3, 2023
@mcm1957
Copy link

mcm1957 commented Feb 21, 2024

This adapter has been moved to iobroker-community-adapters. DO NOT OPEN ANY NEW ISSUES HERE as they will not be processed.

This adapter is now maintained at

https://github.com/iobroker-community-adapters/ioBroker.smartcontrol

Please open issues at this repository if you encounter any problem.

see #248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants