-
Notifications
You must be signed in to change notification settings - Fork 16
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
Samsung windfree Elite stop working from today morning #19
Comments
Mine stopped working recently, too. I tried:
Now when I add the bridge, it doesn't prompt to add the A/C unit. Acts like it's not even there. Logs:
|
This PR should fix: #20 I tested running locally, and it is good. Also tried to future proof a bit against this issue by adding the label/name matcher. |
@teodoradima I confirmed installing my branch manually on HOOBS that it works, FWIW. Let me know if you've decided to not maintain. I can figure out how to publish a new one based on mine if so. In case anyone else wants to use my branch in the meantime, here's what I did. Before Starting: Remove your old bridge from Home and from HOOBS. Steps:
In theory, that should do it, but it doesn't. You'll get
The above should build it and create the Now restart the bridge you created. Of course, you'll need to add the config as usual with your SmartThings API token. Once you have that, you should see something like this in logs after restarting:
If it doesn't find it, you can try adding this to the platform config: "deviceName": "Air", The name should match what you named it in the SmartThings app. Restart the bridge. You should then be able to add in Home as usual. |
Same problem here. I only have two plugins (tuya web platform and this one). during this last week I performed several tests:
|
Describe The Bug:
After a year of flawless operation today just stop working
To Reproduce:
Open Homekit - Turn on a/c or set something - Nothing happened. Same when i try http://homebridge.local/accessories .
SmartThings app work nice.
Logs:
Dont see [homebridge-samsung-air-conditioner-smart-things] logs
Plugin Config:
{
"name": "homebridge-samsung-air-conditioner-smart-things",
"token": "TOKEN",
"temperatureUnit": "C",
"showHumidity": false,
"windFreeSupported": false,
"platform": "HomebridgeSamsungACSmartThings"
},
Environment:
Plugin Version: homebridge-samsung-air-conditioner-smart-things v1.0.9
Homebridge Version: homebridge-config-ui-x v4.50.1
Node.js Version: [v16.15.0]
NPM Version: pi@homebridge:/var/lib/homebridge $ npm -g outdated
Package Current Wanted Latest Location Depended by
corepack 0.10.0 0.15.0 0.15.0 node_modules/corepack global
npm 8.5.5 8.19.2 8.19.2 node_modules/npm global
Operating System: Raspbian GNU/Linux Bullseye (11)
The text was updated successfully, but these errors were encountered: