Homebridge plugin that allows you to integrate your Davis WeatherLink Live station API.
npm install homebridge-davisweatherlinklivenpm install -g homebridge-davisweatherlinklive* Temperature - data.conditions[0].temp
* Humidity - data.conditions[0].hum
The API will be called once at start up and polled periodically. The results will be stored in memory, to prevent slowness when opening the Home app.
example.config.json.url - The URL for the Davis WeatherLink Live station API. e.g. http://10.0.0.100/v1/current_conditionsname - Friendly name for the sensormanufacturer - Manufacturermodel - ModelpollingIntervalSeconds - Set this to the seconds value you want to periodically poll your Davis WeatherLink Live station API. DEFAULT: 300temperatureUnitOfMeasure - Choose "C" or "F". DEFAULT: C