snowdd1 / homebridge-knx

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

Sprinkler and Faucet support (iOS 11) #111

Closed migabc closed 6 years ago

migabc commented 6 years ago

Does homebridge already support Sprinkers and Faucets?

Does anybody know what are the new Service and Characteristic UUIDs for these new HomeKit accessories?

P.S. Currently my KNX garden sprinkers are configured on knx_config.json as normal Homekit switches and I would like to change the configuration to Sprinkers.

Thanks.

snowdd1 commented 6 years ago

I've just checked the source https://github.com/KhaosT/HAP-NodeJS/blob/master/lib/gen/HomeKitTypes.js for "faucet" and "sprinkler" and there is nothing in it, yet.

yungeconomist commented 6 years ago

Characteristic.ValveType.UUID = '000000D5-0000-1000-8000-0026BB765291';

// The value property of ValveType must be one of the following: Characteristic.ValveType.GENERIC_VALVE = 0; Characteristic.ValveType.IRRIGATION = 1; Characteristic.ValveType.SHOWER_HEAD = 2; Characteristic.ValveType.WATER_FAUCET = 3;

/**

It looks like it is now