QuickSander / homebridge-mieleathome

Apache License 2.0
37 stars 7 forks source link

Setup UI not displayed #10

Closed bsoener closed 3 years ago

bsoener commented 3 years ago

I can't access my homebridge since the update. When I removed this plugin my Homebridge was working again.

Bildschirmfoto 2021-01-27 um 19 44 43 Bildschirmfoto 2021-01-27 um 19 35 02

under json config this plugin is not displayed. Use Firefox.

QuickSander commented 3 years ago

Thanks, I will push a new update of the plugin now which contains the removal of starting the setup server.

There is a slight chance this is the cause, so worth trying as setup code is in development phase anyway.

What it should look like when you open the settings window (and I think in your case it is unable to start the server as that is not logged and maybe some other server is running on port 8000 already):

[1/27/2021, 7:43:05 PM] [Homebridge UI] [homebridge-mieleathome] Server running on http://localhost:8000 [1/27/2021, 7:43:41 PM] [Homebridge UI] [homebridge-mieleathome] Terminating child process... [1/27/2021, 7:43:41 PM] [Homebridge UI] [homebridge-mieleathome] Child process ended

QuickSander commented 3 years ago

Could you try the latest version v2.1.1 ?

bsoener commented 3 years ago

yes. Have now performed an update. Can not configure the Miele plugin. In the Json config it is also not listed.

Bildschirmfoto 2021-01-27 um 20 59 53
QuickSander commented 3 years ago

I'm really puzzled. Since I do not know how to possibly break it on my side, it is very hard to find the cause. What OS do you run? Is the logging still the same?

You can always put in the configuration yourself in the config.json as workaround.

bsoener commented 3 years ago

My Macbook version is the 11.1 As soon as i paste the config.json the configuration my homebridge crashes. what i don't understand before the update came out everything went smoothly. also no new plugin was installed or anything changed.

[27/01/2021, 20:51:48] [Homebridge UI] Homebridge Config UI X v4.36.0 is listening on :: port 8080 [27/01/2021, 20:52:09] [Homebridge UI] [homebridge-mieleathome] Terminating child process... [27/01/2021, 20:52:09] [Homebridge UI] [homebridge-mieleathome] Child process ended [27/01/2021, 21:01:49] [Homebridge UI] [homebridge-mieleathome] Terminating child process... [27/01/2021, 21:01:49] [Homebridge UI] [homebridge-mieleathome] Child process ended

QuickSander commented 3 years ago

What exactly do you put in the config? Please note the "breaking changes". Platform name must be "Miele@home".

bsoener commented 3 years ago
    {
        "name": "Miele@Home",
        "token": "xxxxxxxxxxxxxxxxxxx",
        "pollInterval": 60,
        "platform": "Miele@Home"
    },
QuickSander commented 3 years ago

Your platform name must be "Miele@home" (lower case 'h'). Please change and reboot homebridge.

Could you reverify you have the latest v2.1.1 installed?

bsoener commented 3 years ago

yes. Is the latest version. H-h changed and it works now. Great!!! thanks for your help.

QuickSander commented 3 years ago

Oké, apparently this happens if no configuration is present. This needs a fix.

QuickSander commented 3 years ago

:tada: This issue has been resolved in version 2.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: