hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
152 stars 83 forks source link

IrrigationSystemAccessory doesnt have action #114

Closed palioza closed 2 months ago

palioza commented 3 years ago

Hello,

i added few sprinklers which implements IrrigationSystemAccessory. I can see all of them it in Home application on iphone but pressing that "device" only shows configuration for that. No Action is made.

branch: master JDK 8

yfre commented 3 years ago

IrrigationSystemAccessory requires valve services linked to it. irrigation is basically grouping several valves. the actual functionality is provided by vales.

however, linked services are not supported yet. Once this https://github.com/hap-java/HAP-Java/pull/110 is merged, you can add valves to irrigation.

until then you can use valve directly.

ccutrer commented 2 months ago

110 was merged quite some time ago, and I've tested an irrigation system with linked valves. Closing this now.