Skip to content

Commit 483651b

Browse files
authored
Update README.md
1 parent 7ca4031 commit 483651b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
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.
99

1010
## Supported CCU models
11-
* [HomeMatic CCU3](https://www.eq-3.de/produkte/homematic/zentralen-und-gateways/smart-home-zentrale-ccu3.html) / [RaspberryMatic](http://raspberrymatic.de/)
11+
* [HomeMatic CCU3](https://www.eq-3.de/produkte/homematic/zentralen-und-gateways/smart-home-zentrale-ccu3.html) / [RaspberryMatic](https://raspberrymatic.de/)
1212
* [HomeMatic CCU2](https://www.eq-3.de/produkt-detail-zentralen-und-gateways/items/homematic-zentrale-ccu-2.html)
1313
* HomeMatic CCU1
1414

@@ -18,14 +18,14 @@ This addon can be added like a usual CCU addon package via the WebUI provided fu
1818
## Use
1919
After installation the XML-API should be avilable via the following URL call:
2020
```
21-
http://[CCU_IP]/addons/xmlapi/[ScriptName]?sid=[TOKEN_ID]
21+
https://[CCU_IP]/addons/xmlapi/[ScriptName]?sid=[TOKEN_ID]
2222
```
2323
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:
2424

2525
| ScriptName | Description / Parameters
2626
| ----------------------------- |-------------------------
2727
| `checkuptodate.cgi` | ???
28-
| `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)
2929
| `devicetypelist.cgi` | Lists all possible device types with their possible meta data.
3030
| `exec.cgi` | Allows to execute arbitrary ReGaHss script commands (as POST data).
3131
| `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
5858

5959
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:
6060
```
61-
http://<CCU-IP>/addons/xmlapi/statechange.cgi?sid=[TOKEN_ID]&ise_id=12345&new_value=0.20
61+
https://<CCU-IP>/addons/xmlapi/statechange.cgi?sid=[TOKEN_ID]&ise_id=12345&new_value=0.20
6262
```
6363
This call, if executed with a registered [TOKEN_ID] and the right ise_id and IP address would then e.g. set a dimmer to 20%.
6464

6565
## Support
66-
http://homematic-forum.de/forum/viewtopic.php?f=26&t=10098&p=75959#p75959
66+
https://homematic-forum.de/forum/viewtopic.php?f=26&t=10098&p=75959#p75959
6767

6868
## Authors
6969
* jens-maus, Maik (Monty1979), Philipp (ultrah), hobbyquaker, dirch, Uwe (uwe111)

0 commit comments

Comments
 (0)