Ben
Ben
Hi @En3rGy I installed the plugin, then opened the plugin UI and saved an initial config without changing any values. After restarting Homebridge, it went into a crash loop with...
Yes is this: ``` { "accessories": [ { "services": [ { "serviceType": "Lightbulb", "characteristics": [ { "characteristicName": "On" } ] } ] } ], "hsPort": 443, "platform": "hsd" } ```...
@En3rGy with regards to unit testing, perhaps the homebridge/ui test files could be of use? - `.spec.ts` files here: https://github.com/homebridge/homebridge/blob/latest/src/api.spec.ts - testing folder here: https://github.com/homebridge/homebridge-config-ui-x/tree/latest/test
Also I just reinstalled the plugin, saved the default config of: ```json { "accessories": [ { "services": [ { "serviceType": "Lightbulb", "characteristics": [ { "characteristicName": "On" } ] } ]...
Hi @tasict I noticed in your README that you already have the homebridge verified badge, this really should not be there until your plugin has been verified.  One of the points of verification...
Hi @NikDevx apologies for delay, a couple of things. I don't have a PlayStation so cannot test further than installing! 1. Please enable issues on your repo so that users...
> (I will check if it will not crash when python not installed) thank you, will await your response 👍
> Hello @bwp91 I did update installation section in readme file. And when run without python3 install inside homebridge raise error about it and will not crash homebridge process. Thanks...