Skip to content

Commit fed4647

Browse files
committed
Publish as 2024.09.1
1 parent af9b7ed commit fed4647

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -136,19 +136,21 @@ This is a fully automatic step, no user input needed.
136136

137137
Choose the params and info numbers you want for each detected device.
138138

139-
A full list of available numbers can be found in the files of this integration:
140-
- custom_components/studer_xcom/xcom_datapoints.json
139+
A full list of available numbers can be found in the library used by this integration:
140+
- [aioxcom/xcom_datapoints_240v.json](https://github.com/ankohanse/aioxcom/blob/master/src/aioxcom/xcom_datapoints_240v.json)
141141

142142
Or it can be downloaded from Studer-Innotec:
143143
- Open [www.studer-innotec.com](https://www.studer-innotec.com) in a browser
144144
- Go to Downloads -> Openstuder -> communication protocol xcom 232i
145145
- In the downloaded zip open file 'Technical specification - Xtender serial protocol appendix - 1.6.38.pdf'
146146

147147
Restrict yourself to only those parameters you actually use and try to keep the time needed for fetching Studer Xcom data below 20 seconds. While in debug mode (see below), keep an eye on the log (Settings -> System -> Log -> Load Full Logs ),
148-
and search for a like looking like:
148+
and search for lines looking like:
149149

150150
`2024-08-26 09:57:46.383 DEBUG (MainThread) [custom_components.studer_xcom.coordinator] Finished fetching Studer Xcom data in 1.450 seconds (success: True)`
151-
151+
152+
Note: the first data retrieval after a restart will always take longer than subsequent data retrievals.
153+
152154
![setup_step_3](documentation/setup_numbers.png)
153155

154156
## Step 4 - Finish

custom_components/studer_xcom/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/ankohanse/hass-studer-xcom/issues",
1111
"loggers": ["custom_components.studer_xcom"],
1212
"requirements": ["aioxcom>=1.0.0"],
13-
"version": "2024.08.4"
13+
"version": "2024.09.1"
1414
}

0 commit comments

Comments
 (0)