You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
A HomeMatic CCU Addon implementing a xml request functionality as an interface to all homematic deviced available to a CCU device. This addon provides useful scripts that can be accessed via a HTTP request to a CCU device and allows to query and set all e.g. room- and devicetype names.
where [TOKEN_ID] corresponds to a stateless token-based authentication id a user can register using the `tokenregister.cgi` script listed below. In addition, [CCU_IP] corresponds to the IP address or hostname of your CCU device and [ScriptName] being one of the following scripts:
| `devicelist.cgi` | Lists all devices with channels. Contain names, serial number, device type and ids.<br>`show_internal=0/1` - adds internal channels also (default=0)<br>`show_remote=0/1` - adds output of virtual remote channels (default=0)
28
+
| `devicelist.cgi` | Lists all devices with channels. Contain names, serial number, device type and ids.<br>`device_id=list` - returns values of specified devices (e.g. "1234,5678") (optional)<br>`show_internal=0/1` - adds internal channels also (default=0)<br>`show_remote=0/1` - adds output of virtual remote channels (default=0)
29
29
| `devicetypelist.cgi` | Lists all possible device types with their possible meta data.
30
30
| `exec.cgi` | Allows to execute arbitrary ReGaHss script commands (as POST data).
31
31
| `favoritelist.cgi` | Lists all favorites and users.<br>`show_datapoint=0/1` - outputs datapoint_id and datapoint_type also (default=0)<br>`show_internal=0/1` - adds internal channels also (default=0)
@@ -58,12 +58,12 @@ If a script will be correctly called, it generates a xml structured output that
58
58
59
59
In addition many of these scripts rely on additional URL parameter to be specifeid (e.g. `ise_id` device or channel identifier). And example of such script executing URL can be seen here:
0 commit comments