-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Help getting the plugin to work #7
Comments
Can you force your device to send a status update ? Homebridge will sit at 0 after a restart until it receives the first update from the device Logging looks like this, I have 1 known device and unknown device in range right now
|
It's temperature sensor, it sends an update every few minutes. Using rtl_433 I can pick it up easily. I tried the debug mode from the UI. I am not sure how to use the DEBUG=* command. I tried on the rpi terminal but I get nothing. I think my id is not right (even tough I got it from RTL_433). But have a hard time to enter the debug mode you mention. Thanks! |
The nice thing about debug mode is that you can see the actual message from the rtl-sdr.
But even without debug mode logging, the plugin logs unknown id’s. You could just watch the log for it?
Are you 100% sure that the everything is working under the account that is running homebridge?
… On Jan 24, 2021, at 12:39 PM, turbixone ***@***.***> wrote:
@NorthernMan54
It's temperature sensor, it sends an update every few minutes. Using rtl_433 I can pick it up easily. I tried the debug mode from the UI. I am not sure how to use the DEBUG=* command. I tried on the rpi terminal but I get nothing.
I think my id is not right (even tough I got it from RTL_433). But have a hard time to enter the debug mode you mention.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi,
I installed the plugin. But I am unable to actually make it work. (I had an earlier issues with permissions but I no longer get the error).
rtl_433 finds the sensor all right. I was able to get an id, and readings.
In homebridge I tried:
{"platform": "rtl_433",
"devices": [{
"id": "253",
"name": "Outdoor",
"type": "temperature"
"humidity": true
}]
}
I am using an [91] inFactory, nor-tec, FreeTec NC-3982-913 temperature humidity sensor
Thanks!
The text was updated successfully, but these errors were encountered: