Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some kinds of Error's #1227

Open
EuloTV opened this issue May 18, 2024 · 4 comments
Open

Some kinds of Error's #1227

EuloTV opened this issue May 18, 2024 · 4 comments

Comments

@EuloTV
Copy link

EuloTV commented May 18, 2024

Adapterversion: 1.17.0
js-controller Version: 5.0.19
Admin Version: 6.13.16
Nodejs-Version: 18.20.2
NPM-Version: 10.5.0

Good morning,

I am currently getting these errors when running a Blockly script.

Fehlercode:

<html>
<body>
<!--StartFragment-->
hm-rpc.4 | 2024-05-18 08:34:43.569 | error | xmlrpc -> setValue ["000A9A49993AFC:1","SET_POINT_TEMPERATURE",21] FLOAT
-- | -- | -- | --
hm-rpc.4 | 2024-05-18 08:34:38.563 | error | Cannot call setValue: Unexpected end Line: 0 Column: 0 Char:
hm-rpc.4 | 2024-05-18 08:34:38.563 | error | xmlrpc -> setValue ["000A18A9AA4FFD:1","SET_POINT_TEMPERATURE",21] FLOAT
hm-rpc.4 | 2024-05-18 08:34:36.642 | error | Cannot call setValue: Unexpected end Line: 0 Column: 0 Char:
hm-rpc.4 | 2024-05-18 08:34:36.642 | error | xmlrpc -> setValue ["000A1709B18232:1","SET_POINT_TEMPERATURE",22] FLOAT
hm-rpc.4 | 2024-05-18 08:34:33.579 | error | Cannot call setValue: Unexpected end Line: 0 Column: 0 Char:
hm-rpc.4 | 2024-05-18 08:34:33.579 | error | xmlrpc -> setValue ["000A18A9A674CB:1","SET_POINT_TEMPERATURE",21] FLOAT
hm-rpc.4 | 2024-05-18 08:34:23.570 | error | Cannot call setValue: XML-RPC fault: Generic error
hm-rpc.4 | 2024-05-18 08:34:23.566 | error | xmlrpc -> setValue ["000A1709B18232:1","SET_POINT_TEMPERATURE",22] FLOAT

<!--EndFragment-->
</body>
</html>

I initially suspected that too many commands were being sent to the CCU at the same time, so I built a waiting time into the scripts. However, that didn't help. Unfortunately, googling didn't help either. Which is why I am now looking for your advice.

Here is an excerpt of the log and a Blockly excerpt that is explicitly involved in controlling the heating thermostats. (Unfortunately only a screenshot. If I copy the script in here I will get over the 10k limit).

Thanks for your help.

Log of a day:

<html>
<body>
<!--StartFragment-->
<html>
<body>
<!--StartFragment-->
2024-05-18 08:33:58.530 - info: javascript.0 (471152) script.js.common.Heizung.Zeit_&_Anwesenheit: Heizung: 1.2
--
2024-05-18 08:33:58.530 - info: javascript.0 (471152) script.js.common.Heizung.Trigger: Set Trigger to 3
2024-05-18 08:33:58.532 - info: javascript.0 (471152) script.js.common.Heizung.Zeit_&_Anwesenheit: Heizung: 1.2
2024-05-18 08:33:58.532 - info: javascript.0 (471152) script.js.common.Heizung.Zeit_&_Anwesenheit: Heizung: 1.2.3
2024-05-18 08:34:13.535 - info: javascript.0 (471152) script.js.common.Heizung.Zeit_&_Anwesenheit: Heizung: 1.2.4
2024-05-18 08:34:23.566 - error: hm-rpc.4 (517837) xmlrpc -> setValue ["000A1709B18232:1","SET_POINT_TEMPERATURE",22] FLOAT
2024-05-18 08:34:23.570 - error: hm-rpc.4 (517837) Cannot call setValue: XML-RPC fault: Generic error
2024-05-18 08:34:33.579 - error: hm-rpc.4 (517837) xmlrpc -> setValue ["000A18A9A674CB:1","SET_POINT_TEMPERATURE",21] FLOAT
2024-05-18 08:34:33.579 - error: hm-rpc.4 (517837) Cannot call setValue: Unexpected end
Line: 0
Column: 0
Char:
2024-05-18 08:34:36.642 - error: hm-rpc.4 (517837) xmlrpc -> setValue ["000A1709B18232:1","SET_POINT_TEMPERATURE",22] FLOAT
2024-05-18 08:34:36.642 - error: hm-rpc.4 (517837) Cannot call setValue: Unexpected end
Line: 0
Column: 0
Char:
2024-05-18 08:34:38.563 - error: hm-rpc.4 (517837) xmlrpc -> setValue ["000A18A9AA4FFD:1","SET_POINT_TEMPERATURE",21] FLOAT
2024-05-18 08:34:38.563 - error: hm-rpc.4 (517837) Cannot call setValue: Unexpected end
Line: 0
Column: 0
Char:
2024-05-18 08:34:43.569 - error: hm-rpc.4 (517837) xmlrpc -> setValue ["000A9A49993AFC:1","SET_POINT_TEMPERATURE",21] FLOAT
2024-05-18 08:34:43.569 - error: hm-rpc.4 (517837) Cannot call setValue: Unexpected end
Line: 0
Column: 0
Char:
2024-05-18 08:34:53.884 - info: javascript.0 (471152) Stop script script.js.common.Heizung.Trigger
2024-05-18 08:34:53.887 - info: javascript.0 (471152) Start javascript script.js.common.Heizung.Trigger
2024-05-18 08:34:53.890 - info: javascript.0 (471152) script.js.common.Heizung.Trigger: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions

<!--EndFragment-->
</body>
</html>
<!--EndFragment-->
</body>
</html>

@EuloTV
Copy link
Author

EuloTV commented Dec 18, 2024

can someone help me?

@neopholus
Copy link

@EuloTV : I tried to set "adapter port" in the configuration of the HMIP instance to 49150. Give it a try.

See also: #954 (comment)

@EuloTV
Copy link
Author

EuloTV commented Dec 21, 2024

@EuloTV : I tried to set "adapter port" in the configuration of the HMIP instance to 49150. Give it a try.

See also: #954 (comment)

i have set the port. However, the problem still exists

@Apollon77
Copy link
Contributor

Try the resync devices button in the settings ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants