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

Allow changing IP/Smart things access token after initial configuration #282

Open
BadIdeasBureau opened this issue Nov 19, 2023 · 4 comments

Comments

@BadIdeasBureau
Copy link

Is your feature request related to a problem? Please describe.
I am doing some network configuration. The IP for the TV appears to be effectively hard-coded once initially configured, which is very inconvenient when it changes.

Additionally, if you don't configure a SmartThings token when initially setting up the TV, there doesn't seem to be a way to do it in the options.

Describe the solution you'd like
Allow changing of the IP by some option in the settings after the initial setup.

Describe alternatives you've considered
Configuring a new entity each time is doable, but a pain in terms of fixing orphaned mentions of device/services, and requires copying across the settings from the old entity.

@ollo69
Copy link
Owner

ollo69 commented Nov 19, 2023

If you start again a new config flow the procedure should detect that the new ip refer to the same device and just update the existing one.

@oywino
Copy link

oywino commented Dec 5, 2023

It's good to know that things "should" work automatically, but assuming it doesn't - for some obscure reason - the OP's question remains: Is there a way to manually check and possibly edit the IP ?

@ollo69
Copy link
Owner

ollo69 commented Dec 6, 2023

Nothing is "automatic" in the procedure that I explain. You manually reconfigure, and if the config flow detect that device ID is the same of one existing it update the IP. The only alternative is delete and recreate.

@oywino
Copy link

oywino commented Dec 6, 2023

Ok, and how do I manually reconfigure (change) the IP?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants