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

[Connexoon] Execution queue is full, too many attempts were made (5), giving up #64

Closed
PtiCanard opened this issue Oct 24, 2022 · 11 comments

Comments

@PtiCanard
Copy link

Hello,

I have created a scene in Apple home with 19 devices but I receive this: [Connexoon] Execution queue is full, too many attempts were made (5), giving up

Can something be done for this ?

Capture d’écran 2022-10-24 à 12 11 30

@yenoiwesa
Copy link
Owner

Hi @PtiCanard,

There is a limit to the number of parallel commands the Somfy backend will accept. When that limit is reached, the Somfy API will reject new command requests. The plugin has a mechanism to retry the requests up to 5 times with 8 seconds delay between requests.

The fact that you have reached this maximum number of attempts is a bit weird. Do you have 19 Connexoon devices and have a scene that sends a command to all 19 of them?
I count 25 errors from your screenshot which would mean 25 accessories being sent a command.

Do you have the logs before this error?

Will wait for more details from you.

@PtiCanard
Copy link
Author

PtiCanard commented Oct 27, 2022

Hello,

I have a scene in the home app of apple with 16 devices (closing external shutters).
Capture d’écran 2022-10-27 à 09 13 51

And the only thing I find in the log is this:

[10/27/2022, 7:52:54 AM] [Homebridge UI] Homebridge restart request received
[10/27/2022, 7:52:54 AM] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process
[10/27/2022, 7:52:54 AM] [Homebridge UI] Sending SIGTERM to Homebridge
[10/27/2022, 7:52:54 AM] Got SIGTERM, shutting down Homebridge...
[10/27/2022, 7:52:59 AM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[10/27/2022, 7:53:04 AM] [HB Supervisor] Restarting Homebridge...
[10/27/2022, 7:53:05 AM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /volume1/homebridge/node_modules --strict-plugin-resolution
[10/27/2022, 7:53:05 AM] [HB Supervisor] Started Homebridge v1.5.1 with PID: 7023
[10/27/2022, 7:53:07 AM] Loaded config.json with 0 accessories and 2 platforms.
[10/27/2022, 7:53:07 AM] Loaded 17 cached accessories from cachedAccessories.
[10/27/2022, 7:53:07 AM] ---
[10/27/2022, 7:53:09 AM] Loaded plugin: homebridge-connexoon@2.2.1
[10/27/2022, 7:53:09 AM] Registering platform 'homebridge-connexoon.Connexoon'
[10/27/2022, 7:53:09 AM] ---
[10/27/2022, 7:53:09 AM] Loading 2 platforms...
[10/27/2022, 7:53:09 AM] [Connexoon] Initializing Connexoon platform...
[10/27/2022, 7:53:09 AM] [Connexoon] Connexoon Init
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory parents garage
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory jumelles pignon
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory salon gauche
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory coin gauche
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory jeu droite
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory cuisine droite
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory Lhéa jardin
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory jumelles rue
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory Rangement
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory parents rue
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory jeu gauche
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory coin droit
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory dressing
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory double
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory salon droite
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory cuisine gauche
[10/27/2022, 7:53:09 AM] [Connexoon] Restoring cached accessory Lhéa pignon
Setup Payload:
X-HM://0024KKSETVX5I
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
        
    └────────────┘     
                       
[10/27/2022, 7:53:09 AM] Homebridge v1.5.1 (HAP v0.10.4) (Homebridge 2BEB) is running on port 51466.
[10/27/2022, 7:53:10 AM] [Connexoon] Starting polling for Connexoon accessory state every 10 minute(s)
[10/27/2022, 9:09:25 AM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/27/2022, 9:09:25 AM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/27/2022, 9:09:25 AM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/27/2022, 9:09:25 AM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/27/2022, 9:09:25 AM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up

@yenoiwesa
Copy link
Owner

Hey @PtiCanard,

Unfortunately that's not giving me extra information I can use. Would you be able to restart your Homebridge server in debug mode and share the extra logging that happens before the first [Connexoon] Execution queue is full, too many attempts were made (5), giving up error please?

Thanks.

@PtiCanard
Copy link
Author

PtiCanard commented Oct 30, 2022

Here is the log file with the debug mode, but I do not see more info :’(

[10/29/2022, 5:34:18 PM] [HB Supervisor] Restarting Homebridge...
[10/29/2022, 5:34:18 PM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /volume1/homebridge/node_modules --strict-plugin-resolution
[10/29/2022, 5:34:18 PM] [HB Supervisor] Started Homebridge v1.5.1 with PID: 15555
[10/29/2022, 5:34:19 PM] Loaded config.json with 0 accessories and 2 platforms.
[10/29/2022, 5:34:19 PM] Loaded 17 cached accessories from cachedAccessories.
[10/29/2022, 5:34:19 PM] ---
[10/29/2022, 5:34:20 PM] Loaded plugin: homebridge-connexoon@2.2.1
[10/29/2022, 5:34:20 PM] Registering platform 'homebridge-connexoon.Connexoon'
[10/29/2022, 5:34:20 PM] ---
[10/29/2022, 5:34:20 PM] Loading 2 platforms...
[10/29/2022, 5:34:20 PM] [Connexoon] Initializing Connexoon platform...
[10/29/2022, 5:34:20 PM] [Connexoon] Connexoon Init
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory parents garage
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory jumelles pignon
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory salon gauche
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory coin gauche
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory jeu droite
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory cuisine droite
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory Lhéa jardin
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory jumelles rue
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory Rangement
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory parents rue
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory jeu gauche
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory coin droit
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory dressing
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory double
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory salon droite
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory cuisine gauche
[10/29/2022, 5:34:20 PM] [Connexoon] Restoring cached accessory Lhéa pignon
Setup Payload:
X-HM://0024KKSETVX5I
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 665-88-885 │     
    └────────────┘     
                       
[10/29/2022, 5:34:20 PM] Homebridge v1.5.1 (HAP v0.10.4) (Homebridge 2BEB) is running on port 51466.
[10/29/2022, 5:34:54 PM] [Connexoon] Failed to get device list {
  errorCode: 'AUTHENTICATION_UNAVAILABLE',
  error: 'invalid remote server response'
}
[10/29/2022, 5:34:54 PM] [Connexoon] Could not initialise platform, will retry in 5 min
[10/29/2022, 5:39:55 PM] [Connexoon] Starting polling for Connexoon accessory state every 10 minute(s)
[10/30/2022, 1:10:10 AM] [Homebridge UI] Running job to cleanup config.json backup files older than 60 days...
[10/30/2022, 3:15:40 AM] [Homebridge UI] Running scheduled instance backup...
[10/30/2022, 3:15:40 AM] [Homebridge UI] Creating temporary backup archive at /tmp/homebridge-backup-GsS8rD/homebridge-backup-0E8A50CD2BEB.tar.gz
[10/30/2022, 5:41:05 PM] [Homebridge UI] Homebridge restart request received
[10/30/2022, 5:41:06 PM] [Homebridge UI] Sending SIGTERM to process...
[10/30/2022, 5:41:06 PM] [HB Supervisor] Stopping services...
[10/30/2022, 5:41:06 PM] Got SIGTERM, shutting down Homebridge...
[10/30/2022, 5:41:11 PM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[10/30/2022, 5:41:19 PM] [HB Supervisor] OS: Linux 4.4.180+ arm64
[10/30/2022, 5:41:19 PM] [HB Supervisor] Node.js v16.16.0 /volume1/@appstore/homebridge/app/bin/node
[10/30/2022, 5:41:19 PM] [HB Supervisor] Homebridge Path: /volume1/homebridge/node_modules/homebridge/bin/homebridge
[10/30/2022, 5:41:19 PM] [HB Supervisor] UI Path: /var/packages/homebridge/target/app/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[10/30/2022, 5:41:30 PM] [Homebridge UI] Homebridge Config UI X v4.50.1 is listening on :: port 8581
[10/30/2022, 5:41:31 PM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /volume1/homebridge/node_modules -D --strict-plugin-resolution
[10/30/2022, 5:41:31 PM] [HB Supervisor] Started Homebridge v1.5.1 with PID: 3850
[10/30/2022, 5:41:33 PM] Loaded config.json with 0 accessories and 2 platforms.
[10/30/2022, 5:41:33 PM] Loaded 17 cached accessories from cachedAccessories.
[10/30/2022, 5:41:33 PM] ---
[10/30/2022, 5:41:34 PM] Loaded plugin: homebridge-connexoon@2.2.1
[10/30/2022, 5:41:34 PM] Registering platform 'homebridge-connexoon.Connexoon'
[10/30/2022, 5:41:34 PM] ---
[10/30/2022, 5:41:34 PM] Loading 2 platforms...
[10/30/2022, 5:41:34 PM] [Connexoon] Initializing Connexoon platform...
[10/30/2022, 5:41:34 PM] [Connexoon] Connexoon Init
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory parents garage
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory parents garage
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory jumelles pignon
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory jumelles pignon
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory salon gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory salon gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory coin gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory coin gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory jeu droite
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory jeu droite
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory cuisine droite
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory cuisine droite
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory Lhéa jardin
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory Lhéa jardin
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory jumelles rue
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory jumelles rue
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory Rangement
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory Rangement
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory parents rue
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory parents rue
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory jeu gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory jeu gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory coin droit
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory coin droit
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory dressing
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory dressing
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory double
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory double
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory salon droite
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory salon droite
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory cuisine gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory cuisine gauche
[10/30/2022, 5:41:34 PM] [Connexoon] Restoring cached accessory Lhéa pignon
[10/30/2022, 5:41:34 PM] [Connexoon] Found Accessory Lhéa pignon
[10/30/2022, 5:41:34 PM] [Connexoon] Connecting to Somfy OAuth server...
[10/30/2022, 5:41:34 PM] Publishing bridge accessory (name: Homebridge 2BEB, publishInfo: {
  username: '0E:8A:50:CD:2B:EB',
  port: 51466,
  pincode: '***-**-***',
  category: 2,
  bind: undefined,
  mdns: undefined,
  addIdentifyingMaterial: true,
  advertiser: 'avahi'
}).
Setup Payload:
X-HM://0024KKSETVX5I
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 665-88-885 │     
    └────────────┘     
                       
[10/30/2022, 5:41:34 PM] Homebridge v1.5.1 (HAP v0.10.4) (Homebridge 2BEB) is running on port 51466.
[10/30/2022, 5:41:35 PM] [Connexoon] Logged in successfully via Somfy OAuth
[10/30/2022, 5:41:35 PM] [Connexoon] Ignored device of type Pod
[10/30/2022, 5:41:35 PM] [Connexoon] Ignored device of type ProtocolGateway
[10/30/2022, 5:41:35 PM] [Connexoon] Ignored device of type ProtocolGateway
[10/30/2022, 5:41:35 PM] [Connexoon] Ignored device of type ProtocolGateway
[10/30/2022, 5:41:35 PM] [Connexoon] Ignored device of type ProtocolGateway
[10/30/2022, 5:41:35 PM] [Connexoon] Found 17 devices
[10/30/2022, 5:41:35 PM] [Connexoon] Starting polling for Connexoon accessory state every 10 minute(s)
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents garage current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents garage target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles pignon current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles pignon target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon gauche current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon gauche target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin gauche current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin gauche target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu droite current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu droite target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine droite current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine droite target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa jardin current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa jardin target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles rue current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles rue target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get Rangement current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get Rangement target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents rue current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents rue target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu gauche current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu gauche target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin droit current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin droit target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get dressing current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get dressing target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get double current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get double target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon droite current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon droite target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine gauche current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine gauche target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa pignon current position
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa pignon target position
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents garage current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents garage target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles pignon current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles pignon target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon gauche current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon gauche target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin gauche current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin gauche target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu droite current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu droite target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine droite current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine droite target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa jardin current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa jardin target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles rue current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jumelles rue target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get Rangement current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get Rangement target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents rue current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get parents rue target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu gauche current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get jeu gauche target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin droit current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get coin droit target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get dressing current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get dressing target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get double current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get double target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon droite current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get salon droite target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine gauche current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get cuisine gauche target position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] Get Lhéa pignon current position success: 0
[10/30/2022, 5:41:35 PM] [Connexoon] �[90mGet Lhéa pignon target position success: 0
[10/30/2022, 5:51:35 PM] [Connexoon] Polling for Connexoon accessory state
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa jardin target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa jardin current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine gauche target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine gauche current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get double target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get double current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon droite target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon droite current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa pignon target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa pignon current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents garage current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents garage target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles rue target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles rue current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin droit current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin droit target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin gauche target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin gauche current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get dressing target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get dressing current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu gauche current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu gauche target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine droite current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine droite target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents rue current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents rue target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon gauche target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon gauche current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get Rangement target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get Rangement current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu droite current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu droite target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles pignon current position
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles pignon target position
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa jardin target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa jardin current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine gauche target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine gauche current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get double current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon droite target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon droite current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa pignon target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get Lhéa pignon current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents garage current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents garage target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles rue target position success: 0
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles rue current position success: 0
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin droit current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin droit target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin gauche target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get coin gauche current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get dressing target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get dressing current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu gauche current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu gauche target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine droite current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get cuisine droite target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents rue current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get parents rue target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon gauche target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get salon gauche current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get Rangement target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get Rangement current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu droite current position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get jeu droite target position success: 100
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles pignon current position success: 0
[10/30/2022, 5:51:57 PM] [Connexoon] Get jumelles pignon target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set salon gauche target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jumelles rue target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set salon droite target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set parents rue target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set coin droit target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set Lhéa jardin target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jeu gauche target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set Rangement target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jeu droite target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set coin gauche target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set cuisine gauche target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set dressing target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set parents garage target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jumelles pignon target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set cuisine droite target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set Lhéa pignon target position with value: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set salon gauche target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jumelles rue target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set salon droite target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set parents rue target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set coin droit target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set Lhéa jardin target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jeu gauche target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set Rangement target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jeu droite target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set coin gauche target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set cuisine gauche target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set dressing target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set parents garage target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set jumelles pignon target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set cuisine droite target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Set Lhéa pignon target position success: 0
[10/30/2022, 5:52:40 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:40 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:40 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:40 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:40 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:40 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:53 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:53 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:53 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:53 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:54 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:52:54 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:03 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:03 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:03 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:04 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:06 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:09 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:53:13 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa jardin current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa jardin target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine gauche current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine gauche target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get double current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get double target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon droite target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon droite current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa pignon current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa pignon target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents garage current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents garage target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles rue current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles rue target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin droit current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin droit target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin gauche target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin gauche current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get dressing current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get dressing target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu gauche target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu gauche current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine droite target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine droite current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents rue target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents rue current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon gauche current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon gauche target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get Rangement target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get Rangement current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu droite current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu droite target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles pignon current position
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles pignon target position
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa jardin current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa jardin target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine gauche current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine gauche target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get double current position success: 100
[10/30/2022, 5:55:52 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon droite target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon droite current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa pignon current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get Lhéa pignon target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents garage current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents garage target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles rue current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles rue target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin droit current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin droit target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin gauche target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get coin gauche current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get dressing current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get dressing target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu gauche target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu gauche current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine droite target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get cuisine droite current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents rue target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get parents rue current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon gauche current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get salon gauche target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get Rangement target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get Rangement current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu droite current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jeu droite target position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles pignon current position success: 0
[10/30/2022, 5:55:52 PM] [Connexoon] Get jumelles pignon target position success: 0
[10/30/2022, 5:56:20 PM] [Connexoon] Get double current position
[10/30/2022, 5:56:20 PM] [Connexoon] Get double target position
[10/30/2022, 5:56:20 PM] [Connexoon] Get double current position success: 100
[10/30/2022, 5:56:20 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:56:20 PM] [Connexoon] Get double current position
[10/30/2022, 5:56:20 PM] [Connexoon] Get double target position
[10/30/2022, 5:56:20 PM] [Connexoon] Get double current position success: 100
[10/30/2022, 5:56:20 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa jardin target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa jardin current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine gauche target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine gauche current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get double target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get double current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon droite current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon droite target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa pignon target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa pignon current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents garage target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents garage current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles rue target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles rue current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin droit target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin droit current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin gauche target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin gauche current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get dressing current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get dressing target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu gauche current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu gauche target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine droite target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine droite current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents rue target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents rue current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon gauche target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon gauche current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get Rangement target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get Rangement current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu droite target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu droite current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles pignon current position
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles pignon target position
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa jardin target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa jardin current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine gauche target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine gauche current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:56:27 PM] [Connexoon] Get double current position success: 100
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon droite current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon droite target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa pignon target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get Lhéa pignon current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents garage target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents garage current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles rue target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles rue current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin droit target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin droit current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin gauche target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get coin gauche current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get dressing current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get dressing target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu gauche current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu gauche target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine droite target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get cuisine droite current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents rue target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get parents rue current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon gauche target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get salon gauche current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get Rangement target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get Rangement current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu droite target position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jeu droite current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles pignon current position success: 0
[10/30/2022, 5:56:27 PM] [Connexoon] Get jumelles pignon target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa jardin target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa jardin current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine gauche target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine gauche current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get double current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get double target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon droite target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon droite current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa pignon current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa pignon target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents garage current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents garage target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles rue current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles rue target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin droit current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin droit target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin gauche target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin gauche current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get dressing current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get dressing target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu gauche current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu gauche target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine droite current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine droite target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents rue current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents rue target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon gauche current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon gauche target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get Rangement target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get Rangement current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu droite current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu droite target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles pignon current position
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles pignon target position
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa jardin target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa jardin current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine gauche target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine gauche current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get double current position success: 100
[10/30/2022, 5:56:34 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon droite target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon droite current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa pignon current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get Lhéa pignon target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents garage current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents garage target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles rue current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles rue target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin droit current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin droit target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin gauche target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get coin gauche current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get dressing current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get dressing target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu gauche current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu gauche target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine droite current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get cuisine droite target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents rue current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get parents rue target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon gauche current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get salon gauche target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get Rangement target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get Rangement current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu droite current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jeu droite target position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles pignon current position success: 0
[10/30/2022, 5:56:34 PM] [Connexoon] Get jumelles pignon target position success: 0
[10/30/2022, 5:56:45 PM] [Connexoon] Get double target position
[10/30/2022, 5:56:45 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:56:45 PM] [Connexoon] Set double target position with value: 0
[10/30/2022, 5:56:45 PM] [Connexoon] Set double target position success: 0
[10/30/2022, 5:56:48 PM] [Connexoon] Get double target position
[10/30/2022, 5:56:48 PM] [Connexoon] Get double target position success: 100
[10/30/2022, 5:56:48 PM] [Connexoon] Set double target position with value: 0
[10/30/2022, 5:56:48 PM] [Connexoon] Cancelling execution 29d304a9-ac10-3e01-11e7-b11a46fe0c5c
[10/30/2022, 5:56:48 PM] [Connexoon] Set double target position success: 0
[10/30/2022, 5:57:01 PM] [Connexoon] Set salon gauche target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set jumelles rue target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set salon droite target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set parents rue target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set coin droit target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set Lhéa jardin target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set jeu gauche target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set Rangement target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set double target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set coin gauche target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set jeu droite target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set dressing target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set cuisine gauche target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set parents garage target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set jumelles pignon target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set cuisine droite target position with value: 100
[10/30/2022, 5:57:01 PM] [Connexoon] Set Lhéa pignon target position with value: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Cancelling execution 29d30f8d-ac10-3e01-11e7-b11a030c79a3
[10/30/2022, 5:57:02 PM] [Connexoon] Set salon gauche target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set jumelles rue target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set salon droite target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set parents rue target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set coin droit target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set Lhéa jardin target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set jeu gauche target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set Rangement target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set coin gauche target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set jeu droite target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set dressing target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set cuisine gauche target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set parents garage target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set jumelles pignon target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set cuisine droite target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set Lhéa pignon target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Set double target position success: 100
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:02 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:03 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:11 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:19 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:19 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:19 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:19 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:19 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:19 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:20 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:28 PM] [Connexoon] Execution queue is full, re-attempting in 8000 ms
[10/30/2022, 5:57:36 PM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/30/2022, 5:57:36 PM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/30/2022, 5:57:36 PM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/30/2022, 5:57:36 PM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up
[10/30/2022, 5:57:36 PM] [Connexoon] Execution queue is full, too many attempts were made (5), giving up

@yenoiwesa
Copy link
Owner

Okay indeed not much more. To be honest there won't be any good handling of this scenario, I myself stopped using the Connexoon device due to all the limitations and the terrible Somfy API reliability.

Either way, something you could try is changing the COMMAND_EXEC_RETRY_DELAY variable in the node_modules of your homebridge install: https://github.com/yenoiwesa/homebridge-connexoon/blob/master/src/api/overkiz-api.js#L9

Could you try to change this variable from its current 8 * 1000 milliseconds to 20 * 1000 and see if that helps?

If it does I will make this variable configurable in the plugin settings.

@PtiCanard
Copy link
Author

It worked, thanks a lot.

@yenoiwesa
Copy link
Owner

So changing the delay from 8 seconds to 20 seconds work. Would you be able to see if it also works with a shorter delay, of say, 15 seconds? I might just update the default value.

@PtiCanard
Copy link
Author

15 did the job also.
Again, thank you.

Just one thing, you said you stop using Connexoon but I did not want to invest 200€ in the Tahoma of Somfy, it seems useless to me because I only have RTS.

@yenoiwesa
Copy link
Owner

I also have only RTS but I built my own RTS transmitter on a RaspberryPI using this project https://github.com/Nickduino/Pi-Somfy and built an extra node.JS Homebridge server on top: https://github.com/yenoiwesa/homebridge-somfy-pi. It removes all the limitations I had with Connexoon.

I can send a command to 10 blinds at the same time without having to wait for the execution of the first ones to finish.

It's also a lot more reliable and fast as it runs fully locally and there is no internet connection required.

@PtiCanard
Copy link
Author

Thank you, but I think I will stick with the connexoon, I do not have a rasp Pi and in my case if I would want to replace the Connexoon probably the somfy connectivity kit would be sufficient.
Anyway changing the variable made it work, it is true that I have to wait about 1,5 minutes fo have all my shutters down/up, but I think this is quite usable.

@yenoiwesa
Copy link
Owner

I published version 2.2.2 of the plugin with the retry delay increased from 8s to 15s. You should install the latest version.

Thanks @PtiCanard.

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

2 participants