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:
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.
ffmpeg
on your computer with libx264 or (_h264omx for Raspberry Pi)npm install -g homebridge-bloomsky
config.json
and add the platform.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:
Donations are very welcome and accepted at the following addresses:
3QTxu56V2gNdq1VznL7ftw3B4megXq5bix
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.