Ben

Results 747 comments of Ben

Hi @rvetere If a user has not filled out any of the configuration for the plugin, is there any reason to start the HTTP server? ``` [11/02/2024, 03:45:59] [LoxoneControl] Http...

Hi @rvetere A couple of things: 1. Would you say that this was true for the plugin? > If the plugin needs to write files to disk (cache, keys, etc.),...

In the meantime I have made some changes to the check script with a few additional items for new verifications. I will run the check script again on your plugin,...

In fact these two are original requirements, so please fix these (no code changes) - GitHub Repo: should have issues enabled - GitHub Repo: should contain releases

In fact, these checks are failing because in your package json file, you have ```json "repository": { "type": "git", "url": "https://github.com/rvetere/homebridge-loxone-control.git" }, "bugs": { "url": "https://github.com/rvetere/homebridge-loxone-control/issues" }, ``` but the...

A couple of things, i'll put them in separate comments. One: ![Screenshot 2024-04-19 at 21 19 10](https://github.com/homebridge/verified/assets/43026681/eb2fe34f-25ce-459c-919e-9eb884977b85) would most users need to put in the chromium path? or is it...

Two: with a nonsense config of this ```json { "name": "LoxoneControl", "platform": "LoxoneControl", "loxoneMiniServerId": "kjklj", "loxoneUser": "jklj", "loxonePassword": "jkljkl", "chromiumPath": "" } ``` would it be normal to receive this...

I'm definitely happy to verify your plugin and will do so now, the above are just things that a brand new user may ask and perhaps get confused by and...