You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shutter control seems to work fine when config.json has "invert": false however it doesn't seem to toggle its command when "invert": true. When "invert": true it seems to read the state of the shutter/blinds correctly however always seems to issue the same command regardless of the state (I.e. "lighting off //HOME/254/56/45 ...")
In my case, I need to have "invert": true or it works in reverse.
The text was updated successfully, but these errors were encountered:
My shutters also show in reverse when I don't use the invert flag. When I include "invert": true. They don't work correctly. They only work in one direction. I haven't looked through the code, but I expect it isn't toggling the open/close command.
I've got around this issue by using Home Assistant via Homebridge (Cbus -> Homebridge -> Home Assistant). It isn't too difficult create a "cover" entity that reverses the shutter in Homebridge.
The shutter control seems to work fine when config.json has "invert": false however it doesn't seem to toggle its command when "invert": true. When "invert": true it seems to read the state of the shutter/blinds correctly however always seems to issue the same command regardless of the state (I.e. "lighting off //HOME/254/56/45 ...")
In my case, I need to have "invert": true or it works in reverse.
The text was updated successfully, but these errors were encountered: