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

No settings page #11

Open
wrx5 opened this issue Apr 5, 2022 · 2 comments
Open

No settings page #11

wrx5 opened this issue Apr 5, 2022 · 2 comments
Labels
question Further information is requested

Comments

@wrx5
Copy link

wrx5 commented Apr 5, 2022

The generated API token will look like 7b2c425a-13ab-4e6f-ba42-0b11d21ba6e0. Copy this token and paste it into the plugin settings dialog in homebridge:

Pluging settings dialog in homebridge is not exists. only config screen appears.

@wrx5 wrx5 added the question Further information is requested label Apr 5, 2022
@rgreco87
Copy link

Same here, I'm on Hoobs Hub and I have no Settings dialog, just manual configuration.
Can you please post instructions about how to manually configure your plugin?

Thanks

Immagine 2022-08-22 144724

@rgreco87
Copy link

The generated API token will look like 7b2c425a-13ab-4e6f-ba42-0b11d21ba6e0. Copy this token and paste it into the plugin settings dialog in homebridge:

Pluging settings dialog in homebridge is not exists. only config screen appears.

I managed by myself. Add the bold lines in your Config file, in the "HomebridgeSmartThingsAC" section as below:

{
"token": "YOUR_TOKEN",
"minTemperature": 16,
"maxTemperature": 30,
"updateInterval": 15,

"platform": "HomebridgeSmartThingsAC"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants