dvcrn / homebridge-netcast-tv

Homebridge plugin for interacting with LG Netcast-based TVs (2012, 2013)
3 stars 0 forks source link

[25/07/2021, 19:07:51] [homebridge-netcast-tv] This plugin generated a warning from the characteristic 'Configured Name': characteristic value expected string and received object. See https://git.io/JtMGR for more info. #2

Open tobiasburkart opened 3 years ago

tobiasburkart commented 3 years ago

Maybe you can fix this issue? Best regards.

https://github.com/homebridge/homebridge/wiki/Characteristic-Warnings

If you see this message in the log, the plugin attempted to set an invalid value for a certain characteristic. This is just an informative warning message, Homebridge will automatically correct the value to a valid one.

👤 If you're an end user, you should report this issue to the plugin developer.

If the plugin is still functioning correctly, you can ignore these warnings. Run Homebridge in debug mode (-D) to provide the developer with the full stack trace. 🧑‍💻 If you're the plugin developer:

Ensure you are only setting valid values. Valid values for each characteristic type are available here: https://developers.homebridge.io/ Check that you don't set null or undefined values when they are not supported. You can get a full stack trace to see where this exception was thrown by starting Homebridge in debug mode (-D).

dvcrn commented 3 years ago

I don't own a netcast TV anymore so I have no device here to test this.

I think it might be this line here - https://github.com/dvcrn/homebridge-netcast-tv/blob/master/src/platformAccessory.ts#L460

tobiasburkart commented 3 years ago

Is it simple to change for me? I have no developer skills. Thanks for your help.

tobiasburkart commented 2 years ago

Is it possible that you can fix it? My log is full with warnings of this entry :-(.

dvcrn commented 2 years ago

@tobiasburkart can you try to change the name of the accessory in homekit and see if it gets rid of the error?

tobiasburkart commented 2 years ago

@tobiasburkart can you try to change the name of the accessory in homekit and see if it gets rid of the error?

Changed from "LGTV" to "TV", same Warning.

[29/03/2022, 07:40:47] [homebridge-netcast-tv] This plugin generated a warning from the characteristic 'Configured Name': characteristic value expected string and received object. See https://git.io/JtMGR for more info.