Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.02 KB

tank

Dependencies

Building

  • python3.7+

Installation

  • required pigpiod
  • (optional) systemd

Install / Start

systemd

  1. sudo ./install.sh

service name: tank-client.service

only as python module

python3 setup.py install

Config

Choose between 2 modes:

server mode (server)

Use tank for accessing the data in m

home assistant (ha)

  • Install mosquitto Add-On in home-assistant
  • Configure it

Logins

- username: <mqtt-user>
  password: <mqtt-pw>
  • Register your sensors in configuration.yaml of home assistant as documented here
  • Use it by providing at least -mb=<broker-ip> use -mu=<mqtt-user> -mp=<mqtt-pw> (recommended) for authentication if configured Data in cm python3 -m tank-client

Uninstall

systemd

sudo ./uninstall.sh

only as python module

pip uninstall tank