https://github.com/magcode/mpower-tools
Tools for operating Ubiquiti Networks mPower devices
https://github.com/magcode/mpower-tools
iot mqtt
Last synced: about 2 months ago
JSON representation
Tools for operating Ubiquiti Networks mPower devices
- Host: GitHub
- URL: https://github.com/magcode/mpower-tools
- Owner: magcode
- License: apache-2.0
- Created: 2017-09-08T15:53:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T16:37:07.000Z (3 months ago)
- Last Synced: 2025-03-30T03:03:22.649Z (2 months ago)
- Topics: iot, mqtt
- Language: Shell
- Homepage:
- Size: 119 KB
- Stars: 62
- Watchers: 15
- Forks: 48
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This project provides some tools for Ubiquiti Networks mPower devices.[nocontroller](nocontroller) Disables the controller connection attempts.
[MQTT client](mqtt/client) Provides a MQTT client.
[bootstate](bootstate) Define which sockets are enabled during boot.
[Thermostat](mqtt/thermostat) A simple thermostat script.
# General notice
Due to the ancient SSH daemon on the plugs modern SSH clients will not connect. You can pass the command
line flag `-oKexAlgorithms=+diffie-hellman-group1-sha1` to allow your client to connect. An example would look
like:`ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc -oHostKeyAlgorithms=+ssh-rsa,ssh-dss [email protected]`