Robert Klep
Robert Klep
When a command example starts with a `$`, it is implied that `$` is your shell prompt and not part of the command 😊 So try executing this command: ```...
Try removing the underscores from the access key. However, that's not what a regular Homebridge configuration file looks like. You first need to have a working Homebridge installation, _then_ you...
You have to check HomeBridge's log to see why it's crashing, but it's probably because of incorrect credentials.
"Not working" isn't something I can help with, it can mean 1000 different things. Since you have Node.js installed, to debug this issue it's easiest to install the CLI client:...
> This is how my config file looks like now: That's not what it should look like at all. The correct format is explained [in the documentation](https://github.com/robertklep/homebridge-nefit-easy#configuration): ``` { "_bridge":...
Github doesn't support attachments in e-mails, please [visit the website](https://github.com/robertklep/nefit-easy-http-server/issues/62#issuecomment-1914650788) and add your images to your comment 😊
Is anything being logged anywhere? I don't HomeBridge myself so no idea where to look.
The log suggests that the credentials for NefitEasyOutdoorTemp are not correct. But do you really need that accessory? Because it's not required in any way to control your Nefit Easy...
The log says you do: ``` Error: [homebridge-nefit-easy] Invalid/missing credentials in configuration file. at new NefitEasyAccessoryOutdoorTemp ```
I pushed an update to fix two typos 😅 But to be honest, I don't know why Homebridge would be creating two bridges where one works and the other one...