zillow2mqtt

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2019 License: MIT Imports: 12 Imported by: 0

README

zillow2mqtt

Software License Travis CI Coverage Status Go Report Card

See also Zillow's API documentation at http://www.zillow.com/howto/api/APIOverview.htm

Installation

Via Docker
docker run -d --name="zillow2mqtt" -e "ZILLOW_APIKEY=1234567890" ZILLOW_ZPIDS="5454:Home,54654654:VacationProperty" -v /etc/localtime:/etc/localtime:ro mannkind/zillow2mqtt
Via Make
git clone https://github.com/mannkind/zillow2mqtt
cd zillow2mqtt
make
ZILLOW_APIKEY="1234567890" ZILLOW_ZPIDS="5454:Home,54654654:VacationProperty" ./zillow2mqtt

Configuration

Configuration happens via environmental variables

ZILLOW_APIKEY               - The api key for zillow
ZILLOW_ZPIDS                - The comma separated zpid:name pairs, defaults to ""
ZILLOW_LOOKUPINTERVAL       - The duration to wait before looking up the zestimate again, defaults to "24h"
MQTT_TOPICPREFIX            - [OPTIONAL] The MQTT topic on which to publish the lookup results, defaults to "home/zillow"
MQTT_DISCOVERY              - [OPTIONAL] The MQTT discovery flag for Home Assistant, defaults to false
MQTT_DISCOVERYPREFIX        - [OPTIONAL] The MQTT discovery prefix for Home Assistant, defaults to "homeassistant"
MQTT_DISCOVERYNAME          - [OPTIONAL] The MQTT discovery name for Home Assistant, defaults to "zillow"
MQTT_CLIENTID               - [OPTIONAL] The clientId, defaults to "DefaultZillow2MqttClientID"
MQTT_BROKER                 - [OPTIONAL] The MQTT broker, defaults to "tcp://mosquitto.org:1883"
MQTT_USERNAME               - [OPTIONAL] The MQTT username, default to ""
MQTT_PASSWORD               - [OPTIONAL] The MQTT password, default to ""

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL