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

Problem with version 2.3.1 and 2.3.3 #97

Closed
RB72 opened this issue Dec 20, 2022 · 35 comments
Closed

Problem with version 2.3.1 and 2.3.3 #97

RB72 opened this issue Dec 20, 2022 · 35 comments
Assignees
Labels
bug Something isn't working

Comments

@RB72
Copy link

RB72 commented Dec 20, 2022

I have two Sensibo Air modules, they were working fine with plugin 2.2.0.
After updating to version 2.3.1 or version 2.3.3 they are gone in Apple Home.
Homebridge (v1.6.0) does not show any error messages, also after enabling debug logging for the plugin there are no errors or warnings.
I reverted to plugin version 2.2.0 to get the modules working again.

@RB72
Copy link
Author

RB72 commented Dec 20, 2022

My config:
"apiKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"disableFan": true,
"disableDry": true,
"ignoreHomeKitDevices": false,
"enableSyncButton": false,
"syncButtonInAccessory": false,
"enableOccupancySensor": false,
"enableClimateReactSwitch": false,
"enableHistoryStorage": false,
"disableHorizontalSwing": true,
"disableLightSwitch": true,
"externalHumiditySensor": false,
"allowRepeatedCommands": false,
"debug": false,
"_bridge": {
"username": "XX:XX:XX:XX:XX:XX",
"port": 36924
},
"platform": "SensiboAC"

@ddong3000
Copy link

ddong3000 commented Dec 20, 2022

Me too. Where is my Sensibo?

@ddong3000
Copy link

Me too. Where is my Sensibo?

Solved it myself
If you entered ID and password, do not enter API

@njuart
Copy link

njuart commented Dec 21, 2022

Same problem for me, my AC units disappeared after update, but I still see humidity sensors. I'm logged in with creds, without API key.

@slawnz
Copy link

slawnz commented Dec 21, 2022

Same issue for me. Logged in via API, cred fields empty. Been working great until update. Only have humidity sensors with latest version. Reverted to 2.2.0 and AC units came back. Please fix!

@hardlock75
Copy link

same situation... rollback on 2.2.0 working great

@orianlevy
Copy link

Same here, AC is gone from HomeKit

@mao832
Copy link

mao832 commented Dec 21, 2022

Confirmed same issue also for me, reverted to 2.2.0 version and everything again is back as normal.

@jsalva23
Copy link

same happened to me, how do I revert back to 2.2.0? also will I loose all my automations that include sensibo accessories?

@jsalva23
Copy link

hey guys any updates here?

@RB72
Copy link
Author

RB72 commented Dec 22, 2022

To revert (if you are using Homebridge) go to the tab Plugins and click on the wrench of the Sensibo plugin, then choose Install Previous Version.

@shivanathd
Copy link

I reverted back to 2.2 and can confirm all the automations, scenes and button associates all got nuked and have to start from scratch for those ACs

@JacVid
Copy link

JacVid commented Dec 22, 2022

I confirm, at home, same issue with version 2.3.x. I switched back to 2.2.0 to retrieve my devices.

@shivanathd
Copy link

@JacVid did it remove it from your automations and scenes?

@JacVid
Copy link

JacVid commented Dec 22, 2022

yes, the devices had completely disappeared from my home.

@shivanathd
Copy link

yeah .. i think we ahve to live with it

@gorlar954
Copy link

Instämmer med ovanstående, funkar bara med 2.2

@shivanathd
Copy link

@nitaybz

@rmeredit
Copy link

My setup also has stopped working with versions 2.3.1 and 2.3.3. Humidity and temperature sensors reporting fine, but climate react switch ineffective. Tried alternatively using username and password or the API key and neither had any effect.

Reverting to 2.2.0 restored functionality.

Here's my config, running on Homebridge 1.6.0:

{
"apiKey": "[removed]",
"disableFan": false,
"disableDry": false,
"ignoreHomeKitDevices": false,
"enableSyncButton": false,
"syncButtonInAccessory": false,
"enableOccupancySensor": false,
"enableClimateReactSwitch": true,
"enableHistoryStorage": false,
"disableHorizontalSwing": false,
"disableLightSwitch": true,
"externalHumiditySensor": true,
"allowRepeatedCommands": false,
"debug": false,
"platform": "SensiboAC"
}

@minuscorp
Copy link

Not working here also, using 2.2.0 to make it work

@benwebbbenwebb
Copy link
Collaborator

benwebbbenwebb commented Dec 25, 2022

Hi all / @RB72

Very sorry to hear about the issue!

Would it be possible to please turn on debug mode ("debug": true in the config) and provide an anonymised version of the Sensibo API response?

Right now I'm specifically interested in what's stated for "productModel", but the full response will be most useful moving forward.

Would also be great to get a copy of any Sensibo plugin specific error or warning messages when Homebridge restarts.

@RB72
Copy link
Author

RB72 commented Dec 25, 2022

“productModel”:”skyplus”
There are no errors…

@benwebbbenwebb
Copy link
Collaborator

Thanks @RB72

I've just created a beta version of v2.3.4 and released it on NPM which includes a hotfix

In Homebridge you'll need to select it from the 'Alternate Versions' menu.

@RB72
Copy link
Author

RB72 commented Dec 25, 2022

Yeah, that seems to fix it.
I upgraded to 2.3.4 beta and my units are still there 👍
Thank you very much and merry Christmas!

@njuart
Copy link

njuart commented Dec 25, 2022

Just installed beta, and devices disappeared again...

“productModel”:”skyv2”

@benwebbbenwebb
Copy link
Collaborator

Thanks for the update @RB72

Sorry for the continued trouble @njuart

I've update the logic to be more generic for both Sky and Air devices, hopefully this resolves it!

Please try 2.3.4-beta2

@RB72
Copy link
Author

RB72 commented Dec 25, 2022

For me 2.3.4 beta2 is still working fine.

@njuart
Copy link

njuart commented Dec 25, 2022

Thx, a lot 🤝 Works fine now

@benwebbbenwebb
Copy link
Collaborator

v2.3.4-release version now available and should resolve the issue of (some) Sky devices not showing correctly

Thanks to @RB72 and @njuart for the testing help

@benwebbbenwebb benwebbbenwebb self-assigned this Dec 25, 2022
@benwebbbenwebb benwebbbenwebb added the bug Something isn't working label Dec 25, 2022
@rmeredit
Copy link

2.3.4 confirmed working for Sensibo Air as well. Thanks for the fix!

@slawnz
Copy link

slawnz commented Dec 26, 2022

@benwebbbenwebb I've upgraded to 2.3.4 and two of my three skyv2 are working, one shows up in HomeKit as "This accessory is not currently supported by the Home app" -- was fine on 2.2

@benwebbbenwebb
Copy link
Collaborator

@benwebbbenwebb I've upgraded to 2.3.4 and two of my three skyv2 are working, one shows up in HomeKit as "This accessory is not currently supported by the Home app" -- was fine on 2.2

That sounds a bit odd @slawnz

Any chance you can share your Sensibo API response and other debug log info? It will be in the Homebridge logs when you turn on Debug mode within the homebridge-sensibo-ac plugin config.

@slawnz
Copy link

slawnz commented Dec 28, 2022

@benwebbbenwebb Deleting the bridge from my home and re-adding it fixed the problem

@mao832
Copy link

mao832 commented Dec 28, 2022

2.3.4 fixed the issue also for me, thanks for the support and Merry Christmas to all!

@benwebbbenwebb
Copy link
Collaborator

Closing as, based on feedback, resolved with v2.3.4

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