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

Hide virtual sensors and switch groups #419

Merged

Conversation

mattreim
Copy link
Contributor

deconz

@mattreim
Copy link
Contributor Author

@Jey-Cee I think they are useful functions.

@mattreim
Copy link
Contributor Author

mattreim commented Nov 18, 2024

It now works well even overnight and with repeated targeted control.

@mattreim
Copy link
Contributor Author

@Jey-Cee What do you think about this PR?

@Jey-Cee
Copy link
Owner

Jey-Cee commented Nov 20, 2024

Yes it is a good idea. I am missing the native entries for the new settings in io-package.josn. Then we have a defined default value for this setting, these has to be false as this could cause unexpected behaviour on existing installations.

@mattreim
Copy link
Contributor Author

It's done

@Jey-Cee Jey-Cee merged commit 1428d0b into Jey-Cee:master Nov 20, 2024
10 checks passed
@mattreim
Copy link
Contributor Author

I still have two little things.

Do group states really have a transitiontime? I thought it only existed with action.

ioBroker.deconz/main.js

Lines 1131 to 1138 in 1428d0b

if (!list["uniqueid"]) {
await SetObjectAndState(
groupId,
list["name"],
"Groups",
"transitiontime",
null
);

And actually the same thing only with window covering (roller blind).

ioBroker.deconz/main.js

Lines 1988 to 1994 in 1428d0b

await SetObjectAndState(
lightID,
list[keyName]["name"],
"Lights",
"transitiontime",
null
);

@mattreim
Copy link
Contributor Author

I just thought of one and according to the documentation it is not supported by on either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants