SphtKr / homebridge-zway

Homebridge plugin for (better) HomeKit support of RaZBerry and Z-Way Server
ISC License
85 stars 38 forks source link

Fix Thermostat Service (TemperatureDisplayUnits) #133

Open dgow opened 4 years ago

dgow commented 4 years ago

by setting this permission:

perms: [Characteristic.Perms.READ]

the thermostat view stops working. I think there was a change since iOS13 in homekit api and we need write perms. But I don't know why. For me it works now.