robertklep / name.klep.homekitty

HomeyKit 3.0
13 stars 4 forks source link

Please support alarm_tamper #61

Open RickardDe opened 11 months ago

RickardDe commented 11 months ago

(make sure you also edit the title)

Type (brand/model) of device

Fibaro flood Sensor (FGFS-101-PLUS)

Homey Model

Is it supported by HomeyKit?

Device Classes

Find the device here: https://tools.developer.homey.app/tools/devices

What are it's class, and virtual class (if it has one)?

Device Capabilities

(see above for where you can find these; please post ID, title and type)

ID | Title | Type

measure_battery | Batteri | number alarm_tamper | Sabotagelarm | boolean measure_temperature | Temperatur | number alarm_water | Vattenalarm | boolean

From https://developer.apple.com/documentation/homekit/hmcharacteristic/characteristic_types

let HMCharacteristicTypeStatusTampered: String An indicator of whether an accessory has been tampered with.

robertklep commented 11 months ago

Check v2.2.3: https://homey.app/a/name.klep.homekitty/test/

robertklep commented 11 months ago

Whoops, I just pushed it to live instead...

RickardDe commented 11 months ago

Tamper works fine for the Flood sensor, many thanks.

image

Did yo enabled HMCharacteristicTypeStatusTampered only for Fibaro Flood Sensor, or for all Sensors? Since i also have 'Aeotec Multisensor 6' which also have the ID alarm_tamper (in Homey), but for them there is no sign of tampering in the device in Apple Home.

robertklep commented 11 months ago

Did yo enabled HMCharacteristicTypeStatusTampered only for Fibaro Flood Sensor, or for all Sensors? Since i also have 'Aeotec Multisensor 6' which also have the ID alarm_tamper (in Homey), but for them there is no sign of tampering in the device in Apple Home.

Only for water leak sensors at the moment. I think it should be relatively easy to add it to other sensors too, let me see.

robertklep commented 11 months ago

v2.2.4 (current test): https://homey.app/a/name.klep.homekitty/test/

RickardDe commented 11 months ago

v2.2.4 (current test): https://homey.app/a/name.klep.homekitty/test/

Works like a charm for my 'Aeotec Multisensor 6', thanks!