-
Notifications
You must be signed in to change notification settings - Fork 10
Devices allow only service selection of Lightbulb and Switch #95
Comments
pimatic-hap supports for type of sensors only specific attributes: https://github.com/michbeck100/pimatic-hap/blob/master/accessories/genericsensor.coffee#L14 |
And please ignore the service selection in the config. this applies only to lights and switches. Unfortunately its not possible to hide it programmatically. |
Thank you very much for your answers. I will report to pimatic-rflink. For ShellSensor I got it working by changing the attributeName from "temp" to "temperature". But after I made the change, it was not reported to Homekit. I had to restart pimatic, then the device were shown. Is this a normal behavior? |
At least it implemented that way. So yes this is normal behaviour. |
For me it looks like DummyTemperatureSensor uses |
I did another test with DummyTemperatureSensor and a Variable "temp_aussen" which I added, but the issue is the same. Here are the parts of the config: ` Devices: rule (sets variable value from real sensor):
` error [pimatic-hap]: Could not call promise: Could not parse expression I'm using hap 0.11.1. I know that it is not the current version but I do not see in the Changelog anything related to the issue. I'm still on 0.11.1 because of other dependencies to node 4.6.2 |
Strange, but after a restart of pimatic my test above runs fine |
I have the issue that ShellSensor and RFLinkData devices allow only the selection of Lightbulb and Switch in the hap configuration:
And theses devices are not recognized by IOS (e.g. Eve)
The text was updated successfully, but these errors were encountered: