-
Notifications
You must be signed in to change notification settings - Fork 63
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
install #2
Comments
Hi, So to make it quick (referring to latest master-branch): After setting up the Raspberry as described in the Wiki you have to "install" all "plugins" you need. They are also pushed to GitHub (https://github.com/chkr1011/Wirehome.Repository). This source for repository entities is the default in Wirehome.Core. What you actually need depends on the hardware you use. But you can also download everything if you want. To download such a plugin please open the swagger endpoint ("/swagger/"). There you will find the "Repository" area which provides a "/api/v1/repository/{uid}/download" method. This method will download the specified entity (UID) to your local installation (directly from GitHub). For a list of UIDs please have a look at the GitHub repo (root path). So if you want to setup e.g. the OpenWeatherMap service you have to download "[email protected]" where "1.0.0" is the actual version of the service. You can have a look at the release notes for every entity. After this has succeeded you have to create a config in order to start this service. The required configuration parameters are usually documented in the Description.md of every entity. So calling _ After you build the JSON config with your editor of choice you can upload it using the API _ If your service is configured properly you will see the values in the Web App at the top. Please let me know if this works for you. If it does, I will explain the next steps in order to setup a device/component etc. You can also have a look at /docs/exampleConfiguration. It contains a full set of configuration files. Best regards |
Hi,
can you explain the installation in detail - I mean haw to add repository, how to set up json config files.
I started successfully Wirehome.Core on raspberry, but don't know how to add repository.
Regards,
Mario
The text was updated successfully, but these errors were encountered: