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

Type "fanv1" produces an Error. #306

Closed
gagakrimang opened this issue Apr 23, 2021 · 0 comments
Closed

Type "fanv1" produces an Error. #306

gagakrimang opened this issue Apr 23, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gagakrimang
Copy link

Describe the bug
Using "fan" type is fine but when I changed to "fanv1", it produces an error 'plugin is taking long time to load...'

See Error Log
[4/23/2021, 3:23:38 PM] [Homebridge UI] Homebridge restart request received
[4/23/2021, 3:23:38 PM] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process
[4/23/2021, 3:23:38 PM] [Homebridge UI] Sending SIGTERM to Homebridge
[4/23/2021, 3:23:38 PM] Got SIGTERM, shutting down Homebridge...
[4/23/2021, 3:23:43 PM] [homebridge-broadlink-rm-pro] This plugin generated a warning from the characteristic 'Current Relative Humidity': characteristic value expected valid finite number and received "undefined" (undefined). See https://git.io/JtMGR for more info.
[4/23/2021, 3:23:43 PM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[4/23/2021, 3:23:48 PM] [HB Supervisor] Restarting Homebridge...
[4/23/2021, 3:23:48 PM] [HB Supervisor] Starting Homebridge with extra flags: -I
[4/23/2021, 3:23:48 PM] [HB Supervisor] Started Homebridge v1.3.4 with PID: 38847
Initializing HAP-NodeJS v0.9.4...
[4/23/2021, 3:23:48 PM] Loaded config.json with 0 accessories and 2 platforms.
[4/23/2021, 3:23:48 PM] Loaded 0 cached accessories from cachedAccessories.
[4/23/2021, 3:23:48 PM] ---
[4/23/2021, 3:23:49 PM] Loaded plugin: homebridge-broadlink-rm-pro@4.4.2
[4/23/2021, 3:23:49 PM] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[4/23/2021, 3:23:49 PM] ---
[4/23/2021, 3:23:49 PM] Loaded plugin: homebridge-config-ui-x@4.41.0
[4/23/2021, 3:23:49 PM] Registering platform 'homebridge-config-ui-x.config'
[4/23/2021, 3:23:49 PM] ---
[4/23/2021, 3:23:49 PM] Loading 2 platforms...
[4/23/2021, 3:23:49 PM] [Broadlink RM] Initializing BroadlinkRM platform...
[4/23/2021, 3:23:49 PM] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[4/23/2021, 3:23:49 PM] [Config] Initializing config platform...
[4/23/2021, 3:23:49 PM] [Config] Running in Service Mode
(node:38847) UnhandledPromiseRejectionWarning: ReferenceError: counterClockwise is not defined
at Fanv1Accessory.setupServiceManager (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/fanv1.js:99:19)
at new HomebridgeAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/base/accessory.js:35:10)
at new BroadlinkRMAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/accessory.js:23:5)
at new SwitchAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/switch.js:11:5)
at new FanAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/fan.js:6:1)
at new Fanv1Accessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/fanv1.js:6:1)
at /usr/local/lib/node_modules/homebridge-broadlink-rm-pro/platform.js:76:32
at Array.forEach ()
at BroadlinkRMPlatform.addAccessories (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/platform.js:71:24)
at BroadlinkRMPlatform.accessories (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/base/platform.js:28:16)
(Use node --trace-warnings ... to show where the warning was created)
(node:38847) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:38847) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[INFO] Adding RF Support to device a043b031dcf2 with type 653c
[4/23/2021, 3:23:49 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Pro (653c) at 192.168.1.104 (a0:43:b0:31:dc:f2)
[4/23/2021, 3:23:51 PM] [Broadlink RM]
[4/23/2021, 3:23:51 PM] [Broadlink RM] **************************************************************************************************************
[4/23/2021, 3:23:51 PM] [Broadlink RM] ** Welcome to version 4.4.2 of the Homebridge Broadlink RM Plugin!
[4/23/2021, 3:23:51 PM] [Broadlink RM] **
[4/23/2021, 3:23:51 PM] [Broadlink RM] ** Find out what's in the latest release here: https://github.com/kiwi-cam/homebridge-broadlink-rm/blob/master/CHANGELOG.md
[4/23/2021, 3:23:51 PM] [Broadlink RM] **
[4/23/2021, 3:23:51 PM] [Broadlink RM] ** If you like this plugin then please star it on GitHub or better yet
[4/23/2021, 3:23:51 PM] [Broadlink RM] ** buy me a drink using Paypal https://paypal.me/kiwicamRM.
[4/23/2021, 3:23:51 PM] [Broadlink RM] **
[4/23/2021, 3:23:51 PM] [Broadlink RM] ** You can disable this message by adding "hideWelcomeMessage": true to the config (see config-sample.json).
[4/23/2021, 3:23:51 PM] [Broadlink RM] **
[4/23/2021, 3:23:51 PM] [Broadlink RM] **************************************************************************************************************
[4/23/2021, 3:23:51 PM] [Broadlink RM]
[4/23/2021, 3:24:09 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:24:29 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:24:31 PM] [Homebridge UI] Changes to config.json saved.
[4/23/2021, 3:24:41 PM] [Homebridge UI] Changes to config.json saved.
[4/23/2021, 3:24:49 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:25:09 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:25:29 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:25:49 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:26:09 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:26:30 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:26:50 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:27:10 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:27:30 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:27:50 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:28:10 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:28:30 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:28:50 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:29:10 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:29:30 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:29:50 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:30:10 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:30:30 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:30:50 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:31:10 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:31:30 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:31:50 PM] [Homebridge UI] Changes to config.json saved.
[4/23/2021, 3:31:50 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:31:52 PM] [Homebridge UI] Homebridge restart request received
[4/23/2021, 3:31:52 PM] [Homebridge UI] No restart command defined, killing process...
[4/23/2021, 3:31:52 PM] [HB Supervisor] Stopping services...
[4/23/2021, 3:31:52 PM] Got SIGTERM, shutting down Homebridge...
[4/23/2021, 3:31:57 PM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[4/23/2021, 3:32:00 PM] [HB Supervisor] Homebridge Storage Path: /Users/dzulfazly/.homebridge
[4/23/2021, 3:32:00 PM] [HB Supervisor] Homebridge Config Path: /Users/dzulfazly/.homebridge/config.json
[4/23/2021, 3:32:00 PM] [HB Supervisor] Logging to /Users/dzulfazly/.homebridge/homebridge.log
[4/23/2021, 3:32:00 PM] [HB Supervisor] OS: Darwin 20.3.0 x64
[4/23/2021, 3:32:00 PM] [HB Supervisor] Node.js v14.16.1 /usr/local/bin/node
[4/23/2021, 3:32:00 PM] [HB Supervisor] Homebridge Path: /usr/local/lib/node_modules/homebridge/bin/homebridge
[4/23/2021, 3:32:00 PM] [HB Supervisor] UI Path: /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[4/23/2021, 3:32:02 PM] [Homebridge UI] Homebridge Config UI X v4.41.0 is listening on :: port 8581
[4/23/2021, 3:32:02 PM] [HB Supervisor] Starting Homebridge with extra flags: -I
[4/23/2021, 3:32:02 PM] [HB Supervisor] Started Homebridge v1.3.4 with PID: 39244
Initializing HAP-NodeJS v0.9.4...
[4/23/2021, 3:32:02 PM] Loaded config.json with 0 accessories and 2 platforms.
[4/23/2021, 3:32:02 PM] Loaded 0 cached accessories from cachedAccessories.
[4/23/2021, 3:32:02 PM] ---
[4/23/2021, 3:32:04 PM] Loaded plugin: homebridge-broadlink-rm-pro@4.4.2
[4/23/2021, 3:32:04 PM] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[4/23/2021, 3:32:04 PM] ---
[4/23/2021, 3:32:04 PM] Loaded plugin: homebridge-config-ui-x@4.41.0
[4/23/2021, 3:32:04 PM] Registering platform 'homebridge-config-ui-x.config'
[4/23/2021, 3:32:04 PM] ---
[4/23/2021, 3:32:04 PM] Loading 2 platforms...
[4/23/2021, 3:32:04 PM] [Broadlink RM] Initializing BroadlinkRM platform...
[4/23/2021, 3:32:04 PM] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[4/23/2021, 3:32:04 PM] [Config] Initializing config platform...
[4/23/2021, 3:32:04 PM] [Config] Running in Service Mode
(node:39244) UnhandledPromiseRejectionWarning: ReferenceError: counterClockwise is not defined
at Fanv1Accessory.setupServiceManager (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/fanv1.js:99:19)
at new HomebridgeAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/base/accessory.js:35:10)
at new BroadlinkRMAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/accessory.js:23:5)
at new SwitchAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/switch.js:11:5)
at new FanAccessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/fan.js:6:1)
at new Fanv1Accessory (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/accessories/fanv1.js:6:1)
at /usr/local/lib/node_modules/homebridge-broadlink-rm-pro/platform.js:76:32
at Array.forEach ()
at BroadlinkRMPlatform.addAccessories (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/platform.js:71:24)
at BroadlinkRMPlatform.accessories (/usr/local/lib/node_modules/homebridge-broadlink-rm-pro/base/platform.js:28:16)
(Use node --trace-warnings ... to show where the warning was created)
(node:39244) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:39244) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[INFO] Adding RF Support to device a043b031dcf2 with type 653c
[4/23/2021, 3:32:04 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Pro (653c) at 192.168.1.104 (a0:43:b0:31:dc:f2)
[4/23/2021, 3:32:05 PM] [Broadlink RM]
[4/23/2021, 3:32:05 PM] [Broadlink RM] **************************************************************************************************************
[4/23/2021, 3:32:05 PM] [Broadlink RM] ** Welcome to version 4.4.2 of the Homebridge Broadlink RM Plugin!
[4/23/2021, 3:32:05 PM] [Broadlink RM] **
[4/23/2021, 3:32:05 PM] [Broadlink RM] ** Find out what's in the latest release here: https://github.com/kiwi-cam/homebridge-broadlink-rm/blob/master/CHANGELOG.md
[4/23/2021, 3:32:05 PM] [Broadlink RM] **
[4/23/2021, 3:32:05 PM] [Broadlink RM] ** If you like this plugin then please star it on GitHub or better yet
[4/23/2021, 3:32:05 PM] [Broadlink RM] ** buy me a drink using Paypal https://paypal.me/kiwicamRM.
[4/23/2021, 3:32:05 PM] [Broadlink RM] **
[4/23/2021, 3:32:05 PM] [Broadlink RM] ** You can disable this message by adding "hideWelcomeMessage": true to the config (see config-sample.json).
[4/23/2021, 3:32:05 PM] [Broadlink RM] **
[4/23/2021, 3:32:05 PM] [Broadlink RM] **************************************************************************************************************
[4/23/2021, 3:32:05 PM] [Broadlink RM]
[4/23/2021, 3:32:24 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:32:44 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:33:04 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:33:24 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:33:44 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:34:04 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:34:24 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:34:44 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:35:04 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:35:24 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:35:44 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:36:04 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:36:24 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:36:44 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:37:04 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:37:25 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:37:45 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:38:05 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:38:25 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:38:45 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:39:05 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:39:25 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:39:45 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:40:05 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:40:25 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.
[4/23/2021, 3:40:45 PM] [homebridge-broadlink-rm-pro] This plugin is taking long time to load and preventing Homebridge from starting. See https://git.io/JtMGR for more info.

Expected behavior
As per the documentation, I would like to use the 'fanv1' so that I can choose different fan icons

The Code
{
"name": "Living Room Fan",
"type": "fanv1",
"hideSwingMode": true,
"StepSize": 10,
"host": "XXX.XXX.X.XXX",
"data": {
"on": "b1c0b004e29e06000c1021102121102210211021102110211022102110211011201120220f221021102110220f220f22102110220fcd1c1421112011201120220f220f2210220f220f220f220f22102110121f1120220f220f2210220f220f220f220f230f220fcc1d1520111f12201120220f220f230e230f220f220f220f22102110121f1120220f230e230f220f220f22102110220f220fcd1c151f122011201120220f220f230f220f220f220f220f2210220f121f121f230e230f220f220f2210220e2210220f220fcd1c152011201120121f220f230e2210220f220f220f230f2110220f121f121f2210220f220f220f220f230f220f220f220fcd1c15201120121f121f230e2210220f220f220f230e230f220f220f121f121f230f220f220f2210220f220f220f220f220fcd1c1520121f121f121f2210220f220f2210210f2210220f220f220f121f1220220f220f220f230f220f220f220f22102110cc1d1420121f121f1220220f220f220f230f2110220f220f220f221011201120220f220f22102110220f220f220f22102110cc1d1420121f12201120220f220f22102110220f220f220f2210220f121f1120220f220f230f220f220f220f220f2210220fcd1c151f122011201120220f220f230f220f220f220f220f2210220f1120121f220f230f2110220f220f2210220f220f220fcc1d152011201120121f220f220f230f220f220f220f2210220f2110121f121f220f230f220f220f220f2210220f220f220fcc1d152011201120121f220f230f220f220f220f220f2210220f220f121f121f2210220f220f220f220f230f220f220f220fcd1c152011201120121f230e230f220f220f220f2210220f220f220f121f1220220f220f220f220f2210220f220f220f2210cc1c15201120121f121f230f220f220f220f220f230f220f220f220f121f1220220f220f221021102110220f220f220f2210cc1d151f1120121f1220220f220f220f220f230f220f220f220f221011201120220f220f220f2210220f220f220f2210220fcc1d14201120121f1220220f220f220f230f220f220f220f220f22101120121f220f220f2210220f220f220f220f2210220fcc1d151f121f12201120220f220f2210220f220f220f220f22102110121f121f220f2210220f220f220f220f2210220f220fcc1d152011201120121f220f220f230f220f220f220f220f2210220f121f121f220f230f220f220f220f2210220f220f220fcd1c152011201120121f220f2210220f220f220f220f2210220f220f121f121f230f220f220f220f22102110220f220f220fcd1c15201120121f121f220f230f220f220f220f22102110220f220f121f121f230f220f220f220f230f220f220f220f220fcd1c1520121f121f121f230f220f220f220f220f230f220f220f220f12201120220f220f220f2210220f220f220f2210220fcc1d151f121f121f1220220f220f220f220f230f220f220f220f221011201120220f220f220f230f220f220f220f2210220fcc1d151f121f12201120220f220f230e2210220f220f220f220f22101120121f220f220f2210220f220f220f2210220f220fcc1d151f122011201120220f220f2210220f220f220f220f2210220f121f121f230e230f220f220f220f230e230f220f220fcd000000000000",
"off": "b1c0b004c49e0600102011201121102110211022102110240d2110cb1e1420112011211120220f220f220f22102110220f220f220f22102110220f220f22102110220f220f2210210f2210220fcc1d1421112011201120220f220f230e230f220f220f2210220f220f220f220f22102110220f220f220f220f2210220f220fcc1d15201120121f1120220f230e230f220f220f2210210f230f220f220f220f22102110220f220f220f22102110220f220fcd1c152011201120121f220f2210220f220f220f220f2210220f220f220f220f230f220f220f221021102110220f220f220fcd1c15201120121f121f220f230f220f220f2210220f220f220f220f2210220f220f220f220f2210220f220f220f22102110cc1d14201120121f121f230f220f220f220f230f220f220f220f2210220f220f220f220f221021102110220f22102110220fcc1d151f121f121f1220220f220f220f2210220f220f220f221021102110220f220f22102110220f220f220f2210220f2110cc1d151f122011201120220f220f2210220f220f220f22102110220f220f220f22102110220f220f220f2210220f220f220fcc1d1520112011201120220f2210220f220f220f220f2210220f220f220f22102110220f220f220f2210220f220f220f220fcd1c1520121f121f121f230f220f220f220f22102110220f220f220f22102110220f220f220f2210220f220f220f220f2210cc1c161f121f121f1220220f220f220f220f2210220f220f220f22102110220f220f220f2210220f220f220f220f22102110cc1d151f1120121f1220220f220f220f2210220f220f230e230e2210220f220f220f22102110220f220f220f2210220f220fcd1c151f12201120121f220f220f2210220f220f220f22102110220f220f22102110220f220f2210210f2210220f220f220fcd1c15201120121f121f230e230f220f220f2210220f220f220f220f22102110220f220f22102110220f220f220f22102110cc1d14201120121f121f2210220f220f220f230f220f220f220f2210220f220f220f220f2210220f220f220f220f2210220fcc1d151f12201120121f220f220f220f230f220f220f220f2210220f220f240d220f2210220f220f220f220f2210220f220fcc1d152011201120121f220f220f230f220f220f220f2210220f220f220f22102110220f220f220f2210220f220f220f220fcd1c15201120121f121f2210220f220f220f220f230f220f220f220f230f220f260b220f220f22102110220f220f220f2210cc1d1420121f121f1220220f220f220f230e230f220f220f220f22102110220f220f22102110220f220f220f22102110220fcc1d1520111f12201120220f220f230e230f220f220f2210220f220f220f220f2210220f220f220f220f2210220f220f220fcd1c152011201120121f220f230f220f220f220f2210220f220f220f220f2210220f220f220f220f22102110220f220f220fcd1c15201120121f121f230f220f220f220f2210220f220f220f220f221021102110220f220f2210220f220f220f220f2210cc1c15201120121f1220220f220f220f220f2210220f220f220f220f2210220f220f220f22102110220f220f220f22102110cc1d151f1120121f1220220f220f220f2210220f220f220f220f22000000000000",
"fanSpeed10": "b1c02c03ce9e06000520102210cb1e142011211020112022102110220f220f22102110220f220f220f221021101120220f220f22102110220f220f220f2210cc1d14201120121f121f230f220f220f220f2210220f220f220f22102110220f121f220f22102110220f220f220f22102110cc1d1420121f121f1220220f220f220f2210220f220f220f220f2210220f220f121f220f2210220f220f220f220f2210220fcc1d151f121f12201120220f220f230e230f220f220f220f2210220f220f220f121f2210220f220f220f220f2210220f220fcc1d151f12201120121f220f230e2210220f220f220f220f230f220f220f2210111f230f220f220f220f230f2110220f220fcd1c152011201120121f220f2210220f220f220f220f2210220f220f220f220f1220220f220f220f220f2210220f220f220fcd1c152011201120121f220f230f220f220f220f2210220f220f220f220f22101120220f220f220f230f220f220f220f220fcd1c1520121f121f121f230f220f220f220f2210220f220f220f220f230f21101120220f220f2210220f220f220f220f2210cc1d151f121f121f121f230f220f220f220f230f220f220f2210210f230f220f121f220f220f230f220f220f220f230f2110cc1d151f121f121f1220220f220f220f2210220f220f220f220f2210220f220f121f220f2210220f220f220f22102110220fcc1d1520111f12201120220f220f230e2210220f220f22102110220f220f220f121f2210220f220f220f2210220f220f220fcc1d151f122011201120220f2210220f220f220f220f2210220f220f220f220f121f230f220f220f22102110220f220f220fcd1c152011201120121f220f230f220f220f220f220f230f2110220f220f22101120220f220f220f22102110220f220f220fcd1c15201120121f121f220f230f220f220f2210210f2210220f220f221021101120220f220f230f21102110220f220f2210cc1c15201120121f121f230f220f220f220f22102110220f220f2210220f220f1120220f220f230f220f220f220f2210220fcc1d1420121f121f1220220f220f220f230f220f220f220f22102110220f220f121f230f2110220f220f220f2210220f220f0005dc00000000000000000000",
"fanSpeed20": "0f220f2210cc1c15201120121f121f230f220f220f220f2210220f220f220f220f221011201120220f220f230f220f220f220f22102110cc1c161f121f121f1220220f220f220f220f2210220f220f220f22102110121f121f220f2210220f220f220f220f2210220fcc1d151f112012201120220f220f220f2210220f220f220f220f2210220f121f1120220f2210220f220f220f2210220f220fcc1d151f122011201120220f220f22102110220f220f220f2210220f220f121f121f220f2210220f220f2210220f220f220fcc1d152011201120121f220f220f230f220f220f220f22102110220f220f121f121f2210220f220f220f22102110220f220fcd1c152011201120121f220f230f220f220f220f220f22102110220f220f12201120220f220f220f2210220f220f220f220fcd1c152011201120121f220f230f220f220f220f22102110220f220f220f12201120220f220f220f2210220f220f220f220fcd1c15201120121f121f230f220f220f220f220f22102110220f220f221011201120220f220f2210220f220f220f220f220fcd1c15201120121f121f230f220f220f220f22102110220f220f220f221011201120220f220f2210220f220f220f220f2210cc1c1520121f121f1220220f220f220f220f2210220f220f220f2210211011201120220f220f230f220f220f220f2210220fcc1d1420121f121f1220220f220f220f22102110220f220f220f22102110121f121f220f220f230f220f220f220f2210220fcc1d151f121f12201120220f220f220f230f220f220f220f22102110220f121f121f2210220f220f220f220f2210220f220fcd1c151f12201120121f220f220f2210220f220f220f22102110220f220f121f121f230f220f220f220f2210220f220f220fcc1d15201120121f121f220f230f2110220f220f2210220f220f220f220f12201120220f220f220f220f230f220f220f220fcd1c15201120121f121f2210220f220f220f230e2210220f220f2210220f11201120220f221021102110220f220f220f2210cc1d1420112012201120220f220f220f22102110220f220f220f221021101120121f220f230f220f220f220f2210220f220fcc1d151f122011201120220f220f2210220f220f220f220f22102110220f121f121f230f2110220f220f2210210f2210220fcc1d1520112011201120220f22102110220f220f220f220f2210220f220f121f121f2210220f220f220f230f220f220f220f0005dc000000000000",
"fanSpeed40": "b1c0c8020a9f06000f21102110cb1e15201021112011202110220f220f2210211021102210210f22101120220f220f220f2210220f220f220f221021102110cc1d1420122011201120220f220f220f2210220f220f220f220f22101120220f220f22102110220f220f220f221021102110cc1d152011201120121f220f220f22102110220f220f220f22102110121f220f220f2210220f220f220f22102110220f220fcc1d152011201120121f220f220f230f220f220f220f2210220f220f121f220f2210220f220f220f22102110220f220f220fcc1d1520112011201120230e230f220f220f220f22102110220f220f121f22102110220f220f220f2210220f220f220f220fcd1c15201120121f121f230f220f220f220f22102110220f220f220f12202110220f220f220f2210220f220f220f220f2210cc1c1520121f121f1220220f220f220f220f230f220f220f220f22101120220f220f220f22102110220f220f220f22102110cc1d1420121f12201120220f220f220f22102110220f220f220f22101120220f220f22102110220f220f220f220f2210220fcc1d151f122011201120220f220f2210220f220f220f220f22102110121f220f220f2210220f220f220f2210220f220f220fcc1d151f12201120121f220f220f230f220f220f220f220f2210220f121f220f22102110220f220f220f22102110220f220fcd1c152011201120121f220f220f230f220f220f230e2210220f220f121f220f22102110220f220f220f2210220f220f220fcd1c152011201120121f220f2210220f220f220f22102110220f220f121f22102110220f220f220f22102110220f220f220fcd1c1520121f121f121f220f2210220f220f220f22102110220f220f121f2210220f220f220f220f2210220f220f220f220fcd1c15201120121f121f2210220f220f220f220f2210220f220f220f121f2210220f220f220f22102110220f220f220f22100005dc0000000000000000000000000000",
"fanSpeed60": "b1c0ee03ce9e06001e132111201120121f220f230f220f220f220f22102110220f220f121f22101120220f220f220f2210220f220f220f220fcd1d14201120121f121f230f220f220f220f230f220f220f220f22101120220f121f220f2210220f220f220f2210220f220fcc1d1520112011201120220f230e230f220f220f220f22102110220f1120220f121f230f220f220f220f22102110220f220fcc1d15201120121f121f220f230f220f220f220f220f2210220f220f121f22101120220f220f220f2210220f220f220f220fcd1c15201120121f121f230f220f220f220f2210220f220f220f220f12202110121f220f220f2210220f220f220f230f220fcc1d151f121f121f1220220f220f220f220f230f220f220f220f22101120220f121f220f2210220f220f221021102110220fcc1d1520112011201120220f220f230f220f220f220f2210220f220f121f220f121f230f2110220f220f220f230f220f220fcd1c152011201120121f220f230f220f220f220f2210220f2110220f121f22101120220f220f220f230f220f220f220f2210cc1c15201120121f1220220e230f220f22102110220f220f220f220f1220220f121f220f2210220f220f220f220f2210220fcc1d151f121f12201120220f220f220f230f220f220f220f2210220f121f220f121f2210220f220f220f220f2210220f220fcc1d152011201120121f220f220f230f220f220f220f2210220f220f121f220f1220220f220f220f220f2210220f220f2210cc1c152011201120121f220f2210220f220f220f220f230f220f220f121f230f1120220f220f2210220f220f220f220f230ecd1c15201120121f12202110220f220f230f2110220f220f220f22101120220f121f220f230f220f220f220f22102110220fcc1d151f122011201120220f220f2210220f220f220f220f2210220f121f220f121f230f220f220f220f2210220f220f220fcc1d1520112011201120220f2210220f22161b0f230e230f220f220f121f22101120220f220f220f2210220f220f220f220fcd1c15201120121f121f2210220f220f220f220f2210220f220f220f121f2210121f220f220f22102110220f220f220f2210cc1c15201120131e121f230f220f220f220f230f220f240d220f220f1220220f121f220f220f230f220f220f220f22102110cc1d151f121f12201120220f220f220f2210220f220f220f220f22101120220f121f230e230f220f220f220f2210220f220fcc1d151f122011201120220f220f2210220f220f220f220f22102110121f220f121f230f220f220f220f230f2110220f220fcc1d152011201120121f220f230f220f220f220f220f2210220f220f121f220f1220220f220f220f230f2110220f220f22100005dc0000000000000000",
"fanSpeed80": "b1c04004ce9e06003222102110211021101120220f221021102110220f220f220f2210220f220fcc1d1421112011201120220f220f22102110220f220f220f221021101120220f220f2210220f220f220f221021102110220fcd1c152011201120121f220f220f2210220f240d220f22102110220f121f220f230f220f220f220f22102110220f220f220fcd1c152011201120121f220f2210220f220f220f2210220f220f220f121f22102110220f220f220f2210220f220f220f220fcd1c15201120121f121f2210220f220f220f220f22102110220f220f121f2210220f220f220f2210220f220f220f220f2210cc1c15201120121f121f230f220f220f220f220f2210220f220f220f12202110220f220f220f22102110220f220f220f2210cc1c161f121f121f12202110220f220f220f230f220f220f220f220f1220220f220f220f22102110220f220f220f22102110cc1d1420121f121f1220220f220f220f22102110220f220f220f22101120220f220f220f2210220f220f220f220f230f220fcc1d151f121f12201120220f220f220f2210220f220f220f221021101120220f220f22102110220f220f220f22102110220fcc1d1520112011201120220f220f22102110220f220f220f22102110121f220f220f230f220f220f221021102110220f220fcd1c152011201120121f220f230f2110220f220f221021102110220f121f2210220f220f220f221021102110220f220f2210cc1c15201120121f121f220f230f220f220f2210220f220f220f220f12202110220f220f220f2210220f220f220f22102110cc1d14201120121f1220220f220f220f230f2110220f220f220f22101120220f220f220f2210220f220f220f2210220f220fcc1d151f12201120121f220f220f2210220f220f220f220f2210220f1120220f220f2210220f220f220f220f2210220f220fcc1d152011201120121f220f220f2210220f220f220f220f2210220f121f220f220f230f220f220f220f22102110220f220fcc1d1520112011201120220f220f2210220f220f220f2210220f220f121f220f2210220f220f220f22102110220f220f220fcd1c15201120121f121f220f230f220f220f220f22102110220f220f121f2210220f220f220f220f2210220f220f220f2210cc1c15201120121f121f230f220f220f220f2210220f220f220f220f1220220f220f220f220f2210220f220f220f220f230fcc1c1520121f121f1220220f220f220f2210220f220f220f220f22101120220f220f220f2210220f220f220f220f22102110cc1d1520111f12201120220f220f220f2210220f220f220f22102110121f220f220f22102110220f220f220f2210220f220fcc1d151f12201120121f220f220f2210220f220f220f220f22102110121f220f220f2210220f220f220f230f21102110220fcd1c152011201120121f220f2210220f220f220f220f22102110220f121f220f2210220f220f220f22102110220f220f22100005dc000000000000",
"fanSpeed100": "b1c0ee03d89e06001e13211120121f11222010260b220f220f220f22102110220f220f121f1220220f220f220f220f2210220f220f220f2210cb1e14201120121f121f230f220f220f220f22102110220f220f221011201120220f220f22102110220f220f220f22102110cc1d1420121f121f1220220f220f220f220f2210220f220f220f22101120121f220f230e22102110220f220f220f2210220fcc1d151f122110201120220f220f220f2210220f220f220f2210211011201120220f220f230f220f220f220f2210220f220fcc1d1520112011201120220f220f2210220f220f220f220f2210220f1120121f220f2210220f220f220f221021102110220fcc1d152011201120121f220f2210220f220f220f220f2210220f220f121f121f230f220f220f220f220f22102110220f220fcd1c15201120121f121f220f230f220f220f220f2210220f220f220f121f1220220f220f220f22102110220f220f220f2210cc1d14201120121f121f230f220f220f2210220f220f220f220f220f12201120220f220f220f2210220f220f220f2210220fcc1d151f122011201120220f220f230e230f220f220f220f2210220f11201120220f2210220f220f220f220f2210220f220fcc1d151f121f1220121f220f220f230e2210220f220f22102110220f1120121f220f2210220f220f220f221021102110220fcc1d152011201120121f220f230f220f2110220f220f22102110220f121f121f230e230f220f220f2210220f2110220f220fcd1c152011201120121f220f230e230f220f220f22102110220f220f121f1220220f220f220f2210220f220f220f220f2210cc1c15201120121f1220220f220f220f220f2210220f220f220f221011201120240d220f2210220f220f220f220f2210220fcc1d151f121f12201120220f220f220f2210220f220f220f221021101120121f220f2210220f220f220f220f2210220f220fcd1c152011201120121f220f220f230f220f220f220f2210220f220f121f121f2210220f220f220f22102110220f220f220fcd1c152011201120121f230e230f220f220f220f22102110220f220f121f121f230f220f230e220f2210220f220f220f220fcd1d14201120121f121f2210220f220f220f220f2210220f220f220f12201120220f220f2210220f2110220f220f220f230fcc1d1420121f121f121f230f220f220f22102110220f220f230e221011201120220f220f2210220f220f220f22102110220fcc1d1520112011201120220f220f2210220f220f220f220f2210220f1120121f220f2210220f220f220f221021102110220fcc1d1520112011201120220f230e230f220f220f220f22102110220f121f121f2210220f220f220f22102110220f220f220f0005dc0000000000000000"
}
},

Desktop (please complete the following information):

  • OS: [macOS 11.2.3]
  • Browser [Safari]
  • Version [14.0.3]
@gagakrimang gagakrimang added the bug Something isn't working label Apr 23, 2021
@kiwi-cam kiwi-cam added this to the In BETA milestone Apr 30, 2021
@kiwi-cam kiwi-cam self-assigned this Apr 30, 2021
@kiwi-cam kiwi-cam mentioned this issue May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants