Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot upgrade Hue Plug-In #1854

Open
dibimuc opened this issue Feb 7, 2023 · 0 comments
Open

Cannot upgrade Hue Plug-In #1854

dibimuc opened this issue Feb 7, 2023 · 0 comments
Labels
bug Something isn't working discovery Issues reported without enough information

Comments

@dibimuc
Copy link

dibimuc commented Feb 7, 2023

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

  • Remove any passwords from the config file. This is public.

{
    "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:05HOOBSFEHLER�[31mThe 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.�[39m
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.

@dibimuc dibimuc added bug Something isn't working discovery Issues reported without enough information labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discovery Issues reported without enough information
Projects
None yet
Development

No branches or pull requests

1 participant