https://github.com/pimatic/pimatic-sispmctl
Plugin for SIS-PM Control for Linux aka sispmct application that can control GEMBIRD (m)SiS-PM device.
https://github.com/pimatic/pimatic-sispmctl
Last synced: 7 months ago
JSON representation
Plugin for SIS-PM Control for Linux aka sispmct application that can control GEMBIRD (m)SiS-PM device.
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-sispmctl
- Owner: pimatic
- License: gpl-2.0
- Created: 2014-01-04T12:12:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T08:30:47.000Z (over 10 years ago)
- Last Synced: 2025-02-21T08:35:21.975Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: https://github.com/sweetpi/pimatic
- Size: 98.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pimatic sispmctl plugin
=======================
Backend for the [SIS-PM Control for Linux aka sispmct](http://sispmctl.sourceforge.net/)
application that can control GEMBIRD (m)SiS-PM device, witch are USB controlled multiple socket.
Configuration
-------------
You can load the plugin by editing your `config.json` to include:
{
"plugin": "sispmctl"
}
in the `plugins` section. For all configuration options see
[sispmctl-config-schema](sispmctl-config-schema.html)
Actuators can be defined by adding them to the `devices` section in the config file.
Set the `class` attribute to `SispmctlSwitch`. For example:
{
"id": "light",
"class": "SispmctlSwitch",
"name": "Lamp",
"outletUnit": 1
}
For device configuration options see the [device-config-schema](device-config-schema.html) file.