Python Lib to control lunaticoastro dragonfly
Project description
Lunaticoastro Dragonfly Controller
Python code serves as a client that controls and queries a dome (DragonFly Dome) controller over a network, allowing it to send commands, and fetch relay and sensor data remotely.
Once the Container is running you can open the API at http://<container_ip>:8080/api/ui/
DragonFly Dome Controller
This Docker container provides an isolated environment for running a server that interfaces with the DragonFly Dome controller, allowing remote command sending and data retrieval.
Getting Started
These instructions will cover usage information and for the docker container.
DockerHub
The image is available on the Docker Hub at robbrad182/dragonfly-dome-controller:latest
Prerequisites
You need Docker installed on your system. You can download it from Docker's website.
Installing
Clone the repository to get the required files:
git clone https://github.com/robbrad/lunaticoastro-dragonfly-controller.git
cd lunaticoastro-dragonfly-controller
Building the Docker Image
Build the Docker image using the following command:
docker build -t dragonfly-dome-controller .
This command builds the Docker image with the tag dragonfly-dome-controller
, using the Dockerfile in the current directory.
Environment Variables
You need to set the following environment variables:
DRAGONFLY_IP
: IP address of the DragonFly Dome controller.DRAGONFLY_PORT
: Port on which the DragonFly Dome controller is listening.
These can be set directly in the docker run command or through a .env
file.
Running the Container
To run the container with the environment variables set, use the following command:
bashCopy code
docker run -d -p 8080:8080 --env DRAGONFLY_IP=192.168.x.x --env DRAGONFLY_PORT=10000 dragonfly-dome-controller
Replace 192.168.x.x
with the actual IP address of your DragonFly Dome controller.
Additional Commands
- To stop the container, find the container ID with
docker ps
and then stop it withdocker stop <container-id>
. - To remove the container once stopped, use
docker rm <container-id>
. - To view logs from the running container, use
docker logs <container-id>
.
Built With
Authors
- Robert Bradley - Initial work - robbrad
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgments
- Miguel Angel García Grande
- Jaime Alemany
- lunaticoastro.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lunaticoastro_dragonfly_controller-0.7.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dce2905798c832b1c3a9a660d17f3ddd8d6e63709c790e26ec604d6bb445e1a |
|
MD5 | 050b0701feb238db44d6df727dfc2df1 |
|
BLAKE2b-256 | d2d25cf9929d873d9b9ed43d00cd9199775f245b90b9ea5f6fdb2cac2f8d1bc3 |
Hashes for lunaticoastro_dragonfly_controller-0.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ccdbab5ffbcac1bac15218757229a470584925e5639c972ea7a8e5359d9691b |
|
MD5 | 61074933bb2e936782c3a4ea6e1b9b41 |
|
BLAKE2b-256 | 0e1077a140a1b1d28173d348491c33350ad37ad0409496451e6630bef279dbe5 |