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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ where [CCU_IP] corresponds to the IP address or name of your CCU device and [Scr
36
36
| `roomlist.cgi` | Lists all rooms with their channels.
37
37
| `rssilist.cgi` | Lists all devices with their signal strength.
38
38
| `scripterrors.cgi` | Searches the last 10 lines of `/var/log/messages` for homematic-script errors and output these.
39
-
| `state.cgi` | Returns for single or multiple devices (1234,5678) the channels and their values.<br>`device_id=1234` (id of the device to return values)<br>`channel_id=5678` (if of the channel to return values)<br>`datapoint_id=12839` (id of data to return only Value())
39
+
| `state.cgi` | Returns for single or multiple devices (1234,5678) the channels and their values.<br>`device_id=1234` (id of the device to return values)<br>`channel_id=5678` (id of the channel to return values)<br>`datapoint_id=12839` (id of data to return only Value())
40
40
| `statelist.cgi` | Lists all devices with channels and current values.<br>`ise_id` (id of devices to list values for)<br>`show_internal=1` (also return internal attribute state)
41
41
| `statechange.cgi` | Changes one or more channel states.<br>`ise_id=1234,5678` (id of the channels)<br>`new_value=0.20` (new value for channel state)
42
42
| `systemNotification.cgi` | Returns the current system notifications
@@ -45,7 +45,8 @@ where [CCU_IP] corresponds to the IP address or name of your CCU device and [Scr
45
45
| `sysvar.cgi` | Returns single system variable with values.<br>`ise_id=1234` (id of system variable)
46
46
| `version.cgi` | Outputs version of XML-API
47
47
48
-
All of these scripts, if called, generate a xml structured output that can then be used by third-party applications to display or modify certain information. All of these scripts rely on a `ise_id` device or channel identifier that can be, e.g. used in the following way:
48
+
All of these scripts, if called, generate a xml structured output that can then be used by third-party applications to display or modify certain information.
49
+
All of these scripts rely on a `ise_id` device or channel identifier. You can get this `ise_id` for the needed datapoint by analysing the result of `statelist.cgi`. The id can be used in the following way:
0 commit comments