seydx / homebridge-printer

Homebridge plugin for ipp (AirPrint) capable printer
MIT License
42 stars 4 forks source link

Config Issue #14

Open pommy17 opened 3 years ago

pommy17 commented 3 years ago

Hi @SeydX

Please can you help me?

So here is my config file - when I click Save in Hoobs it returns to the config page and its blank with only [] Its as if it isn’t saving correctly.

Do you have any advice? Is it because the IPP is incorrect - I followed the previous thread saying it should be after the Admin= bit.

Thanks

{ "bridge": { ... }, "accessories": [ ... ], "platforms": [ { "platform": "PrinterPlatform", "debug": true, "printer":[ { "name": "HP Envy 4520", "address": "http://HPA08CFDB142E7.local./#hId-pgAirPrint", "polling": 10, "marker": true, "switchType": "SWITCH", "manufacturer": "HP", "model": "Envy 4520", "serialNumber": "B142E7" } ] } ] }