hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
550 stars 51 forks source link

Cannot upgrade Hue Plug-In #1854

Open dibimuc opened 1 year ago

dibimuc commented 1 year ago

Description In my HOOBS there is an update available for Plug-In „ Hue: 0.13.53 “ as well as for the Plug-Ins „Dummy: 0.9.0“ and „Weather Plus: 3.2.11“

Version 4.0.104

Did you upgrade Please let us know if you upgraded from a previous version. No

Pervious version If you upgraded, please let us know your previous version.

What device are you using? Please let us know the device you are running HOOBS on. HOOBS Box

If this is a custom install, what's your operating system? Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina.

List your plugins Please include a list of the plugins you are using. We need to be able to find it on NPM. If the plugin is no published, please include a link to the repository.

Post your config This can be found in the interface, Configuration -> Advanced or you can get it via SSH cat ~/.hoobs/etc/config.json


{
    "accessories": [
        {
            "stateful": true,
            "reverse": false,
            "time": 1000,
            "name": "Abendessen-Szene",
            "accessory": "DummySwitch",
            "resettable": false
        },
        {
            "stateful": true,
            "reverse": false,
            "time": 1000,
            "name": "Homeoffice",
            "accessory": "DummySwitch",
            "resettable": false
        },
        {
            "stateful": true,
            "reverse": false,
            "time": 1000,
            "name": "Chillen-Szene",
            "accessory": "DummySwitch",
            "resettable": false
        },
        {
            "stateful": true,
            "reverse": false,
            "time": 1000,
            "name": "Espressomaschine",
            "accessory": "DummySwitch",
            "resettable": false
        }
    ],
    "platforms": [
        {
            "platform": "Hue",
            "name": "Hue",
            "forceHttp": false,
            "linkButton": true,
            "heartrate": 5,
            "parallelRequests": 6,
            "anyOn": false,
            "nativeHomeKitLights": false,
            "users": {
                "XXX"
            },
            "nupnp": false,
            "effects": true,
            "lights": true,
            "resource": false,
            "groups": false,
            "nativeHomeKitSensors": false,
            "hosts": [
                "192.168.178.55"
            ]
        },
        {
            "admin": {
                "enabled": true
            },
            "platform": "Shelly",
            "name": "Shelly"
        },
        {
            "switchAccessories": false,
            "showCommandsAtStartup": true,
            "cleanCache": false,
            "publishAllTVAsExternalAccessory": false,
            "platform": "HarmonyHubWebSocket",
            "TVAccessory": true,
            "name": "Harmony Hub",
            "DELAY_BEFORE_RETRY_AFTER_NETWORK_LOSS": 60000,
            "HUB_CONNECT_TIMEOUT": 10000,
            "HUB_SEND_TIMEOUT": 30000,
            "sortInput": 0,
            "hubIP": "192.168.178.26",
            "hubName": "Harmony Hub"
        },
        {
            "platform": "WeatherPlus",
            "interval": 5,
            "units": "ca",
            "stations": [
                {
                    "nameNow": "XXX",
                    "key": "XXX",
                    "service": "openweathermap",
                    "locationGeo": [
                        XXX,
                        XXX
                    ],
                    "language": "de",
                    "forecast": [
                        "0"
                    ],
                    "now": true,
                    "extraHumidity": true
                }
            ]
        }
    ]
}

Post your log You can get the log from the interface. This is in the Log section.


7.2.2023, 07:19:37HOOBSHueWARNUNGwarning: latest version: homebridge-hue v0.13.53
7.2.2023, 07:20:55HOOBSConfiguration change
7.2.2023, 07:20:55hoobs stopping
7.2.2023, 07:20:55HOOBSHarmony HubINFO - shutdown
7.2.2023, 07:20:57HOOBSHuegoodbye
7.2.2023, 07:21:00HOOBS starting
7.2.2023, 07:21:05HOOBSLoaded plugin 'homebridge-dummy'
7.2.2023, 07:21:05HOOBSLoaded plugin 'homebridge-harmony'
7.2.2023, 07:21:05HOOBSFEHLERThe plugin "homebridge-hue" requires a Homebridge version of ^1.5.1 which does not satisfy the current Homebridge version of 1.3.4. You may need to update this plugin (or Homebridge) to a newer version. You may face unexpected issues or stability problems running this plugin.
7.2.2023, 07:21:09HOOBSLoaded plugin 'homebridge-hue'
7.2.2023, 07:21:09HOOBSLoaded plugin 'homebridge-shelly'
7.2.2023, 07:21:10HOOBSLoaded plugin 'homebridge-weather-plus'
7.2.2023, 07:21:10HOOBSLoading 4 platforms...
7.2.2023, 07:21:10HOOBSHuehomebridge-hue v0.13.47, node v14.21.2, homebridge v1.3.4
7.2.2023, 07:21:10HOOBSHueWARNUNGwarning: planned changes, see https://github.com/ebaauw/homebridge-hue/issues/1070
7.2.2023, 07:21:10HOOBSHueWARNUNGconfig.json: nupnp: invalid key
7.2.2023, 07:21:10HOOBSHarmony HubHarmonyPlatform Init
7.2.2023, 07:21:10HOOBSWeatherPlusAdding station with weather service OpenWeatherMap named 'Allach'
7.2.2023, 07:21:11HOOBSLoading 4 accessories...
7.2.2023, 07:21:11HOOBSAbendessen-SzeneSetting switch to true
7.2.2023, 07:21:11HOOBSHomeofficeSetting switch to false
7.2.2023, 07:21:11HOOBSChillen-SzeneSetting switch to false
7.2.2023, 07:21:11HOOBSEspressomaschineSetting switch to true
7.2.2023, 07:21:11HOOBSShelly1 accessory loaded from cache
7.2.2023, 07:21:11HOOBSHarmony HubDidFinishLaunching
7.2.2023, 07:21:11HOOBSHarmony Hub(Harmony Hub)INFO - Loading activities...
7.2.2023, 07:21:11HOOBSShellyAdmin server is running on port 8181
7.2.2023, 07:21:11HOOBSHuePhilips hue: Signify Netherlands B.V. BSB002 bridge v1955082050, api v1.55.0
7.2.2023, 07:21:11HOOBSHueWARNUNGPhilips hue: warning: not using recommended Hue bridge api version 1.53.0
7.2.2023, 07:21:12HOOBSHuePhilips hue: 17 accessories
7.2.2023, 07:21:12HOOBSHuemasked debug info dumped to /var/lib/hoobs/hoobs/homebridge-hue.json.gz
7.2.2023, 07:21:12HOOBSHuePhilips hue: 3 services
7.2.2023, 07:21:12HOOBSBridge is running on port 51826.
7.2.2023, 07:21:12HOOBSHuePhilips hue: event stream connected to https://192.168.178.55/eventstream/clip/v2
7.2.2023, 07:21:12HOOBSHueWARNUNGwarning: latest version: homebridge-hue v0.13.53

Additional context Add any other context about the problem here.