question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Homebridge latest 1.3 beta issues

See original GitHub issue

Hey, Thanks for taking care of the plugin and maintaining it. I’m seeing an issue on the latest Homebridge beta… it’s not a real issue now but it would be in the future.

getting a lot of this:

[22/12/2020, 13:29:51] [BroadlinkRM] RMmini Learn getSwitchState: undefined
[22/12/2020, 13:29:51] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[On@Homebridge D688 BF96] characteristic was supplied illegal value: undefined! This might throw errors in the future!

I’m not sure if you are familiar with it but it’s due to the fact that the new beta does not like getting invalid values as states… therefore it’s important to verify that the value is valid before returning it with the callback or updateValue.

any change you’ll take care of it? thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
horaciopaulocommented, Feb 12, 2021

(sorry. removed cached accessories…problem solved)

…not so solved…investigating, will get back here

0reactions
masterfordevcommented, Feb 21, 2021

About this…

One more warn, this with my STB with no pingIPAddress (i thinks that maybe the issue, because my others tvs with pingIPAddress works fine):

[Caja del Cuarto 26D1@Caja del Cuarto@Active] characteristic was supplied illegal value: undefined! This might throw errors in the future!

@kiwi-cam maybe the issue is here where you should set 0 or 1. Maybe… 😅 considering that the documentation indicates that the allowed values are 0 or 1.

Maybe fix:

const value = active ? Characteristic.Active.ACTIVE : Characteristic.Active.INACTIVE;

Or maybe this, dont know. I dont know, i have not yet fully understood the logic of the plugin 😅 but I try to help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testers Wanted: Homebridge v1.3.0 Beta! · Issue #2765 - GitHub
We are planning on releasing Homebridge 1.3.0 in the next few days. The code base is no longer accepting new changes for 1.3.0...
Read more >
homebridge - npm
Latest version: 1.6.0, last published: a month ago. Start using homebridge in your project by running `npm i homebridge`. ... 1.3.9-beta.1.
Read more >
How stable is 1.3.0 beta? : r/homebridge - Reddit
For those on the latest 1.3.0 beta, how is it treating you? I'm still on 1.1.6 (had problems with 1.2.x) but I'd like...
Read more >
homebridge-smartthings-ik - NPM Package Overview - Socket
New in version 1.4.0. Support for PresenceSensor. These sensors are mapped to Home Kit Occupancy Sensor. Fixed in version 1.3.4. If door lock...
Read more >
Homebridge NPM - npm.io
If you're having an issue with Homebridge itself, feel free to open issues ... your username in the "bridge" section of config.json to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found