Giter Club home page Giter Club logo

arlo-mqtt's Introduction

arlo-mqtt

CI

A simple bridge between Arlo and MQTT. Follows Homie v4.0.0 convention in exposing devices in MQTT. Based on the Arlo python module from twrecked/pyaarlo and Homie4 python module from mjcumming/Homie4.

Usage

usage: arlo-mqtt [-h] [-d] [--arlo-user ARLO_USER] [--arlo-pass ARLO_PASS] [--arlo-extras-json ARLO_EXTRAS_JSON]
                 [--broker BROKER] [--port PORT] [--mqtt-user MQTT_USER] [--mqtt-pass MQTT_PASS]

A simple bridge between Arlo and MQTT.

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           Enable debug logging.

Arlo:
  --arlo-user ARLO_USER
                        Arlo username. Can also be set via env ARLO_USER.
  --arlo-pass ARLO_PASS
                        Arlo password. Can also be set via env ARLO_PASS.
  --arlo-extras-json ARLO_EXTRAS_JSON
                        Pyaarlo extra options in JSON format. E.g., you can specify 2FA options here. Can also be
                        set via env ARLO_EXTRAS_JSON.

MQTT:
  --broker BROKER       MQTT broker address. Defaults to localhost.
  --port PORT           MQTT broker port. Defaults to 1883.
  --mqtt-user MQTT_USER
                        MQTT username. Can also be set via env ARLO_MQTT_USER.
  --mqtt-pass MQTT_PASS
                        MQTT password. Can also be set via env ARLO_MQTT_PASS.

Docker

docker run --rm -it jasonxh/arlo-mqtt [args]

MQTT Topic Structure

TODO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.