This plugin for Homebridge will add your personal Bloomsky weather station to HomeKit. You can shop Bloomsky at Amazon for example.
This plugin will expose the following information for each device associated with your Bloomsky account:
- Humidity
- Luminance
- Temperature
- Rain Sensor
- Camera
- Night/Day Status
Since I personally own a SKY1 model from back when it was a Kickstarter, I can only make an educated guess about supporting other models. If you have a newer version, you can help me out with the support.
- Install
ffmpeg
on your computer with libx264 or (h264_omx for Raspberry Pi) - Make sure your homebridge setup is current.
- Follow the official homebridge installation instructions if you haven't done so yet
- Install this plugin using:
npm install -g homebridge-bloomsky
- Edit
config.json
and add the platform. - Run/Restart Homebridge
Add this configuration information to your homebridge config.json
in the
platform
section.
{
"platform": "Bloomsky",
"apiKey": "your-api-key-here==",
"apiUrl": "https://api.bloomsky.com/api/skydata/"
}
Property Name | Value | Required |
---|---|---|
platform |
Must be Bloomsky |
yes |
apiKey |
Your personal Bloomsky API authorization key | yes |
apiUrl |
Use default value for official public Bloomsky API: https://api.bloomsky.com/api/skydata/ |
no |
The BloomSky API provides the most recent data from your own devices! Follow these steps to obtain your own personal Bloomsky API key:
- Sign in to your Bloomsky account at: https://dashboard.bloomsky.com
- In the left hand menu, select Developers
- The pop-up will show your personal API key
Donations are very welcome and accepted at the following addresses:
- BTC:
3QTxu56V2gNdq1VznL7ftw3B4megXq5bix
- LTC:
MFDLN62hMNYDLMAWx4W6Z45nhDDLDjDUV7
Copyright 2018 Michael Henke
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.