grzegorz914 / homebridge-denon-tv

Homebridge plugin for Denon/Marantz AV Receivers, publish as independent external platform accessory.
MIT License
70 stars 15 forks source link

Can't get this to work #269

Open goshawk2929 opened 1 week ago

goshawk2929 commented 1 week ago

Get following message in terminal.... AV Receiver, Info error: AxiosError: maxContentLength size of 100000000 exceeded, reconnect in 15s. And no buttons aka nothing shows up in home app after adding bridge. I did just a basic config and added two buttons to start small.

{ "devices": [ { "name": "AV Receiver", "host": "xxx.xxx.x.x", "port": 8080, "generation": 1, "zoneControl": 0, "getInputsFromDevice": false, "getFavoritesFromDevice": false, "getQuickSmartSelectFromDevice": false, "inputsDisplayOrder": 0, "inputs": [ { "name": "SAT/CBL", "reference": "SAT/CBL" }, { "name": "DVD", "reference": "DVD" }, { "name": "Apple TV", "reference": "MPLAY" } ], "buttons": [ { "reference": "0PWON", "displayType": 2 }, { "name": "Mute", "reference": "0MUON" } ], "sensorPower": false, "sensorVolume": false, "sensorMute": false, "sensorInput": false, "masterPower": true, "masterVolume": false, "masterMute": false, "infoButtonCommand": "MNMEN ON", "volumeControl": 0, "volumeMax": 100, "refreshInterval": 5, "enableDebugMode": false, "disableLogInfo": false, "disableLogDeviceInfo": false, "disableLogConnectError": false, "enableRestFul": false, "restFulDebug": false, "enableMqtt": false, "mqttDebug": false, "mqttAuth": false } ], "_bridge": { "username": "xxxxxxxxxxx", "port": xxxxxxx }, "platform": "DenonTv"

grzegorz914 commented 1 week ago

You need to post more details, device model, debug.log To enable debug log go to plugin settings>>advanced section>.system>.debug and post the whole log. You need to add the accessory itself not the bridge, look in wiki.