Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Fixes for HomeSeer MNS Insteon HS4 plugin using different different control values from status values. #77

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Airey001
Copy link

@Airey001 Airey001 commented Jul 3, 2022

No description provided.

Airey001 added 13 commits July 2, 2022 20:34
Update is_on to use the device value.  This is needed for plugins (Example HS4 MNS Insteon) that use differnt status and control values in homeseer.  The new Insteon plugin uses 101 as on and 102 as off for control but status uses value of 0 as off and 100 as on.  Since they don't match need to look at the value if 0 then off if 1 to 100 then on.
Update is_on to use the device value.  This is needed for plugins (Example HS4 MNS Insteon) that use different status and control values in homeseer.  The new Insteon plugin uses 101 as on and 102 as off for control but status uses value of 0 as off and 100 as on.  Since they don't match need to look at the value if 0 then off if 1 to 100 then on.
Update Version for changes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant