Skip to content
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

No data values for the devices #19

Open
elmarfaber opened this issue Jul 1, 2023 · 1 comment
Open

No data values for the devices #19

elmarfaber opened this issue Jul 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@elmarfaber
Copy link

elmarfaber commented Jul 1, 2023

The following command works in the command line: $ rtl_433 -F json -d 0 -C si -f 433887500
{"time" : "2023-07-01 10:17:32", "model" : "Nexus-TH", "id" : 105, "channel" : 1, "battery_ok" : 0, "temperature_C" : 24.100, "humidity" : 50}
If I start the adapter in iobroker in the objects category for the adapter rtl_433 the data for battery_ok, temperature_C and humidity are missing
In protocol the following error ist printed:
Error: Parameter "parentChannel" needs to be of type "string" but type "undefined" has been passed

I found the error: the adapter doesn't work with js-controller 5.05 only with version 4.x

@phillipssc
Copy link
Owner

This should be fixed in the latest code checked into git. Will publish to npm shortly

@phillipssc phillipssc added the bug Something isn't working label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants