Ben

Results 747 comments of 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. ![Screenshot 2024-02-11 at...

Apologies for delay - thanks for the info - all verified!

Hi @NikDevx Your plugin should not be displaying the verified badge until it has been verified on here. ![Screenshot 2024-02-11 at 03 52 36](https://github.com/homebridge/verified/assets/43026681/3e35300c-b439-4d8c-8006-3b39805ac8eb) 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...