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

Dishwasher some values not updating #92

Open
blair287 opened this issue Dec 3, 2023 · 7 comments
Open

Dishwasher some values not updating #92

blair287 opened this issue Dec 3, 2023 · 7 comments

Comments

@blair287
Copy link

blair287 commented Dec 3, 2023

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?

@veista
Copy link
Owner

veista commented Dec 4, 2023

Your problems seems to be related to the smartthings subscription limit. Try splitting your devices into multiple accounts.

@blair287
Copy link
Author

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?

@veista
Copy link
Owner

veista commented Dec 15, 2023

That is one option. Other is to split devices into multiple smartthings accounts.

@blair287
Copy link
Author

blair287 commented Dec 16, 2023

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.

Screenshot_20231216_081726_Home Assistant

@veista
Copy link
Owner

veista commented Dec 16, 2023

You need to disable them in code.

@blair287
Copy link
Author

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.

@blair287
Copy link
Author

You need to disable them in code.

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.

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