NovaGL

Results 50 comments of NovaGL

Using MQTTBox on Chrome When I look up the channel info using HTTP post I get this ``` { "result":[ { "uri": "tv:dvbt?trip=4112.561.563&srvName=ABC", "source": "tv:dvbt", "title": "ABC", "dispNum": "002", "tripletStr":...

Thanks for that. How do I get program title? Now it just shows channel number.

It is not in the same topic. Title is the title topic and time is in status/progress To view all topics use a mqtt viewer and do something like kodi/#

The reason it doesn't work is Siri doesn't understand the word "Volume" It is a custom command for HomeKit, if this plugin was implemented differently you could say set brightness...

It's not possible Siri does not support volume, if you change the word to brightness (in the code) it will work. Eg "Hey Siri, set Lounge Sonos Brightness to 50"

Did you try replacing ``` xml .addCharacteristic(VolumeCharacteristic) ``` with ``` xml .addCharacteristic(new Characteristic.Brightness()) ``` You can also use the word hue or saturation if you prefer.

Siri doesn't care as much about the service, eg I combined a door with a motion sensor, it cares about the characteristic. Even though we named it Volume, all Siri...

It's saying "Error: listen EADDRINUSE :::51826" check that you don't have any node applications running on that address. Restart your Pi and try again

I don't believe this is possible as it's Siri doing the interpritations not Homebridge

No it won't work, as you would need to use the Pandora API to get matching stations.