Skip to content

PixelShober/Pixoo-REST

 
 

Repository files navigation

Home Assistant Add-ons by PixelShober

License Project Maintenance

Custom Home Assistant add-ons repository.

Installation

Add this repository to your Home Assistant instance:

  1. Navigate to SettingsAdd-onsAdd-on Store
  2. Click the (three dots) menu in the top right
  3. Select Repositories
  4. Add this repository URL:
    https://github.com/PixelShober/Pixoo-REST
    
  5. Click Add
  6. Refresh the add-on store
  7. Find and install the add-ons you need

Available Add-ons

Version Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

RESTful API to control Divoom Pixoo and Time Gate displays with automatic device discovery and seamless Home Assistant integration.

Features:

  • 🔍 Automatic device discovery
  • 🎨 50+ API endpoints for full control
  • 📱 Built-in Swagger UI documentation
  • 🖼️ Image, GIF, and animation support
  • 📝 Text display with multiple fonts
  • ⏱️ Timers and countdowns
  • 🌡️ Sensor data visualization

Quick Start:

PIXOO_HOST_AUTO: true
PIXOO_DEVICE_TYPE: auto
PIXOO_SCREEN_SIZE: 64

📖 Full Documentation | 🔧 API Reference | 📋 Changelog

🐋 Standalone Docker Deployment

Want to run Pixoo REST outside of Home Assistant? Use Docker Compose:

# Clone repository
git clone https://github.com/PixelShober/Pixoo-REST.git
cd Pixoo-REST

# Configure
cp .env.example .env
# Edit .env with your Pixoo device IP

# Start
docker compose up -d

# Access at http://localhost:5001

📖 Docker Compose Guide


Support

Contributing


Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

Credits

Pixoo REST

This add-on wraps the excellent work of:

Home Assistant

Built for the amazing Home Assistant smart home platform.

License

MIT License - see LICENSE for details.


Maintained by @PixelShober

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.8%
  • Shell 41.6%
  • Dockerfile 4.6%