We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the issue that devices which use RFLinkData are not recognized by pimatic-hap and can not be used by Homebridge.
According to pimatic-hap it supports for type of sensors only specific attributes: https://github.com/michbeck100/pimatic-hap/blob/master/accessories/genericsensor.coffee#L14
The attributes at RFLinkData have the wrong names (temp instead of temperature, hum instead of humidity.
Is there a way to set this in the configuration or the has the plugin to be reworked?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the issue that devices which use RFLinkData are not recognized by pimatic-hap and can not be used by Homebridge.
According to pimatic-hap it supports for type of sensors only specific attributes: https://github.com/michbeck100/pimatic-hap/blob/master/accessories/genericsensor.coffee#L14
The attributes at RFLinkData have the wrong names (temp instead of temperature, hum instead of humidity.
Is there a way to set this in the configuration or the has the plugin to be reworked?
The text was updated successfully, but these errors were encountered: