How to debug chromecast binding

Hi All

I have just got a new chromecast audio and trying to connect it with openhab2…
As far as i understand, the binding can support all types of chromecast.

OS: Ubuntu 16.04

I am unsuccessful. Could some one please guide me/ share with me how to add it (i am using Paper UI and had followed steps from beginners tutorials)

Also, could someone guide me how i can debug this?

Thanks
Rishabbh

Hi,

You can see here: https://docs.openhab.org/addons/bindings/chromecast/readme.html some info on how to use it.

Install the binding, go to PaperUI->Inbox->Search for Things and it should find it on your network.

Then, you need to create your items and link them to the thing channels.

For debugging, use karaf console (ssh openhab@localhost -p 8101 with password: habopen)

log:set DEBUG org.openhab.binding.chromecast

and monitor the openhab.log

tail -f /var/log/openhab2/openhab.log