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

Unsupported device role for multilevel sensor: undefined #509

Closed
NeoxHC opened this issue Oct 16, 2024 · 13 comments
Closed

Unsupported device role for multilevel sensor: undefined #509

NeoxHC opened this issue Oct 16, 2024 · 13 comments

Comments

@NeoxHC
Copy link

NeoxHC commented Oct 16, 2024

Description

Hi there,
all been working flawlessly until recent update, not sure what is the issue, did not change anything on HC2 side. This issue is causing HB to continously restart.

Logs

[16/10/2024, 18:05:27] [FibaroHC] Error getting data from Home Center:  Error: Unsupported device role for multilevel sensor: undefined
    at multilevelSensor (/usr/lib/node_modules/homebridge-fibaro-home-center/src/deviceAuto.ts:251:13)
    at FibaroAccessory.configureAccessoryFromType (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:439:35)
    at new FibaroAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:52:40)
    at FibaroHC.addAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:332:18)
    at /usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
    at Array.map (<anonymous>)
    at FibaroHC.processDevices (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
    at FibaroHC.login (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
[16/10/2024, 18:05:27] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 18:05:27] [FibaroHC] Next try in 5 minutes

Plugin config

{
    "name": "FibaroHC",
    "url": "192.168.1.201",
    "username": "admin",
    "password": "Dummy-PWD",
    "pollerperiod": 3,
    "markDeadDevices": false,
    "thermostattimeout": 7200,
    "thermostatmaxtemperature": 100,
    "securitysystem": "disabled",
    "addRoomNameToDeviceName": "disabled",
    "logsLevel": 1,
    "devices": [
        {
            "displayAs": "switch"
        }
    ],
    "platform": "FibaroHC"
}

Plugin version

v3.1.0

Fibaro HC / Yubii Home type and firmware

Fibaro HC2, 4.630

@ilcato
Copy link
Owner

ilcato commented Oct 16, 2024

@NeoxHC can you share a portion of the log before the error?

You have some multilevel sensors. Which model?

@NeoxHC
Copy link
Author

NeoxHC commented Oct 16, 2024

Hi @ilcato thanks a lot for your quick answer, do really appreciate it!

Apologies, but I am not sure about a multilevel sensor, can it be Qubino Smart Meter (https://qubino.com/products/smart-meter/). The other sensors are 2 door sensors (https://www.fibaro.com/it/products/door-window-sensor/) and 7 roller shutters 2/3 (i.e. https://www.fibaro.com/it/products/smart-roller-shutter/)

Here's the logs

[16/10/2024, 22:26:29] [HB Supervisor] Restarting Homebridge...
[16/10/2024, 22:26:29] [HB Supervisor] Starting Homebridge with extra flags: -I
[16/10/2024, 22:26:29] [HB Supervisor] Started Homebridge v1.8.4 with PID: 1182764
[16/10/2024, 22:26:30] Loaded config.json with 0 accessories and 7 platforms.
[16/10/2024, 22:26:30] Loaded 3 cached accessories from cachedAccessories.
[16/10/2024, 22:26:30] ---
[16/10/2024, 22:26:30] Loaded plugin: homebridge-config-ui-x@4.61.0
[16/10/2024, 22:26:30] Registering platform 'homebridge-config-ui-x.config'
[16/10/2024, 22:26:30] ---
[16/10/2024, 22:26:30] [Homebridge UI] Starting terminal session
[16/10/2024, 22:26:30] Disabled plugin: homebridge-fibaro-hc2@2.4.3
[16/10/2024, 22:26:30] ---
[16/10/2024, 22:26:30] Loaded plugin: homebridge-fibaro-home-center@3.1.0
[16/10/2024, 22:26:30] Registering platform 'homebridge-fibaro-home-center.FibaroHC'
[16/10/2024, 22:26:30] ---
Loading package.json from /usr/lib/node_modules/homebridge-homeconnect/package.json
[16/10/2024, 22:26:30] Loaded plugin: homebridge-homeconnect@1.0.5
[16/10/2024, 22:26:30] Registering platform 'homebridge-homeconnect.HomeConnect'
[16/10/2024, 22:26:30] ---
[16/10/2024, 22:26:30] Loaded plugin: homebridge-onkyo@2022.18.1
[16/10/2024, 22:26:30] Registering platform 'homebridge-onkyo.Onkyo'
[16/10/2024, 22:26:30] ---
[16/10/2024, 22:26:30] Disabled plugin: homebridge-samsung-tizen@5.2.7
[16/10/2024, 22:26:30] ---
[16/10/2024, 22:26:31] Loaded plugin: @o-lukas/homebridge-smartthings-tv@2.3.6
[16/10/2024, 22:26:31] Registering platform '@o-lukas/homebridge-smartthings-tv.smartthings-tv'
[16/10/2024, 22:26:31] ---
[16/10/2024, 22:26:31] Loading 7 platforms...
[16/10/2024, 22:26:31] Ignoring config for the platform "SamsungTizen" in your config.json as the plugin "homebridge-samsung-tizen" has been disabled.
[16/10/2024, 22:26:31] [Onkyo] Initializing Onkyo platform...
[16/10/2024, 22:26:31] [Onkyo] **************************************************************
[16/10/2024, 22:26:31] [Onkyo] homebridge-onkyo version 2022.18.1
[16/10/2024, 22:26:31] [Onkyo] GitHub: https://github.com/ToddGreenfield/homebridge-onkyo
[16/10/2024, 22:26:31] [Onkyo] **************************************************************
[16/10/2024, 22:26:31] [Onkyo] start success...
[16/10/2024, 22:26:31] [FibaroHC] Initializing FibaroHC platform...
[16/10/2024, 22:26:31] [HomeConnect] Initializing HomeConnect platform...
[16/10/2024, 22:26:31] [smartthings-tv] Initializing smartthings-tv platform...
[16/10/2024, 22:26:31] Ignoring config for the platform "FibaroHC2" in your config.json as the plugin "homebridge-fibaro-hc2" has been disabled.
[16/10/2024, 22:26:31] [HomeConnect] Restored 3 cached accessories
[16/10/2024, 22:26:31] [HomeConnect] homebridge-homeconnect version 1.0.5
[16/10/2024, 22:26:31] [HomeConnect] Node.js version 20.18.0 (satisfies ^22.0.0 || ^20.9.0 || ^18.20.0)
[16/10/2024, 22:26:31] [HomeConnect] Homebridge version 1.8.4 (satisfies ^1.8.0|| ^2.0.0-beta.0)
[16/10/2024, 22:26:31] [HomeConnect] Homebridge API version 2.7 (satisfies ^2.7)
[16/10/2024, 22:26:31] [HomeConnect] Homebridge HAP version 0.12.2 (satisfies >=0.9.0)
Setup Payload:
X-HM://0023YGQXR5N6L
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 294-48-799 │     
└────────────┘     

[16/10/2024, 22:26:31] Amplificatore 2932 is running on port 46181.
[16/10/2024, 22:26:31] Please add [Amplificatore 2932] manually in Home app. Setup Code: 294-48-799
[16/10/2024, 22:26:31] Homebridge v1.8.4 (HAP v0.12.2) (Homebridge) is running on port 51791.
[16/10/2024, 22:26:31]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[16/10/2024, 22:26:31] [HomeConnect] Attempting authorisation
[16/10/2024, 22:26:31] [HomeConnect] Using saved access token
[16/10/2024, 22:26:31] [HomeConnect] Successfully authorised
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Tapparella Camera
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Tapparella Cameretta
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Tapparella Cucina
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Tapparella Bagno
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Tapparella Tavolo
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Porta Principale
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Temperatura Anticame
[16/10/2024, 22:26:31] [FibaroHC] Adding new accessory: Temperatura Cucina
[16/10/2024, 22:26:31] [FibaroHC] Error getting data from Home Center: Error: Unsupported device role for multilevel sensor: undefined
at multilevelSensor (/usr/lib/node_modules/homebridge-fibaro-home-center/src/deviceAuto.ts:251:13)
at FibaroAccessory.configureAccessoryFromType (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:439:35)
at new FibaroAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:52:40)
at FibaroHC.addAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:332:18)
at /usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
[16/10/2024, 22:26:31] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:26:31] [FibaroHC] Next try in 5 minutes
[16/10/2024, 22:26:31] [HomeConnect] Starting events stream for all appliances
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Siemens Oven (E-Nr: HM778GMB1/D3)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Optional (Switch service) feature "Active Program" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Optional Doors (Door service) feature "Door" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Bosch Dishwasher (E-Nr: SMV6ZCX17E/01)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Optional (Switch service) feature "Active Program" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Optional Doors (Door service) feature "Door" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Siemens FridgeFreezer (E-Nr: KB96NVFE0/01)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Doors (Door service) feature "Door" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] Found 3 appliances (0 added, 0 removed)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Optional (Stateless Programmable Switch service) feature "Event Buttons" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Adding services for 5 events
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Button 1: Program Finished (BSH.Common.Event.ProgramFinished)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Button 2: Program Aborted (BSH.Common.Event.ProgramAborted)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Button 3: Alarm Clock Finished (BSH.Common.Event.AlarmClockElapsed)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Button 4: Fast Preheat Finished (Cooking.Oven.Event.PreheatFinished)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Button 5: Regular Preheat Finished (Cooking.Oven.Event.RegularPreheatFinished)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Optional (Stateless Programmable Switch service) feature "Event Buttons" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Adding services for 4 events
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Button 1: Program Finished (BSH.Common.Event.ProgramFinished)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Button 2: Program Aborted (BSH.Common.Event.ProgramAborted)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Button 3: Salt Low (Dishcare.Dishwasher.Event.SaltNearlyEmpty)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Button 4: Rinse Aid Low (Dishcare.Dishwasher.Event.RinseAidNearlyEmpty)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional (Stateless Programmable Switch service) feature "Event Buttons" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Adding services for 3 events
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Button 1: Freezer Door Alarm (Refrigeration.FridgeFreezer.Event.DoorAlarmFreezer)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Button 2: Refrigerator Door Alarm (Refrigeration.FridgeFreezer.Event.DoorAlarmRefrigerator)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Button 3: Freezer Temperature Alarm (Refrigeration.FridgeFreezer.Event.TemperatureAlarmFreezer)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Can be placed in standby
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Can be switched off
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Does not support Ambient Light
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Does not support a child lock
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Can be switched off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Light (Lightbulb service) feature "Internal Light" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Does not support a child lock
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Freezer Super Mode" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Fresh Mode" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Refrigerator Super Mode" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Vacation Mode" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Eco Mode" enabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Sabbath Mode" enabled by default
[16/10/2024, 22:26:31] [smartthings-tv] Adding new TV accessory: 32" Smart Monitor M7 (7d89932e-2283-b305-c6f3-e0aa89d3ad19)
[16/10/2024, 22:26:31] [smartthings-tv] [32" Smart Monitor M7] Registering capabilities for component main
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Door closed
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Remote operation enabled (remote control activated and remote start allowed)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Inactive, attention required, in error state (disconnected)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Door closed
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Remote operation enabled (remote control activated and remote start allowed)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Disconnected (setting On error status)
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Inactive, attention required, in error state (disconnected)
[16/10/2024, 22:26:31] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Switch
[16/10/2024, 22:26:31] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Audio Volume
[16/10/2024, 22:26:31] [HomeConnect] [Lavastoviglie] Disconnected (setting On error status)
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Child lock disabled
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Alarm clock inactive
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Freezer Super Mode off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Fresh Mode off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Refrigerator Super Mode off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Vacation Mode off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Eco Mode off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Sabbath Mode off
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Connected
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Doors (Door service) feature "Freezer Door" disabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Optional Doors (Door service) feature "Refrigerator Door" disabled by default
[16/10/2024, 22:26:31] [HomeConnect] [Forno] Disconnected (setting On error status)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] On
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Does not support External Light
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] All features successfully initialised in 373 milliseconds
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] 2 optional features disabled by default (unconfigured):
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Freezer Door Doors (Door service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Refrigerator Door Doors (Door service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] 9 optional features enabled by default (unconfigured):
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Event Buttons (Stateless Programmable Switch service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Door Doors (Door service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Internal Light Light (Lightbulb service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Eco Mode Settings (Switch service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Freezer Super Mode Settings (Switch service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Fresh Mode Settings (Switch service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Refrigerator Super Mode Settings (Switch service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Sabbath Mode Settings (Switch service)
[16/10/2024, 22:26:31] [HomeConnect] [Frigorifero] Vacation Mode Settings (Switch service)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Connected
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Off
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Inactive (Inactive)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Connected
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Off
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Inactive (Ready)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Finished reading available program options
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Adding services for 18 programs
[16/10/2024, 22:26:32] [HomeConnect] [Forno] 90 watt (Cooking.Oven.Program.Microwave.90Watt)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] 180 watt (Cooking.Oven.Program.Microwave.180Watt)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] 360 watt (Cooking.Oven.Program.Microwave.360Watt)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] 600 watt (Cooking.Oven.Program.Microwave.600Watt)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Boost (Cooking.Oven.Program.Microwave.Max)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Hot air (Cooking.Oven.Program.HeatingMode.HotAir)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Top and bottom heat (Cooking.Oven.Program.HeatingMode.TopBottomHeating)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Top and bottom heat gentle (Cooking.Oven.Program.HeatingMode.TopBottomHeatingEco)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Hot air grilling (Cooking.Oven.Program.HeatingMode.HotAirGrilling)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Pizza setting (Cooking.Oven.Program.HeatingMode.PizzaSetting)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] CoolStart function (Cooking.Oven.Program.HeatingMode.FrozenHeatupSpecial)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Intensive heat (Cooking.Oven.Program.HeatingMode.IntensiveHeat)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Slow cook (Cooking.Oven.Program.HeatingMode.SlowCook)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Dehydrate (Cooking.Oven.Program.HeatingMode.Desiccation)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Bottom heating (Cooking.Oven.Program.HeatingMode.BottomHeating)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Keep warm (Cooking.Oven.Program.HeatingMode.KeepWarm)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Preheat ovenware (Cooking.Oven.Program.HeatingMode.PreheatOvenware)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Preheat (Cooking.Oven.Program.HeatingMode.PreHeating)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Can pause (but not resume) programs
[16/10/2024, 22:26:32] [HomeConnect] [Forno] All features successfully initialised in 625 milliseconds
[16/10/2024, 22:26:32] [HomeConnect] [Forno] 3 optional features enabled by default (unconfigured):
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Active Program (Switch service)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Event Buttons (Stateless Programmable Switch service)
[16/10/2024, 22:26:32] [HomeConnect] [Forno] Door Doors (Door service)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Finished reading available program options
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Adding services for 7 programs
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Intensive 70 (Dishcare.Dishwasher.Program.Intensiv70)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Auto 45-65 (Dishcare.Dishwasher.Program.Auto2)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Eco 50 (Dishcare.Dishwasher.Program.Eco50)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Pre-rinse (Dishcare.Dishwasher.Program.PreRinse)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Silence 50 (Dishcare.Dishwasher.Program.NightWash)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Express 60 (Dishcare.Dishwasher.Program.Kurz60)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Machine Care (Dishcare.Dishwasher.Program.MachineCare)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] All features successfully initialised in 632 milliseconds
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] 3 optional features enabled by default (unconfigured):
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Active Program (Switch service)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Event Buttons (Stateless Programmable Switch service)
[16/10/2024, 22:26:32] [HomeConnect] [Lavastoviglie] Door Doors (Door service)
[16/10/2024, 22:26:32] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Audio Mute
[16/10/2024, 22:26:32] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:26:32] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:26:32] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:26:32] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:26:32] [Onkyo] Event - Input changed: cd
[16/10/2024, 22:26:33] [smartthings-tv] [32" Smart Monitor M7] Not registering capability because registering of applications has been disabled: launchApp
[16/10/2024, 22:26:33] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Mute': Characteristic not in required or optional characteristic section for service Television. Adding anyway.. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:26:33] [smartthings-tv] [32" Smart Monitor M7] Possible infoKey values are: [
"UP",
"DOWN",
"LEFT",
"RIGHT",
"OK",
"BACK",
"EXIT",
"MENU",
"HOME",
"MUTE",
"PLAY",
"PAUSE",
"STOP",
"REWIND",
"FF",
"PLAY_BACK"
]
[16/10/2024, 22:26:33] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Volume': Characteristic not in required or optional characteristic section for service Television. Adding anyway.. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:26:34] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Media Input Source
[16/10/2024, 22:26:34] [smartthings-tv] [32" Smart Monitor M7] Capability Media Input Source might not work as expected because it's status is: proposed
[16/10/2024, 22:26:34] [smartthings-tv] [32" Smart Monitor M7] Registering input source: PlayStation 5 (HDMI1)
[16/10/2024, 22:26:35] 32" Smart Monitor M7 FF38 is running on port 35353.
[16/10/2024, 22:26:35] Please add [32" Smart Monitor M7 FF38] manually in Home app. Setup Code: 294-48-799
[16/10/2024, 22:31:31] [FibaroHC] Error getting data from Home Center: Error: Unsupported device role for multilevel sensor: undefined
at multilevelSensor (/usr/lib/node_modules/homebridge-fibaro-home-center/src/deviceAuto.ts:251:13)
at FibaroAccessory.configureAccessoryFromType (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:439:35)
at new FibaroAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:52:40)
at FibaroHC.addAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:332:18)
at /usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
[16/10/2024, 22:31:31] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:31:31] [FibaroHC] Next try in 5 minutes
[16/10/2024, 22:36:31] [FibaroHC] Error getting data from Home Center: Error: Unsupported device role for multilevel sensor: undefined
at multilevelSensor (/usr/lib/node_modules/homebridge-fibaro-home-center/src/deviceAuto.ts:251:13)
at FibaroAccessory.configureAccessoryFromType (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:439:35)
at new FibaroAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:52:40)
at FibaroHC.addAccessory (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:332:18)
at /usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/usr/lib/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
[16/10/2024, 22:36:31] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:36:31] [FibaroHC] Next try in 5 minutes

@ilcato
Copy link
Owner

ilcato commented Oct 16, 2024

@NeoxHC, Lavastoviglie, are you Italian?

Can you install 3.1.1-beta.3 ?

@jurassiksame
Copy link

Hi Same issue here :

[16/10/2024, 21:44:18] [FibaroHC] Restarting child bridge...
[16/10/2024, 21:44:23] [FibaroHC] Child bridge process ended
[16/10/2024, 21:44:23] [FibaroHC] Process Ended. Code: 143, Signal: null
[16/10/2024, 21:44:30] [FibaroHC] Restarting Process...
[16/10/2024, 21:44:31] [FibaroHC] Launched child bridge with PID 19860
[16/10/2024, 21:44:32] [FibaroHC] Loaded homebridge-fibaro-home-center v3.1.0 child bridge successfully
[16/10/2024, 21:44:33] [FibaroHC] Error getting data from Home Center: Error: Unsupported device role for multilevel sensor: undefined
[16/10/2024, 21:44:33] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 21:44:33] [FibaroHC] Next try in 5 minutes

Regards

@jurassiksame
Copy link

@NeoxHC, Lavastoviglie, are you Italian?

Can you install 3.1.1-beta.3 ?

I done now but not working:

[16/10/2024, 21:50:39] [FibaroHC] Loaded homebridge-fibaro-home-center v3.1.0-beta.3 child bridge successfully
[16/10/2024, 21:50:40] [FibaroHC] paulojlgomes@gmail.com - no-room [id: 2, type: HC_user]: device not supported
[16/10/2024, 21:50:40] [FibaroHC] Error getting data from Home Center: Error: Unsupported device role for multilevel sensor: undefined
[16/10/2024, 21:50:40] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 21:50:40] [FibaroHC] Next try in 5 minutes

@NeoxHC
Copy link
Author

NeoxHC commented Oct 16, 2024

@NeoxHC, Lavastoviglie, are you Italian?

Can you install 3.1.1-beta.3 ?

Yes italian.
3.1.1-beta.3 installed, same behaviour

@ilcato
Copy link
Owner

ilcato commented Oct 16, 2024

@NeoxHC can you install 3.1.1-beta.4 and report the log again?

@ilcato
Copy link
Owner

ilcato commented Oct 16, 2024

@jurassiksame can you install 3.1.1-beta.4 and report the log again?

@NeoxHC
Copy link
Author

NeoxHC commented Oct 16, 2024

@NeoxHC can you install 3.1.1-beta.4 and report the log again?

Seems now it has been solved....

[16/10/2024, 23:17:55] [HB Supervisor] Restarting Homebridge...
[16/10/2024, 23:17:55] [HB Supervisor] Starting Homebridge with extra flags: -I
[16/10/2024, 23:17:55] [HB Supervisor] Started Homebridge v1.8.4 with PID: 1185276
[16/10/2024, 23:17:56] Loaded config.json with 0 accessories and 7 platforms.
[16/10/2024, 23:17:56] Loaded 3 cached accessories from cachedAccessories.
[16/10/2024, 23:17:56] ---
[16/10/2024, 23:17:56] Loaded plugin: homebridge-config-ui-x@4.61.0
[16/10/2024, 23:17:56] Registering platform 'homebridge-config-ui-x.config'
[16/10/2024, 23:17:56] ---
[16/10/2024, 23:17:56] Disabled plugin: homebridge-fibaro-hc2@2.4.3
[16/10/2024, 23:17:56] ---
[16/10/2024, 23:17:56] Loaded plugin: homebridge-fibaro-home-center@3.1.1-beta.4
[16/10/2024, 23:17:56] Registering platform 'homebridge-fibaro-home-center.FibaroHC'
[16/10/2024, 23:17:56] ---
Loading package.json from /usr/lib/node_modules/homebridge-homeconnect/package.json
[16/10/2024, 23:17:56] Loaded plugin: homebridge-homeconnect@1.0.5
[16/10/2024, 23:17:56] Registering platform 'homebridge-homeconnect.HomeConnect'
[16/10/2024, 23:17:56] ---
[16/10/2024, 23:17:56] Loaded plugin: homebridge-onkyo@2022.18.1
[16/10/2024, 23:17:56] Registering platform 'homebridge-onkyo.Onkyo'
[16/10/2024, 23:17:56] ---
[16/10/2024, 23:17:56] Disabled plugin: homebridge-samsung-tizen@5.2.7
[16/10/2024, 23:17:56] ---
[16/10/2024, 23:17:57] Loaded plugin: @o-lukas/homebridge-smartthings-tv@2.3.6
[16/10/2024, 23:17:57] Registering platform '@o-lukas/homebridge-smartthings-tv.smartthings-tv'
[16/10/2024, 23:17:57] ---
[16/10/2024, 23:17:57] Loading 7 platforms...
[16/10/2024, 23:17:57] Ignoring config for the platform "SamsungTizen" in your config.json as the plugin "homebridge-samsung-tizen" has been disabled.
[16/10/2024, 23:17:57] [Onkyo] Initializing Onkyo platform...
[16/10/2024, 23:17:57] [Onkyo] **************************************************************
[16/10/2024, 23:17:57] [Onkyo] homebridge-onkyo version 2022.18.1
[16/10/2024, 23:17:57] [Onkyo] GitHub: https://github.com/ToddGreenfield/homebridge-onkyo
[16/10/2024, 23:17:57] [Onkyo] **************************************************************
[16/10/2024, 23:17:57] [Onkyo] start success...
[16/10/2024, 23:17:57] [FibaroHC] Initializing FibaroHC platform...
[16/10/2024, 23:17:57] [HomeConnect] Initializing HomeConnect platform...
[16/10/2024, 23:17:57] [smartthings-tv] Initializing smartthings-tv platform...
[16/10/2024, 23:17:57] Ignoring config for the platform "FibaroHC2" in your config.json as the plugin "homebridge-fibaro-hc2" has been disabled.
[16/10/2024, 23:17:57] [HomeConnect] Restored 3 cached accessories
[16/10/2024, 23:17:57] [HomeConnect] homebridge-homeconnect version 1.0.5
[16/10/2024, 23:17:57] [HomeConnect] Node.js version 20.18.0 (satisfies ^22.0.0 || ^20.9.0 || ^18.20.0)
[16/10/2024, 23:17:57] [HomeConnect] Homebridge version 1.8.4 (satisfies ^1.8.0|| ^2.0.0-beta.0)
[16/10/2024, 23:17:57] [HomeConnect] Homebridge API version 2.7 (satisfies ^2.7)
[16/10/2024, 23:17:57] [HomeConnect] Homebridge HAP version 0.12.2 (satisfies >=0.9.0)
Setup Payload:
X-HM://0023YGQXR5N6L
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 294-48-799 │     
└────────────┘     

[16/10/2024, 23:17:57] Amplificatore 2932 is running on port 36779.
[16/10/2024, 23:17:57] Please add [Amplificatore 2932] manually in Home app. Setup Code: 294-48-799
[16/10/2024, 23:17:57] Homebridge v1.8.4 (HAP v0.12.2) (Homebridge) is running on port 51791.
[16/10/2024, 23:17:57]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[16/10/2024, 23:17:57] [HomeConnect] Attempting authorisation
[16/10/2024, 23:17:57] [HomeConnect] Using saved access token
[16/10/2024, 23:17:57] [HomeConnect] Successfully authorised
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Camera
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Cameretta
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Cucina
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Bagno
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Tavolo
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Porta Principale
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Temperatura Anticame
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Temperatura Cucina
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Divano
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Bagno
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Tapparella Studio
[16/10/2024, 23:17:57] [FibaroHC] Adding new accessory: Porta Servizio
[16/10/2024, 23:17:57] [FibaroHC] Successfully logged in.
[16/10/2024, 23:17:57] [smartthings-tv] Adding new TV accessory: 32" Smart Monitor M7 (7d89932e-2283-b305-c6f3-e0aa89d3ad19)
[16/10/2024, 23:17:57] [smartthings-tv] [32" Smart Monitor M7] Registering capabilities for component main
[16/10/2024, 23:17:57] [HomeConnect] Starting events stream for all appliances
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Siemens Oven (E-Nr: HM778GMB1/D3)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Optional (Switch service) feature "Active Program" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Optional Doors (Door service) feature "Door" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Bosch Dishwasher (E-Nr: SMV6ZCX17E/01)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Optional (Switch service) feature "Active Program" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Optional Doors (Door service) feature "Door" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Siemens FridgeFreezer (E-Nr: KB96NVFE0/01)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Doors (Door service) feature "Door" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] Found 3 appliances (0 added, 0 removed)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Optional (Stateless Programmable Switch service) feature "Event Buttons" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Adding services for 5 events
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Button 1: Program Finished (BSH.Common.Event.ProgramFinished)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Button 2: Program Aborted (BSH.Common.Event.ProgramAborted)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Button 3: Alarm Clock Finished (BSH.Common.Event.AlarmClockElapsed)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Button 4: Fast Preheat Finished (Cooking.Oven.Event.PreheatFinished)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Button 5: Regular Preheat Finished (Cooking.Oven.Event.RegularPreheatFinished)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Optional (Stateless Programmable Switch service) feature "Event Buttons" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Adding services for 4 events
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Button 1: Program Finished (BSH.Common.Event.ProgramFinished)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Button 2: Program Aborted (BSH.Common.Event.ProgramAborted)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Button 3: Salt Low (Dishcare.Dishwasher.Event.SaltNearlyEmpty)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Button 4: Rinse Aid Low (Dishcare.Dishwasher.Event.RinseAidNearlyEmpty)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional (Stateless Programmable Switch service) feature "Event Buttons" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Adding services for 3 events
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Button 1: Freezer Door Alarm (Refrigeration.FridgeFreezer.Event.DoorAlarmFreezer)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Button 2: Refrigerator Door Alarm (Refrigeration.FridgeFreezer.Event.DoorAlarmRefrigerator)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Button 3: Freezer Temperature Alarm (Refrigeration.FridgeFreezer.Event.TemperatureAlarmFreezer)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Can be placed in standby
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Can be switched off
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Does not support Ambient Light
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Does not support a child lock
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Can be switched off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Light (Lightbulb service) feature "Internal Light" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Does not support a child lock
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Freezer Super Mode" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Fresh Mode" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Refrigerator Super Mode" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Vacation Mode" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Eco Mode" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Settings (Switch service) feature "Sabbath Mode" enabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Door closed
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Remote operation enabled (remote control activated and remote start allowed)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Inactive, attention required, in error state (disconnected)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Door closed
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Remote operation enabled (remote control activated and remote start allowed)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Disconnected (setting On error status)
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Inactive, attention required, in error state (disconnected)
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Child lock disabled
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Alarm clock inactive
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Disconnected (setting On error status)
[16/10/2024, 23:17:57] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Switch
[16/10/2024, 23:17:57] [HomeConnect] [Lavastoviglie] Disconnected (setting On error status)
[16/10/2024, 23:17:57] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Audio Volume
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Freezer Super Mode off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Fresh Mode off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Refrigerator Super Mode off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Vacation Mode off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Eco Mode off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Sabbath Mode off
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Connected
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Doors (Door service) feature "Freezer Door" disabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Optional Doors (Door service) feature "Refrigerator Door" disabled by default
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] On
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Connected
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Off
[16/10/2024, 23:17:57] [HomeConnect] [Forno] Inactive (Inactive)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Does not support External Light
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] All features successfully initialised in 423 milliseconds
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] 2 optional features disabled by default (unconfigured):
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Freezer Door Doors (Door service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Refrigerator Door Doors (Door service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] 9 optional features enabled by default (unconfigured):
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Event Buttons (Stateless Programmable Switch service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Door Doors (Door service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Internal Light Light (Lightbulb service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Eco Mode Settings (Switch service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Freezer Super Mode Settings (Switch service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Fresh Mode Settings (Switch service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Refrigerator Super Mode Settings (Switch service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Sabbath Mode Settings (Switch service)
[16/10/2024, 23:17:57] [HomeConnect] [Frigorifero] Vacation Mode Settings (Switch service)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Connected
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Off
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Inactive (Ready)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Finished reading available program options
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Adding services for 18 programs
[16/10/2024, 23:17:58] [HomeConnect] [Forno] 90 watt (Cooking.Oven.Program.Microwave.90Watt)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] 180 watt (Cooking.Oven.Program.Microwave.180Watt)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] 360 watt (Cooking.Oven.Program.Microwave.360Watt)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] 600 watt (Cooking.Oven.Program.Microwave.600Watt)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Boost (Cooking.Oven.Program.Microwave.Max)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Hot air (Cooking.Oven.Program.HeatingMode.HotAir)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Top and bottom heat (Cooking.Oven.Program.HeatingMode.TopBottomHeating)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Top and bottom heat gentle (Cooking.Oven.Program.HeatingMode.TopBottomHeatingEco)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Hot air grilling (Cooking.Oven.Program.HeatingMode.HotAirGrilling)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Pizza setting (Cooking.Oven.Program.HeatingMode.PizzaSetting)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] CoolStart function (Cooking.Oven.Program.HeatingMode.FrozenHeatupSpecial)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Intensive heat (Cooking.Oven.Program.HeatingMode.IntensiveHeat)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Slow cook (Cooking.Oven.Program.HeatingMode.SlowCook)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Dehydrate (Cooking.Oven.Program.HeatingMode.Desiccation)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Bottom heating (Cooking.Oven.Program.HeatingMode.BottomHeating)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Keep warm (Cooking.Oven.Program.HeatingMode.KeepWarm)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Preheat ovenware (Cooking.Oven.Program.HeatingMode.PreheatOvenware)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Preheat (Cooking.Oven.Program.HeatingMode.PreHeating)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Can pause (but not resume) programs
[16/10/2024, 23:17:58] [HomeConnect] [Forno] All features successfully initialised in 546 milliseconds
[16/10/2024, 23:17:58] [HomeConnect] [Forno] 3 optional features enabled by default (unconfigured):
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Active Program (Switch service)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Event Buttons (Stateless Programmable Switch service)
[16/10/2024, 23:17:58] [HomeConnect] [Forno] Door Doors (Door service)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Finished reading available program options
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Adding services for 7 programs
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Intensive 70 (Dishcare.Dishwasher.Program.Intensiv70)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Auto 45-65 (Dishcare.Dishwasher.Program.Auto2)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Eco 50 (Dishcare.Dishwasher.Program.Eco50)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Pre-rinse (Dishcare.Dishwasher.Program.PreRinse)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Silence 50 (Dishcare.Dishwasher.Program.NightWash)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Express 60 (Dishcare.Dishwasher.Program.Kurz60)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Machine Care (Dishcare.Dishwasher.Program.MachineCare)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] All features successfully initialised in 590 milliseconds
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] 3 optional features enabled by default (unconfigured):
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Active Program (Switch service)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Event Buttons (Stateless Programmable Switch service)
[16/10/2024, 23:17:58] [HomeConnect] [Lavastoviglie] Door Doors (Door service)
[16/10/2024, 23:17:58] [Homebridge UI] Starting terminal session
[16/10/2024, 23:17:58] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 23:17:58] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 23:17:58] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 23:17:58] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Active Identifier': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 23:17:58] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Audio Mute
[16/10/2024, 23:17:58] [smartthings-tv] [32" Smart Monitor M7] Not registering capability because registering of applications has been disabled: launchApp
[16/10/2024, 23:17:58] [Onkyo] Event - Input changed: cd
[16/10/2024, 23:17:59] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Mute': Characteristic not in required or optional characteristic section for service Television. Adding anyway.. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 23:17:59] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Volume': Characteristic not in required or optional characteristic section for service Television. Adding anyway.. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 23:18:00] [smartthings-tv] [32" Smart Monitor M7] Possible infoKey values are: [
"UP",
"DOWN",
"LEFT",
"RIGHT",
"OK",
"BACK",
"EXIT",
"MENU",
"HOME",
"MUTE",
"PLAY",
"PAUSE",
"STOP",
"REWIND",
"FF",
"PLAY_BACK"
]
[16/10/2024, 23:18:00] [smartthings-tv] [32" Smart Monitor M7] Registering capability: Media Input Source
[16/10/2024, 23:18:00] [smartthings-tv] [32" Smart Monitor M7] Capability Media Input Source might not work as expected because it's status is: proposed
[16/10/2024, 23:18:00] [smartthings-tv] [32" Smart Monitor M7] Registering input source: PlayStation 5 (HDMI1)
[16/10/2024, 23:18:00] 32" Smart Monitor M7 FF38 is running on port 33745.
[16/10/2024, 23:18:00] Please add [32" Smart Monitor M7 FF38] manually in Home app. Setup Code: 294-48-799
[16/10/2024, 23:19:26] [Homebridge UI] Terminal session ended.
[16/10/2024, 23:19:40] [FibaroHC] Tapparella Camera [50]: set setValue 100%
[16/10/2024, 23:19:42] [FibaroHC] Tapparella Camera [50]: set setValue 0%
[16/10/2024, 23:19:44] [FibaroHC] Tapparella Camera [50]: 11 %
[16/10/2024, 23:19:44] [FibaroHC] Tapparella Camera [50]: 11 %
[16/10/2024, 23:19:44] [FibaroHC] Tapparella Camera [50]: 2
[16/10/2024, 23:19:47] [FibaroHC] Tapparella Camera [50]: 0 %
[16/10/2024, 23:19:47] [FibaroHC] Tapparella Camera [50]: 0 %
[16/10/2024, 23:19:47] [FibaroHC] Tapparella Camera [50]: 2
[16/10/2024, 23:19:55] [Homebridge UI] Starting terminal session

@jurassiksame
Copy link

@jurassiksame can you install 3.1.1-beta.4 and report the log again?

HI initial start working, but after few minutes stops:

Loading logs using native method...
File: /var/lib/homebridge/homebridge.log

e entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 876, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Temperatura - Hall de entrada
[Luminosidade - Hall de entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 877, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Luminosidade - Hall de entrada
[Humidade - Hall de entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 878, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Humidade - Hall de entrada
[UV - Hall de entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 879, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: 886.0 - no-room
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Compostagem - Jardim
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Esplanada - Jardim
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Vale dos Fetos - Jardim
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Bambus - Jardim
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Cortina Drt. TV - Sala
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Sanca drt. Cozinha - Sala
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Cortina - Cozinha
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: Luz Teto - Sala Técnica
[16/10/2024, 22:40:28] [FibaroHC] Adding new accessory: VMC - Sala Técnica
[16/10/2024, 22:40:28] [FibaroHC] Error getting data from Home Center: Error: Cannot Bridge more than 149 Accessories
at Bridge.Accessory.addBridgedAccessory (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:693:13)
at Bridge.Accessory.addBridgedAccessories (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:717:12)
at BridgeService.handleRegisterPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/bridgeService.ts:383:17)
at HomebridgeAPI.emit (node:events:519:28)
at HomebridgeAPI.registerPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/api.ts:340:10)
at FibaroHC.addAccessory (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:335:18)
at /var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
[16/10/2024, 22:40:28] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:40:28] [FibaroHC] Next try in 5 minutes
[16/10/2024, 22:40:53] [FibaroHC] Device dead: 220 service: Tomada TV 1 - Suite, reason: power
[16/10/2024, 22:40:55] [FibaroHC] Device dead: 642 service: Radiante - WC Serviço, reason: power
[16/10/2024, 22:40:55] [FibaroHC] Device dead: 646 service: Radiante - Sala, reason: power
[16/10/2024, 22:40:56] [FibaroHC] Device dead: 843 service: ponte última - Escritório, reason: power
[16/10/2024, 22:40:56] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:40:56] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:40:56] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:40:56] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:02] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:02] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:02] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:02] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:08] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:08] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:08] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:08] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:14] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:14] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:14] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:14] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:21] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:21] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:21] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:21] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:28] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:28] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:28] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:28] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:33] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:33] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:33] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:33] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:40] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:41:40] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:41:40] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:41:40] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:41:41] [FibaroHC] Luz Escritório - Escritório [102]: set Off
[16/10/2024, 22:41:41] [FibaroHC] Luz Escritório - Escritório [102]: set Off
[16/10/2024, 22:41:41] [FibaroHC] Luz Escritório - Escritório [102]: set Off
[16/10/2024, 22:41:42] [FibaroHC] Temperatura - Wc Gabinete Ana [66]: 74.0 C
[16/10/2024, 22:41:42] [FibaroHC] Humidade - Corredor [127]: 78 %
[16/10/2024, 22:41:45] [FibaroHC] Temperatura - Wc Gabinete Ana [66]: 74.0 C
[16/10/2024, 22:41:45] [FibaroHC] Luz Escritório - Escritório [102]: Off
[16/10/2024, 22:41:45] [FibaroHC] Luz Escritório - Escritório [102]: 100 %
[16/10/2024, 22:41:45] [FibaroHC] Humidade - Corredor [127]: 78 %
[16/10/2024, 22:42:10] [FibaroHC] Luz Escritório - Escritório [102]: set On
[16/10/2024, 22:42:14] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:42:14] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:42:15] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:42:15] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:42:21] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:42:21] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:42:21] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:42:21] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:42:28] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:42:28] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:42:28] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:42:28] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:42:33] [FibaroHC] Luz Escritório - Escritório [102]: On
[16/10/2024, 22:42:33] [FibaroHC] Luz Escritório - Escritório [102]: 100 %
[16/10/2024, 22:42:33] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:42:33] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:42:33] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:42:33] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:42:34] [FibaroHC] Luz Escritório - Escritório [102]: set setValue 100%
[16/10/2024, 22:42:34] [FibaroHC] Luz Escritório - Escritório [102]: set Off
[16/10/2024, 22:42:36] [FibaroHC] Luz Escritório - Escritório [102]: Off
[16/10/2024, 22:42:36] [FibaroHC] Luz Escritório - Escritório [102]: 100 %
[16/10/2024, 22:43:17] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:43:17] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:43:17] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:43:17] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:43:23] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:43:23] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:43:24] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:43:24] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:43:30] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:43:30] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:43:30] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:43:30] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:43:34] [FibaroHC] Temperatura - Wc Gabinete Ana [66]: 23.1 C
[16/10/2024, 22:43:42] [FibaroHC] Liminosidade - Escritório [115]: 0 lux
[16/10/2024, 22:43:45] [FibaroHC] Sensor de Temperatur - WC Serviço [49]: 23.1 C
[16/10/2024, 22:43:45] [FibaroHC] Temperatura - Hall de entrada [876]: 22.9 C
[16/10/2024, 22:43:45] [FibaroHC] Humidade - Hall de entrada [878]: 78 %
[16/10/2024, 22:43:55] [FibaroHC] Humidade - Hall de entrada [878]: 79 %
[16/10/2024, 22:44:00] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:00] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:00] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:00] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:44:07] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:07] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:07] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:07] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:44:13] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:13] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:13] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:13] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:44:15] [FibaroHC] Humidade - Suite [584]: 79 %
[16/10/2024, 22:44:18] [FibaroHC] Sensor Humidade - Sala [367]: 77 %
[16/10/2024, 22:44:18] [FibaroHC] Humidade - Suite [584]: 79 %
[16/10/2024, 22:44:22] [FibaroHC] Humidade - Suite [584]: 80 %
[16/10/2024, 22:44:33] [FibaroHC] Luz Escritório - Escritório [102]: set On
[16/10/2024, 22:44:38] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:38] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:38] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:38] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:44:44] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:44] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:44] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:44] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:44:45] [FibaroHC] Luz Escritório - Escritório [102]: On
[16/10/2024, 22:44:45] [FibaroHC] Luz Escritório - Escritório [102]: 100 %
[16/10/2024, 22:44:50] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:50] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:50] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:50] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:44:57] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:44:57] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:44:57] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:44:57] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:45:04] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:45:04] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:45:04] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:45:04] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:45:10] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:45:10] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:45:10] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:45:10] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:45:16] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:45:16] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:45:16] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:45:16] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:45:17] [FibaroHC] Luz Escritório - Escritório [102]: set Off
[16/10/2024, 22:45:17] [FibaroHC] Luz Escritório - Escritório [102]: set Off
[16/10/2024, 22:45:21] [FibaroHC] Luz Escritório - Escritório [102]: Off
[16/10/2024, 22:45:21] [FibaroHC] Luz Escritório - Escritório [102]: 100 %
[16/10/2024, 22:45:21] [FibaroHC] Humidade - Suite [584]: 80 %
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 65, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 66, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 67, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 68, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Wc Gabinete Ana@@serial Number] characteristic was supplied illegal value: string 'ID: 69, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 71, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 72, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 73, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 74, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Gabinete de depilaçã@@serial Number] characteristic was supplied illegal value: string 'ID: 75, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64
[16/10/2024, 22:45:31] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 83, Room: Gabinete de depilaçã, 0a000100010106050200000001000500000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 91, Room: Corredor Gabinete, 0b000100010107030000010906080500000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 113, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 114, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 115, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 116, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Escritório@@serial Number] characteristic was supplied illegal value: string 'ID: 117, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 140, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 141, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 142, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 143, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - WC apoio aos quartos@@serial Number] characteristic was supplied illegal value: string 'ID: 144, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64
[16/10/2024, 22:45:32] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 146, Room: WC apoio aos quartos, 0b000100010107030000010907050400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:34] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 273, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:34] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 274, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:34] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 275, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:34] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 276, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Corredor Gabinete@@serial Number] characteristic was supplied illegal value: string 'ID: 277, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64
[16/10/2024, 22:45:36] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 843, Room: Escritório, 0c000100010108040800000204070000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:37] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 875, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:37] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 876, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:37] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 877, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:45:37] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 878, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Hall de entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 879, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:45:37] [FibaroHC] Error getting data from Home Center: Error: Cannot Bridge more than 149 Accessories
at Bridge.Accessory.addBridgedAccessory (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:693:13)
at Bridge.Accessory.addBridgedAccessories (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:717:12)
at BridgeService.handleRegisterPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/bridgeService.ts:383:17)
at HomebridgeAPI.emit (node:events:519:28)
at HomebridgeAPI.registerPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/api.ts:340:10)
at FibaroHC.addAccessory (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:335:18)
at /var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
[16/10/2024, 22:45:37] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:45:37] [FibaroHC] Next try in 5 minutes
[16/10/2024, 22:45:37] [FibaroHC] Humidade - Suite [584]: 79 %
[16/10/2024, 22:45:37] [FibaroHC] Humidade - Suite [584]: 79 %
[16/10/2024, 22:46:22] [FibaroHC] Humidade - Suite [584]: 80 %
[16/10/2024, 22:46:22] [FibaroHC] Humidade - Suite [584]: 80 %
[16/10/2024, 22:46:32] [FibaroHC] Humidade - Suite [584]: 79 %
[16/10/2024, 22:46:32] [FibaroHC] Humidade - Suite [584]: 79 %
[16/10/2024, 22:46:42] [FibaroHC] Humidade - Suite [584]: 80 %
[16/10/2024, 22:46:42] [FibaroHC] Humidade - Suite [584]: 80 %

/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:231
callback();
^
Error: This callback function has already been called by someone else; it can only be called one time.
at /var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/once.ts:12:13
at On. (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/fibaroAccessory.ts:231:7)
at On.emit (node:events:531:35)
at /var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2601:16
at new Promise ()
at On. (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2599:14)
at step (/var/lib/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:196:27)
at Object.next (/var/lib/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:177:57)
at /var/lib/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:170:75
at new Promise ()
[16/10/2024, 22:46:50] [Homebridge UI] [HapClient] [127.0.0.1:48805 (0E:96:F3:57:D2:DC)] Failed to set value for Luz Escritório - Escritório.
[16/10/2024, 22:46:50] [FibaroHC] Child bridge process ended
[16/10/2024, 22:46:50] [FibaroHC] Process Ended. Code: 1, Signal: null
[16/10/2024, 22:46:54] [Homebridge UI] [HapClient] [127.0.0.1:48805 (0E:96:F3:57:D2:DC)] Failed to set value for Luz Escritório - Escritório.
[16/10/2024, 22:46:57] [Homebridge UI] [HapClient] [127.0.0.1:48805 (0E:96:F3:57:D2:DC)] Failed to set value for Luz Escritório - Escritório.
[16/10/2024, 22:46:57] [FibaroHC] Restarting Process...
[16/10/2024, 22:46:58] [FibaroHC] Launched child bridge with PID 21292
[16/10/2024, 22:46:58] Registering platform 'homebridge-fibaro-home-center.FibaroHC'
[16/10/2024, 22:46:58] [FibaroHC] Loaded homebridge-fibaro-home-center v3.1.1-beta.4 child bridge successfully
[16/10/2024, 22:46:59] Loaded 150 cached accessories from cachedAccessories.0E96F357D2DC.
[16/10/2024, 22:46:59] [homebridge-fibaro-home-center] Could not restore cached accessory 'VMC Verão/ Inverno - Sala Técnica': Cannot Bridge more than 149 Accessories
[16/10/2024, 22:46:59] Homebridge v1.8.4 (HAP v0.12.2) (FibaroHC) is running on port 48805.
[16/10/2024, 22:46:59]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 65, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 66, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 67, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 68, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Wc Gabinete Ana@@serial Number] characteristic was supplied illegal value: string 'ID: 69, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64
[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 71, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 72, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:01] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 73, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 74, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Gabinete de depilaçã@@serial Number] characteristic was supplied illegal value: string 'ID: 75, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 83, Room: Gabinete de depilaçã, 0a000100010106050200000001000500000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 91, Room: Corredor Gabinete, 0b000100010107030000010906080500000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 113, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 114, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 115, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 116, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Escritório@@serial Number] characteristic was supplied illegal value: string 'ID: 117, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 140, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:02] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 141, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:03] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 142, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:03] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 143, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - WC apoio aos quartos@@serial Number] characteristic was supplied illegal value: string 'ID: 144, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64
[16/10/2024, 22:47:03] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 146, Room: WC apoio aos quartos, 0b000100010107030000010907050400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:04] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 273, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:04] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 274, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:04] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 275, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:04] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 276, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Corredor Gabinete@@serial Number] characteristic was supplied illegal value: string 'ID: 277, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64
[16/10/2024, 22:47:07] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 843, Room: Escritório, 0c000100010108040800000204070000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:07] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 875, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:07] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 876, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:07] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 877, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:47:07] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 878, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Hall de entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 879, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:47:08] [FibaroHC] Error getting data from Home Center: Error: Cannot Bridge more than 149 Accessories
at Bridge.Accessory.addBridgedAccessory (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:693:13)
at Bridge.Accessory.addBridgedAccessories (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:717:12)
at BridgeService.handleRegisterPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/bridgeService.ts:383:17)
at HomebridgeAPI.emit (node:events:519:28)
at HomebridgeAPI.registerPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/api.ts:340:10)
at FibaroHC.addAccessory (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:335:18)
at /var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
[16/10/2024, 22:47:08] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:47:08] [FibaroHC] Next try in 5 minutes
[16/10/2024, 22:50:03] [FibaroHC] Device dead: 220 service: Tomada TV 1 - Suite, reason: power
[16/10/2024, 22:50:05] [FibaroHC] Device dead: 642 service: Radiante - WC Serviço, reason: power
[16/10/2024, 22:50:05] [FibaroHC] Device dead: 646 service: Radiante - Sala, reason: power
[16/10/2024, 22:50:06] [FibaroHC] Device dead: 843 service: ponte última - Escritório, reason: power
[16/10/2024, 22:50:06] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:50:06] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:50:06] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:50:06] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:50:12] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:50:12] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:50:12] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:50:12] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:50:18] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala, reason: connection
[16/10/2024, 22:50:18] [FibaroHC] Device dead: 858 service: Sensor moviment CO2 - Sala Battery, reason: connection
[16/10/2024, 22:50:18] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala, reason: connection
[16/10/2024, 22:50:18] [FibaroHC] Device dead: 859 service: CO2 Sensor - Sala Battery, reason: connection
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 65, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 66, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 67, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 68, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Wc Gabinete Ana@@serial Number] characteristic was supplied illegal value: string 'ID: 69, Room: Wc Gabinete Ana, 0c000100010108030700000006060700000000' exceeded max length of 64
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 71, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 72, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 73, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 74, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Gabinete de depilaçã@@serial Number] characteristic was supplied illegal value: string 'ID: 75, Room: Gabinete de depilaçã, 0c000100010108030700000006050000000000' exceeded max length of 64
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 83, Room: Gabinete de depilaçã, 0a000100010106050200000001000500000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 91, Room: Corredor Gabinete, 0b000100010107030000010906080500000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 113, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:10] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 114, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 115, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 116, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Escritório@@serial Number] characteristic was supplied illegal value: string 'ID: 117, Room: Escritório, 0c000100010108030700000003030400000000' exceeded max length of 64
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 140, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 141, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 142, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 143, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - WC apoio aos quartos@@serial Number] characteristic was supplied illegal value: string 'ID: 144, Room: WC apoio aos quartos, 0c000100010108040900010406000200000000' exceeded max length of 64
[16/10/2024, 22:52:11] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 146, Room: WC apoio aos quartos, 0b000100010107030000010907050400000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:12] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 273, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:13] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 274, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:13] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 275, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:13] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 276, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Corredor Gabinete@@serial Number] characteristic was supplied illegal value: string 'ID: 277, Room: Corredor Gabinete, 0c000100010108030700000007040700000000' exceeded max length of 64
[16/10/2024, 22:52:15] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 843, Room: Escritório, 0c000100010108040800000204070000000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:15] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 875, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:15] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 876, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:15] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 877, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[16/10/2024, 22:52:15] [homebridge-fibaro-home-center] This plugin generated a warning from the characteristic 'Serial Number': characteristic was supplied illegal value: string 'ID: 878, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64. See https://homebridge.io/w/JtMGR for more info.
[UV - Hall de entrada@@serial Number] characteristic was supplied illegal value: string 'ID: 879, Room: Hall de entrada, 0c000100010108030700000003060900000000' exceeded max length of 64
[16/10/2024, 22:52:16] [FibaroHC] Error getting data from Home Center: Error: Cannot Bridge more than 149 Accessories
at Bridge.Accessory.addBridgedAccessory (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:693:13)
at Bridge.Accessory.addBridgedAccessories (/var/lib/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:717:12)
at BridgeService.handleRegisterPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/bridgeService.ts:383:17)
at HomebridgeAPI.emit (node:events:519:28)
at HomebridgeAPI.registerPlatformAccessories (/var/lib/homebridge/node_modules/homebridge/src/api.ts:340:10)
at FibaroHC.addAccessory (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:335:18)
at /var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:253:14
at Array.map ()
at FibaroHC.processDevices (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:236:18)
at FibaroHC.login (/var/lib/homebridge/node_modules/homebridge-fibaro-home-center/src/platform.ts:153:12)
[16/10/2024, 22:52:16] [FibaroHC] Make sure you provide the correct data: URL or IP, username and password and that HC is enabled and available on the same network as Homebridge. Using https may be mandatory if you configured HC to use it.
[16/10/2024, 22:52:16] [FibaroHC] Next try in 5 minutes

@ilcato
Copy link
Owner

ilcato commented Oct 17, 2024

@jurassiksame your log shows 2 kind of errors not related to this issue:

  1. characteristic was supplied illegal value: string '***' exceeded max length of 64
  2. Error getting data from Home Center: Error: Cannot Bridge more than 149 Accessories

For 1. the new v3.1.1-beta.5 should fix it
For 2. this is is a limit of the HomeKit system, you can't have more than 149 Accessories. One Fibaro device can generate more than one Accessory. You can filter the number of devices on the HomeCenter with a user with a limited number of devices visible and use 2 instances of the plugin with 2 different users.

@jurassiksame
Copy link

HU

@jurassiksame your log shows 2 kind of errors not related to this issue:

  1. characteristic was supplied illegal value: string '***' exceeded max length of 64
  2. Error getting data from Home Center: Error: Cannot Bridge more than 149 Accessories

For 1. the new v3.1.1-beta.5 should fix it For 2. this is is a limit of the HomeKit system, you can't have more than 149 Accessories. One Fibaro device can generate more than one Accessory. You can filter the number of devices on the HomeCenter with a user with a limited number of devices visible and use 2 instances of the plugin with 2 different users.

Hi I already install last version and fix the issue.
About the HomeKit can't have more than 149 devices, I don't know how to use 2 instances of the plugin with 2 different users....

Regards

@ilcato
Copy link
Owner

ilcato commented Oct 17, 2024

@NeoxHC Can you close the issue? I will publish the new version later.

@jurassiksame for addressing the 149 limitation (that is 150 - the bridge itself)

  • start by creating a new homebridge specific user in HC and assign it the visibility on a limited subset of HC devices, for sure you don't need all of them in HomeKit
  • reconfigure the plugin to use this user instead of an admin user that can see all the devices
  • make the plugin a child bridge (use the homebridge UI)
  • after this, if you really need the other devices: repeat the previous steps with another user for the remaining devices
  • the two bridge must be added separately to HomeKit

@ilcato ilcato closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants