Supereg / homebridge-http-switch

Powerful http switch for Homebridge: https://github.com/homebridge/homebridge
ISC License
219 stars 36 forks source link

toggle switch shows no response in HomeKit #50

Closed FlipMuc closed 4 years ago

FlipMuc commented 4 years ago

I tried to setup a toggle-reverse switch using your plugin but when restarting Homebridge after adding the configuration, the switch appears in Home, but shows "no response" error immediately without being able to actually toggle the switch.

logs in debug mode show a successful initialization of the switch.

As a workaround, I now created 2 stateless switches. One with the original toggle OnUrl, one with the OffUrl and both work fine.

Hence I guess there is something with the toggle switch. Maybe related to issue #32 ?

Supereg commented 4 years ago

You could please provide some log messages? Anything would be helpful. Does the "no response" go away sometime? Also your configuration would be helpful (while stripping out all personal details).

Supereg commented 4 years ago

Is the behavior different when using the regular toggle switch?

FlipMuc commented 4 years ago

here is the config:

ˋˋˋjson { "accessory": "HTTP-SWITCH", "name": "ToggleTest", "switchType": "toggle-reverse", "debug": true, "onUrl": { "url": "http://127.0.0.1:51829/?sensor=Philipp&state=true", "method": "POST" }, "offUrl": { "url": "http://127.0.0.1:51829/?sensor=Philipp&state=false", "method": "POST" } },

ˋˋˋ

this results in the following logs:

Homebridge logs will say ‘getSwitchState: undefined’ for all of those switches when I open the default room.

ˋˋˋ 4/17/2020, 7:04:34 AM] [ToggleTest] Initializing HTTP-SWITCH accessory... [4/17/2020, 7:04:34 AM] [ToggleTest] Switch successfully configured... [4/17/2020, 7:04:34 AM] [ToggleTest] Switch started with the following options: [4/17/2020, 7:04:34 AM] [ToggleTest] - switchType: toggle-reverse [4/17/2020, 7:04:34 AM] [ToggleTest] - onUrls: [{"method":"POST","body":"","repeat":1,"delayBeforeExecution":0,"auth":{"sendImmediately":true},"headers":{},"strictSSL":false,"requestTimeout":20000,"url":"http://127.0.0.1:51829/?sensor=Philipp&state=true"}] [4/17/2020, 7:04:34 AM] [ToggleTest] - offUrls: [{"method":"POST","body":"","repeat":1,"delayBeforeExecution":0,"auth":{"sendImmediately":true},"headers":{},"strictSSL":false,"requestTimeout":20000,"url":"http://127.0.0.1:51829/?sensor=Philipp&state=false"}] ˋˋˋ

This cause the "no response" error in homekit, which does not disappear.

weirdly, when using the regular toggle switch, it works

Supereg commented 4 years ago

Quick question. What version of homebridge are you currently running? Are you running the beta? Would be helpful if you could enable ˋdebugˋ property in the configuration for my plugin and send the Full log output when you open the app and HomeKit sends a request to the switch.

Supereg commented 4 years ago

Could check which plugin produces this log output:

Homebridge logs will say ‘getSwitchState: undefined’ for all of those switches when I open the default room

Cause my plugin does not use the text described here for log messages.

Supereg commented 4 years ago

Are you using the homebridge-broadlink-rm-tv plugin?

FlipMuc commented 4 years ago

I'm running Homebridge Version 0.4.53 (so no beta) and no plugin reports ‘getSwitchState: undefined’. And nope I'm not using the broadlink plugin.

Here is the full log when starting homebridge, but I cannot send a request as the switch shows "no response"

`Starting Node.js HomeKit Server... Started Node.js HomeKit Server. [4/17/2020, 3:57:08 PM] Loaded config.json with 20 accessories and 11 platforms. [4/17/2020, 3:57:08 PM] --- [4/17/2020, 3:57:08 PM] Loaded plugin: homebridge-automation-switches [4/17/2020, 3:57:08 PM] Registering platform 'homebridge-switches.AutomationSwitches' [4/17/2020, 3:57:08 PM] --- [4/17/2020, 3:57:09 PM] Loaded plugin: homebridge-calendar [4/17/2020, 3:57:09 PM] Registering platform 'homebridge-calendar.Calendar' [4/17/2020, 3:57:09 PM] --- [4/17/2020, 3:57:09 PM] Loaded plugin: homebridge-cmdtrigger [4/17/2020, 3:57:09 PM] Registering accessory 'homebridge-cmdtrigger.CmdTrigger' [4/17/2020, 3:57:09 PM] --- [4/17/2020, 3:57:09 PM] Loaded plugin: homebridge-config-ui-x [4/17/2020, 3:57:09 PM] Registering platform 'homebridge-config-ui-x.config' [4/17/2020, 3:57:09 PM] --- [4/17/2020, 3:57:09 PM] Loaded plugin: homebridge-delay-switch [4/17/2020, 3:57:09 PM] Registering accessory 'homebridge-delay-switch.DelaySwitch' [4/17/2020, 3:57:09 PM] --- [4/17/2020, 3:57:09 PM] Loaded plugin: homebridge-dummy [4/17/2020, 3:57:09 PM] Registering accessory 'homebridge-dummy.DummySwitch' [4/17/2020, 3:57:09 PM] --- [4/17/2020, 3:57:09 PM] Plugin /usr/local/lib/node_modules/homebridge-fritz-platform requires Node version of ^10.15.3 which does not satisfy the current Node version of v12.16.1. You may need to upgrade your installation of Node. [4/17/2020, 3:57:09 PM] Loaded plugin: homebridge-fritz-platform [4/17/2020, 3:57:10 PM] Registering platform 'homebridge-fritz-platform.FritzPlatform' [4/17/2020, 3:57:10 PM] --- [4/17/2020, 3:57:11 PM] Loaded plugin: homebridge-harmony [4/17/2020, 3:57:11 PM] Registering platform 'homebridge-harmonyHub.HarmonyHubWebSocket' [4/17/2020, 3:57:11 PM] --- [4/17/2020, 3:57:11 PM] Loaded plugin: homebridge-http-switch [4/17/2020, 3:57:11 PM] Registering accessory 'homebridge-http-switch.HTTP-SWITCH' [4/17/2020, 3:57:11 PM] --- [4/17/2020, 3:57:12 PM] Loaded plugin: homebridge-http-webhooks [4/17/2020, 3:57:12 PM] Registering platform 'homebridge-http-webhooks.HttpWebHooks' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookSensor' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookSwitch' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookPushButton' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookLight' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookThermostat' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookOutlet' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookSecurity' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookGarageDoorOpener' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookStatelessSwitch' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookLockMechanism' [4/17/2020, 3:57:12 PM] Registering accessory 'homebridge-http-webhooks.HttpWebHookWindowCovering' [4/17/2020, 3:57:12 PM] --- [4/17/2020, 3:57:12 PM] Plugin /usr/local/lib/node_modules/homebridge-hue requires Node version of ^12.16.2 which does not satisfy the current Node version of v12.16.1. You may need to upgrade your installation of Node. [4/17/2020, 3:57:14 PM] Loaded plugin: homebridge-hue [4/17/2020, 3:57:14 PM] Registering platform 'homebridge-hue.Hue' [4/17/2020, 3:57:14 PM] --- [4/17/2020, 3:57:17 PM] Loaded plugin: homebridge-mqttthing [4/17/2020, 3:57:17 PM] Registering accessory 'homebridge-mqttthing.mqttthing' [4/17/2020, 3:57:17 PM] --- [4/17/2020, 3:57:17 PM] Loaded plugin: homebridge-people-x-plus [4/17/2020, 3:57:19 PM] Registering platform 'homebridge-people.PeopleXPlus' [4/17/2020, 3:57:19 PM] Registering accessory 'homebridge-people.PeopleAccessory' [4/17/2020, 3:57:19 PM] Registering accessory 'homebridge-people.PeopleAllAccessory' [4/17/2020, 3:57:19 PM] --- [4/17/2020, 3:57:19 PM] Loaded plugin: homebridge-pihole [4/17/2020, 3:57:19 PM] Registering accessory 'homebridge-pihole.Pihole' [4/17/2020, 3:57:19 PM] --- [4/17/2020, 3:57:20 PM] Loaded plugin: homebridge-samsung-tizen [4/17/2020, 3:57:20 PM] Registering platform 'homebridge-samsung-tizen.SamsungTizen' [4/17/2020, 3:57:20 PM] --- [4/17/2020, 3:57:20 PM] Loaded plugin: homebridge-samsungtv-control [4/17/2020, 3:57:20 PM] Registering accessory 'homebridge-samsungtv.SamsungTV' [4/17/2020, 3:57:20 PM] --- [4/17/2020, 3:57:20 PM] Loaded plugin: homebridge-seasons [4/17/2020, 3:57:20 PM] Registering platform 'homebridge-seasons.Seasons' [4/17/2020, 3:57:20 PM] --- [4/17/2020, 3:57:20 PM] Loaded plugin: homebridge-synology [4/17/2020, 3:57:20 PM] Registering accessory 'homebridge-synology.Synology' [4/17/2020, 3:57:20 PM] --- [4/17/2020, 3:57:20 PM] Loaded plugin: homebridge-telegram [4/17/2020, 3:57:20 PM] Registering platform 'homebridge-telegram.Telegram' [4/17/2020, 3:57:20 PM] --- [4/17/2020, 3:57:21 PM] Loaded plugin: homebridge-weather-plus [4/17/2020, 3:57:23 PM] Registering platform 'homebridge-weather-plus.WeatherPlus' [4/17/2020, 3:57:23 PM] --- [4/17/2020, 3:57:23 PM] Loaded plugin: homebridge-wol [4/17/2020, 3:57:23 PM] Registering accessory 'homebridge-wol.NetworkDevice' [4/17/2020, 3:57:23 PM] --- [4/17/2020, 3:57:24 PM] Loaded plugin: homebridge-xiaomi-roborock-vacuum [4/17/2020, 3:57:24 PM] Registering accessory 'homebridge-xiaomi-roborock-vacuum.XiaomiRoborockVacuum' [4/17/2020, 3:57:24 PM] --- [4/17/2020, 3:57:24 PM] Loading 11 platforms... [4/17/2020, 3:57:24 PM] [Telegram] Initializing Telegram platform... [4/17/2020, 3:57:24 PM] [Telegram] TelegramPlatform Plugin Loaded [4/17/2020, 3:57:24 PM] [Telegram] Found bot in config: "Telegram" [4/17/2020, 3:57:24 PM] [Telegram] Initializing platform accessory 'Telegram'... [4/17/2020, 3:57:24 PM] [FritzPlatform] Initializing FritzPlatform platform... [4/17/2020, 3:57:24 PM] [FritzPlatform] [INFO] ** [4/17/2020, 3:57:24 PM] [FritzPlatform] [INFO] FritzPlatform v4.1.0 by SeydX [4/17/2020, 3:57:24 PM] [FritzPlatform] [INFO] GitHub: https://github.com/SeydX/homebridge-fritz-platform [4/17/2020, 3:57:24 PM] [FritzPlatform] [INFO] Email: seyd55@outlook.de [4/17/2020, 3:57:24 PM] [FritzPlatform] [INFO] ** [4/17/2020, 3:57:24 PM] [FritzPlatform] [INFO] start success... [4/17/2020, 3:57:24 PM] [HarmonyHub] Initializing HarmonyHubWebSocket platform... [4/17/2020, 3:57:24 PM] [HarmonyHub] HarmonyPlatform Init [4/17/2020, 3:57:24 PM] [WeatherPlus] Initializing WeatherPlus platform... [4/17/2020, 3:57:24 PM] [WeatherPlus] Adding station with weather service Dark Sky named 'Now' [4/17/2020, 3:57:24 PM] [WeatherPlus] Initializing platform accessory 'Now'... [4/17/2020, 3:57:24 PM] [Calendar] Initializing Calendar platform... [4/17/2020, 3:57:24 PM] [Calendar] CalendarPlatform Plugin Loaded - version 0.4.0 [4/17/2020, 3:57:24 PM] [Calendar] Found calendar in config: "Urlaub" [4/17/2020, 3:57:24 PM] [Calendar] Pushing calendar sensor 'Urlaub' state 0 - value 0 [4/17/2020, 3:57:24 PM] [Calendar] Polling calendar Urlaub has started. [4/17/2020, 3:57:24 PM] [Calendar] Updating calendar Urlaub [4/17/2020, 3:57:24 PM] [Calendar] Found calendar in config: "Feiertage" [4/17/2020, 3:57:24 PM] [Calendar] Pushing calendar sensor 'Feiertage' state 0 - value 0 [4/17/2020, 3:57:24 PM] [Calendar] Polling calendar Feiertage has started. [4/17/2020, 3:57:24 PM] [Calendar] Updating calendar Feiertage [4/17/2020, 3:57:24 PM] [Calendar] Initializing platform accessory 'Urlaub'... [4/17/2020, 3:57:24 PM] [Calendar] Initializing platform accessory 'Feiertage'... [4/17/2020, 3:57:24 PM] [AutomationSwitches] Initializing AutomationSwitches platform... [4/17/2020, 3:57:24 PM] [AutomationSwitches] AutomationSwitchesPlatform Plugin Loaded - Version 3.2.1 [4/17/2020, 3:57:24 PM] [AutomationSwitches] Found automation switch in config: "Nono Putzsperre" [4/17/2020, 3:57:24 PM] [AutomationSwitches] Switch Nono Putzsperre is stored in file lock.D3ADE6B1CA9B.json [4/17/2020, 3:57:24 PM] [AutomationSwitches] Found automation switch in config: "Waschmaschine Überwachung" [4/17/2020, 3:57:24 PM] [AutomationSwitches] Starting timer for 900000ms [4/17/2020, 3:57:24 PM] [AutomationSwitches] Found automation switch in config: "Waschmaschine Status" [4/17/2020, 3:57:24 PM] [AutomationSwitches] Switch Waschmaschine Status is stored in file switch.5B37F02B98CE.json [4/17/2020, 3:57:24 PM] [AutomationSwitches] Found automation switch in config: "Nachtmodus" [4/17/2020, 3:57:24 PM] [AutomationSwitches] Switch Nachtmodus is stored in file switch.98C85381C18A.json [4/17/2020, 3:57:24 PM] [AutomationSwitches] Initializing platform accessory 'Nono Putzsperre'... [4/17/2020, 3:57:24 PM] [AutomationSwitches] Initializing platform accessory 'Waschmaschine Überwachung'... [4/17/2020, 3:57:24 PM] [AutomationSwitches] Initializing platform accessory 'Waschmaschine Status'... [4/17/2020, 3:57:24 PM] [AutomationSwitches] Initializing platform accessory 'Nachtmodus'... [4/17/2020, 3:57:24 PM] [Config] Initializing config platform... [4/17/2020, 3:57:24 PM] [Config] Spawning homebridge-config-ui-x with PID 19828 [4/17/2020, 3:57:24 PM] [PeopleXPlus] Initializing PeopleXPlus platform... [4/17/2020, 3:57:25 PM] [PeopleXPlus] Initializing platform accessory 'Philipp'... [4/17/2020, 3:57:25 PM] [PeopleXPlus] Initializing platform accessory 'Alex'... [4/17/2020, 3:57:25 PM] [PeopleXPlus] Initializing platform accessory 'Anyone'... [4/17/2020, 3:57:25 PM] [PeopleXPlus] WebHook: Started server on port '51829'. [4/17/2020, 3:57:25 PM] [Seasons] Initializing Seasons platform... [4/17/2020, 3:57:25 PM] [Seasons] Initializing platform accessory 'Season'... [4/17/2020, 3:57:25 PM] [Hue] Initializing Hue platform... [4/17/2020, 3:57:25 PM] [Hue] homebridge-hue v0.11.62, node v12.16.1, homebridge v0.4.53 [4/17/2020, 3:57:25 PM] [Hue] warning: not using recommended node version v12.16.2 LTS [4/17/2020, 3:57:25 PM] [SamsungTizen] Initializing SamsungTizen platform... [4/17/2020, 3:57:25 PM] Loading 20 accessories... [4/17/2020, 3:57:25 PM] [iMac] Initializing NetworkDevice accessory... [4/17/2020, 3:57:25 PM] [iTunes Server] Initializing NetworkDevice accessory... [4/17/2020, 3:57:25 PM] [PC Alex] Initializing NetworkDevice accessory... [4/17/2020, 3:57:25 PM] [Humax Receiver] Initializing NetworkDevice accessory... [4/17/2020, 3:57:25 PM] [TV SZ] Initializing SamsungTV accessory... [4/17/2020, 3:57:25 PM] [Samsung BluRay] Initializing SamsungTV accessory... [4/17/2020, 3:57:25 PM] [TV WZ] Initializing SamsungTV accessory... [4/17/2020, 3:57:25 PM] [FlipDisk] Initializing Synology accessory... [4/17/2020, 3:57:25 PM] [FlipDisk] Diskstation url: https://10.0.1.104:5001 [4/17/2020, 3:57:25 PM] [FlipDisk] start polling... [4/17/2020, 3:57:25 PM] [Saeco Überwachung] Initializing DelaySwitch accessory... [4/17/2020, 3:57:25 PM] [WZ Licht Überwachung] Initializing DelaySwitch accessory... [4/17/2020, 3:57:25 PM] [WZ Licht Überwachung nachts] Initializing DelaySwitch accessory... [4/17/2020, 3:57:25 PM] [WZ Bewegungsmelder Überwachung] Initializing DelaySwitch accessory... [4/17/2020, 3:57:25 PM] [Entertainment on] Initializing DummySwitch accessory... [4/17/2020, 3:57:25 PM] [Entertainment on] Setting switch to true [4/17/2020, 3:57:25 PM] [Entertainment off] Initializing DummySwitch accessory... [4/17/2020, 3:57:25 PM] [Müll-Notification] Initializing mqttthing accessory... [4/17/2020, 3:57:25 PM] [Post] Initializing mqttthing accessory... [4/17/2020, 3:57:25 PM] [Werbeblocker] Initializing Pihole accessory... [4/17/2020, 3:57:25 PM] [Nono] Initializing XiaomiRoborockVacuum accessory... [4/17/2020, 3:57:25 PM] [ToggleTest] Initializing HTTP-SWITCH accessory... [4/17/2020, 3:57:25 PM] [ToggleTest] Switch successfully configured... [4/17/2020, 3:57:25 PM] [ToggleTest] Switch started with the following options: [4/17/2020, 3:57:25 PM] [ToggleTest] - switchType: toggle-reverse [4/17/2020, 3:57:25 PM] [ToggleTest] - onUrls: [{"method":"POST","body":"","repeat":1,"delayBeforeExecution":0,"auth":{"sendImmediately":true},"headers":{},"strictSSL":false,"requestTimeout":20000,"url":"http://127.0.0.1:51829/?sensor=Philipp&state=true"}] [4/17/2020, 3:57:25 PM] [ToggleTest] - offUrls: [{"method":"POST","body":"","repeat":1,"delayBeforeExecution":0,"auth":{"sendImmediately":true},"headers":{},"strictSSL":false,"requestTimeout":20000,"url":"http://127.0.0.1:51829/?sensor=Philipp&state=false"}] [4/17/2020, 3:57:25 PM] [AlexGeofence] Initializing HTTP-SWITCH accessory... [4/17/2020, 3:57:25 PM] [AlexGeofence] Switch successfully configured... [4/17/2020, 3:57:25 PM] [AlexGeofence] Switch started with the following options: [4/17/2020, 3:57:25 PM] [AlexGeofence] - switchType: toggle [4/17/2020, 3:57:25 PM] [AlexGeofence] - onUrls: [{"method":"POST","body":"","repeat":1,"delayBeforeExecution":0,"auth":{"sendImmediately":true},"headers":{},"strictSSL":false,"requestTimeout":20000,"url":"http://127.0.0.1:51829/?sensor=Alex&state=true"}] [4/17/2020, 3:57:25 PM] [AlexGeofence] - offUrls: [{"method":"POST","body":"","repeat":1,"delayBeforeExecution":0,"auth":{"sendImmediately":true},"headers":{},"strictSSL":false,"requestTimeout":20000,"url":"http://127.0.0.1:51829/?sensor=Alex&state=false"}] Load homebridge-switches.AutomationSwitches [4/17/2020, 3:57:25 PM] [homebridge-switches.AutomationSwitches] AutomationSwitchesPlatform Plugin Loaded - Version 3.2.1 Load homebridge-calendar.Calendar [4/17/2020, 3:57:25 PM] [homebridge-calendar.Calendar] CalendarPlatform Plugin Loaded - version 0.4.0 Load homebridge-telegram.Telegram [4/17/2020, 3:57:25 PM] [homebridge-telegram.Telegram] TelegramPlatform Plugin Loaded [4/17/2020, 3:57:25 PM] [FritzPlatform] [INFO] Auto Device Search is disabled, looking for devices in config.json.. [4/17/2020, 3:57:25 PM] [FritzPlatform] [INFO] Initializing config... [4/17/2020, 3:57:25 PM] [HarmonyHub] DidFinishLaunching [4/17/2020, 3:57:25 PM] [HarmonyHub] (HarmonyHub)INFO - Loading activities... [4/17/2020, 3:57:25 PM] [FritzPlatform] [INFO] Auto config generator disabled. [4/17/2020, 3:57:25 PM] [FritzPlatform] [INFO] Found 2 active devices... [4/17/2020, 3:57:25 PM] [FlipDisk] do poll... [4/17/2020, 3:57:25 PM] [iTunes Server] NetworkDevice "iTunes Server" (iTunes-Server.local) went from status "Offline" to "Online" [4/17/2020, 3:57:25 PM] [iMac] NetworkDevice "iMac" (iMac.local) went from status "Offline" to "Online" [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | Connected to: 10.0.1.82 [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | Model: roborock.vacuum.s6 [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | State: charging [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | FanSpeed: 102 [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | BatteryLevel: 100 [4/17/2020, 3:57:26 PM] Fernseher is running on port 35311. [4/17/2020, 3:57:26 PM] Please add [Fernseher] manually in Home app. Setup Code: 055-25-155 [4/17/2020, 3:57:26 PM] [Nono] INF getRoomMap | roborock.vacuum.s6 | Map is 16,339001007245,17,339001007250,18,339001009022,19,339001007249,20,339001009051,21,339001009021,22,339001007247,23,339001007248,25,339001007242,26,339001007243 [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007245 (16) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007250 (17) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001009022 (18) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007249 (19) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001009051 (20) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001009021 (21) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007247 (22) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007248 (23) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007242 (25) [4/17/2020, 3:57:26 PM] [Nono] INF createRoom | roborock.vacuum.s6 | Room 339001007243 (26) [4/17/2020, 3:57:26 PM] [Nono] INF getSerialNumber | roborock.vacuum.s6 | Serial Number is R0314S93505343 [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | Serialnumber: R0314S93505343 [4/17/2020, 3:57:26 PM] [Nono] INF getFirmware | roborock.vacuum.s6 | Firmwareversion is 3.5.4_1048 [4/17/2020, 3:57:26 PM] [Nono] STA getDevice | Firmwareversion: 3.5.4_1048 [4/17/2020, 3:57:26 PM] [Nono] INF changedCleaning | roborock.vacuum.s6 | Cleaning is OFF. [4/17/2020, 3:57:26 PM] [Nono] MON changedCharging | roborock.vacuum.s6 | ChargingState is now true [4/17/2020, 3:57:26 PM] [Nono] INF changedCharging | roborock.vacuum.s6 | Charging is active [4/17/2020, 3:57:26 PM] [Nono] INF changedCharging | roborock.vacuum.s6 | Robot was docked. [4/17/2020, 3:57:26 PM] [Nono] MON changedSpeed | roborock.vacuum.s6 | FanSpeed is now 102% [4/17/2020, 3:57:26 PM] [Nono] INF changedSpeed | roborock.vacuum.s6 | Speed was changed to 102% (Balanced), for HomeKit 60% [4/17/2020, 3:57:26 PM] [Hue] Phoscon-GW: dresden elektronik deCONZ gateway v2.5.75, api v1.16.0 [4/17/2020, 3:57:27 PM] [Hue] Daylight: set homekit sunrise from undefined to Fri Apr 17 2020 06:19:10 [4/17/2020, 3:57:27 PM] [Hue] Daylight: set homekit sunset from undefined to Fri Apr 17 2020 20:05:03 [4/17/2020, 3:57:27 PM] [Hue] Daylight: set homekit light level from 0.0001 lux to 100000 lux [4/17/2020, 3:57:27 PM] [Hue] Phoscon-GW: 48 accessories [4/17/2020, 3:57:27 PM] [Hue] masked debug info dumped to /var/homebridge/homebridge-hue.json.gz [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Phoscon-GW'... [4/17/2020, 3:57:27 PM] [Hue] Phoscon-GW: 2 services [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Flur Ecke'... [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Schlafzimmer Sideboard rechts'... [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Schlafzimmer Sideboard links'... [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Schlafzimmer Sideboard innen'... [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Wohnzimmer Schrank'... [4/17/2020, 3:57:27 PM] [Hue] Initializing platform accessory 'Schlafzimmer Wand'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Wohnzimmerwand TV'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Wohnzimmer Couch'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Küchenlicht'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Esstisch 1'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Flur Bar oben'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Flur Sideboard LED'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Kaffeemaschine'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Esstisch 2'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Esstisch 4'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Esstisch 3'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Flur Würfel'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Büro Schreibtisch Alex'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Büro Schreibtisch Philipp'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Schlafzimmer Bett Philipp'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Schlafzimmer Bett Alex'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Flur Bar innen'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Balkonlicht'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Repeater Garage'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Daylight'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Büroschalter Alex'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Büroschalter Philipp'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Küchenschalter'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Lichttransition WakeUp'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Motion Sensor'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Motion Sensor Couch'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Motion Sensor WZ'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Motion Sensor WZ'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Fenster Bad'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Fenster Ankleide'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Bettschalter Alex'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Bettschalter Philipp'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Balkontür'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Lichttransition WZ an'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Lichttransition Büro an'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Flur Xiaomi Bewegungsmelder'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Lichttransition WZ aus'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Briefkasten Tür'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Briefkasten Schlitz'... [4/17/2020, 3:57:28 PM] [Hue] Initializing platform accessory 'Temperatur Büro'... Setup Payload: X-HM://0023K7ZC3B6CG Scan this code with your HomeKit app on your iOS device to pair with Homebridge:

Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐
│ XXX_XX_XXX│
└────────────┘

[4/17/2020, 3:57:28 PM] Homebridge is running on port 51826. [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Loading sequences... [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Discovered sequence : AppleTV WZ Power [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Discovered sequence : AppleTV SZ Power [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Discovered sequence : Morgenmagazin [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Discovered sequence : Philips TV Power [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Discovered sequence : Humax Power [4/17/2020, 3:57:28 PM] [HarmonyHub] (HarmonyHub)INFO - Discovered sequence : Samsung Audio Power [4/17/2020, 3:57:29 PM] [FlipDisk] current power state is: true [4/17/2020, 3:57:29 PM] [FlipDisk] poll end, state: true [4/17/2020, 3:57:30 PM] [Calendar] Pushing calendar sensor 'Feiertage' state 0 - value 0 [4/17/2020, 3:57:30 PM] [Calendar] No events to schedule. [4/17/2020, 3:57:31 PM] [Config] Homebridge Config UI X v4.15.1 is listening on :: port 8443 homebridge : TTY=pts/0 ; PWD=/var/homebridge ; USER=root ; COMMAND=/usr/bin/journalctl -o cat -n 500 -f -u homebridge pam_unix(sudo:session): session opened for user root by (uid=0) [4/17/2020, 3:57:33 PM] [Calendar] Pushing calendar sensor 'Urlaub' state 0 - value 0 [4/17/2020, 3:57:33 PM] [Calendar] No events to schedule. [4/17/2020, 3:57:33 PM] [FritzPlatform] [INFO] Configuring accessory from cache: FRITZ!Repeater 3000 [4/17/2020, 3:57:33 PM] [FritzPlatform] [INFO] FRITZ!Repeater 3000: Initializing API [4/17/2020, 3:57:33 PM] [FritzPlatform] [INFO] Configuring accessory from cache: FRITZ!Box 6591 Cable [4/17/2020, 3:57:33 PM] [FritzPlatform] [INFO] FRITZ!Box 6591 Cable: Successfully logged in! [4/17/2020, 3:57:35 PM] [FritzPlatform] [INFO] FRITZ!Repeater 3000: Successfully logged in! homebridge : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/kill -9 20205 homebridge : TTY=pts/1 ; PWD=/var/homebridge ; USER=root ; COMMAND=/usr/bin/journalctl -o cat -n 500 -f -u homebridge`

Supereg commented 4 years ago

v0.5.29 is live with a fix for this issue. Thanks for reporting.