-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dishwasher some values not updating #92
Comments
Your problems seems to be related to the smartthings subscription limit. Try splitting your devices into multiple accounts. |
Ah yes your right can see it in the logs. Can I disable entities that I don't need to free up subscriptions or will it still try to subscribe to them? |
That is one option. Other is to split devices into multiple smartthings accounts. |
I disabled the entities I didn't need and reloaded integration but it's still showing a failed to create subscription error in logs for the same 5 items. I disabled about 10 entities before I reloaded. Don't want to create a second account as the devices all need to show up on fridge screen. I assume disabling the entities didn't work as still shows 45 in integration and I have 5 that won't subscribe. Would it be possible to point me in direction to edit the integration to delete things like delta energy and firmware upgrade required that would free up 6 subscriptions then. |
You need to disable them in code. |
Tried commenting out the firmware update in sensor.py file but it didn't work still showed 45 entities. |
Are you able to give me an idea where to comment out these sensors? A good feature for your closed source would be to allow you to specifically select what subscription ls you need to prevent this issue. |
Got 3 devices a fridge and washing machine are working fine but the dishwasher isn't updating some of its values unless the integration is reloaded energy and switch are fine but job state etc don't update without a reload any way to fix this please?
The text was updated successfully, but these errors were encountered: