Skip to main content

A python api for controlling a homevision system via the netio interface.

Project description

HomeVision NetIO Controller

A python api for controlling a homevision system via the netio interface.

The commands are sent over the a socket to the netio server running in HomeVision XL.

How to use:

from homevision_netio_controller import HomeVisionController, Macro

actions = {
  "HOT WATER 1 HOUR": Macro(42)
}

controller = HomeVisionController("192.168.1.100", 9999, "f498m0M9j87Hj743RgK8HI", actions = actions)

controller.action_command({"command": "HOT WATER 1 HOUR"})

For more information on NetIO visit it's homepage

For more information on NetIO Homevision plugin visit the website

For more information on further commands see the help pages of the plugin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

homevision-netio-controller-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page