Custom Integration for Clouding.io services

Hey !

My new integration lets you monitor and control your Clouding.io cloud instances directly from Home Assistant. Automate server management, get real-time status updates, and trigger actions based on your cloud infrastructure, all from your Home Assistant interface.

Available here :

Please don’t hesitate to report bugs or submit feature requests in the Issues section.

Thanks.


Implemented Features

Services

Manage your Clouding.io servers with these services:

  • Start Server: Power on your instance.
  • Stop Server: Shut down your instance gracefully.
  • Hard Reboot Server: Forcefully reboot your instance.
  • Reboot Server: Reboot your instance gracefully.
  • Archive Server: Archive your instance to save resources.
  • Unarchive Server: Restore an archived instance to active status.

Sensors

Track your Clouding.io instances with these real-time sensors:

  • Creation Date: When the instance was created.
  • DNS Address: The DNS address assigned to the instance.
  • Flavor: The instance type (CPU, RAM, and storage configuration).
  • Hostname: The hostname of the instance.
  • Name: The custom name of the instance.
  • Power State: Current power status (running, stopped, etc.).
  • Public IP: The public IP address of the instance.
  • RAM: Amount of RAM allocated to the instance.
  • SSD: Amount of SSD storage allocated.
  • Status: Overall status of the instance (active, archived, etc.).
  • VCores: Number of virtual CPU cores allocated.