snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

How to program WindowCovering shutters #98

Closed migabc closed 7 years ago

migabc commented 7 years ago

Hi,

Can someone give me some insight on how to program my shutters?

My KNX project has these GAs:

  <GroupAddress Name="Kitchen Shutter - M" Address="1/2/21" />      #Up/Down
  <GroupAddress Name="Kitchen Shutter - ST" Address="1/2/22" />    #Step
  <GroupAddress Name="Kitchen Shutter - V" Address="1/2/23" />      #0% (Open); 100% (closed)
  <GroupAddress Name="Kitchen Shutter - VFB" Address="1/2/24" />  #Value % Feedback
  <GroupAddress Name="Kitchen Shutter - SLAT - V" Address="1/2/25" /> #0% (Slat open); 100% (slat closed)
  <GroupAddress Name="Kitchen Shutter - SLAT - VFB" Address="1/2/26" /> #Horizontal slat %feedback

Thanks, Miguel

snowdd1 commented 7 years ago

Hi Miguel, does that https://github.com/snowdd1/homebridge-knx/blob/master/lib/addins/WindowCoveringTilt.js#L176-L241 help you?

migabc commented 7 years ago

Nice!! :-) That handler works perfectly. Thanks a lot

OliAhn commented 5 years ago

Hi,

Can someone give me some insight on how to program my shutters?

My KNX project has these GAs:

  <GroupAddress Name="Kitchen Shutter - M" Address="1/2/21" />      #Up/Down
  <GroupAddress Name="Kitchen Shutter - ST" Address="1/2/22" />    #Step
  <GroupAddress Name="Kitchen Shutter - V" Address="1/2/23" />      #0% (Open); 100% (closed)
  <GroupAddress Name="Kitchen Shutter - VFB" Address="1/2/24" />  #Value % Feedback
  <GroupAddress Name="Kitchen Shutter - SLAT - V" Address="1/2/25" /> #0% (Slat open); 100% (slat closed)
  <GroupAddress Name="Kitchen Shutter - SLAT - VFB" Address="1/2/26" /> #Horizontal slat %feedback

Thanks, Miguel

Hi Miguel,

I do have the same problem. Any chance, that you could post me the config for the shutters? Regards, Oliver