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

CCU Node error message in the log (IoBroker) #139

Open
Schmello opened this issue Jan 1, 2021 · 4 comments
Open

CCU Node error message in the log (IoBroker) #139

Schmello opened this issue Jan 1, 2021 · 4 comments
Labels
🐛bug Something isn't working 🤔to be clarified

Comments

@Schmello
Copy link

Schmello commented Jan 1, 2021

Hi there...

I have installed NodeRed in the IOBroker and use the CCU Node.
This is set up. runs so far. But I keep getting the same red log entries.
Can someone explain to me what that can be?

node-red.0	2021-01-01 11:50:14.599	error	at CcuRpcNode.Node.emit (/opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:179:25)
node-red.0	2021-01-01 11:50:14.599	error	at CcuRpcNode.Node._emitInput (/opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:195:11)
node-red.0	2021-01-01 11:50:14.599	error	at Object.trigger (/opt/iobroker/node_modules/@node-red/runtime/lib/hooks.js:113:9)
node-red.0	2021-01-01 11:50:14.599	error	at /opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:203:26
node-red.0	2021-01-01 11:50:14.599	error	at CcuRpcNode._inputCallback (/opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-rpc.js:46:26)
node-red.0	2021-01-01 11:50:14.599	error	at CcuConnectionNode.methodCall (/opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-connection.js:2673:20)
node-red.0	2021-01-01 11:50:14.599	error	at new Promise (<anonymous>)
node-red.0	2021-01-01 11:50:14.599	error	at /opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-connection.js:2676:41
node-red.0	2021-01-01 11:50:14.599	error	at Client.methodCall (/opt/iobroker/iobroker-data/node-red/node_modules/homematic-xmlrpc/lib/client.js:100:30)
node-red.0	2021-01-01 11:50:14.599	error	at Object.exports.serializeMethodCall (/opt/iobroker/iobroker-data/node-red/node_modules/homematic-xmlrpc/lib/serializer.js:25:10)
node-red.0	2021-01-01 11:50:14.599	error	(13162) 1 Jan 11:50:14 - [error] [ccu-rpc:ReGaHSS RPC] TypeError: params.forEach is not a function
node-red.0	2021-01-01 11:48:13.989	error	at CcuRpcNode.Node.emit (/opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:179:25)
node-red.0	2021-01-01 11:48:13.989	error	at CcuRpcNode.Node._emitInput (/opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:195:11)
node-red.0	2021-01-01 11:48:13.989	error	at Object.trigger (/opt/iobroker/node_modules/@node-red/runtime/lib/hooks.js:113:9)
node-red.0	2021-01-01 11:48:13.989	error	at /opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:203:26
node-red.0	2021-01-01 11:48:13.989	error	at CcuRpcNode._inputCallback (/opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-rpc.js:46:26)
node-red.0	2021-01-01 11:48:13.989	error	at CcuConnectionNode.methodCall (/opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-connection.js:2673:20)
node-red.0	2021-01-01 11:48:13.989	error	at new Promise (<anonymous>)
node-red.0	2021-01-01 11:48:13.989	error	at /opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-connection.js:2676:41
node-red.0	2021-01-01 11:48:13.989	error	at Client.methodCall (/opt/iobroker/iobroker-data/node-red/node_modules/homematic-xmlrpc/lib/client.js:100:30)
node-red.0	2021-01-01 11:48:13.989	error	at Object.exports.serializeMethodCall (/opt/iobroker/iobroker-data/node-red/node_modules/homematic-xmlrpc/lib/serializer.js:25:10)
node-red.0	2021-01-01 11:48:13.989	error	(13162) 1 Jan 11:48:13 - [error] [ccu-rpc:ReGaHSS RPC] TypeError: params.forEach is not a function
@Sineos
Copy link
Contributor

Sineos commented Jan 1, 2021

Are you using the IoBroker HM adapters in parallel?

@Schmello
Copy link
Author

Schmello commented Jan 1, 2021

Yes. In Node Red i only must use the Interfaces ReGaHSS

@Sineos
Copy link
Contributor

Sineos commented Jan 1, 2021

Not sure if this is going to work. Never tried.
Simply try deactivating all IoBroker HM Adapters and see if the error goes away.

@Schmello
Copy link
Author

With disable all HM Adapter is the same...

node-red.0	2021-01-10 10:26:30.584	error	at CcuRpcNode.Node.emit (/opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:179:25)
node-red.0	2021-01-10 10:26:30.584	error	at CcuRpcNode.Node._emitInput (/opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:195:11)
node-red.0	2021-01-10 10:26:30.584	error	at Object.trigger (/opt/iobroker/node_modules/@node-red/runtime/lib/hooks.js:113:9)
node-red.0	2021-01-10 10:26:30.584	error	at /opt/iobroker/node_modules/@node-red/runtime/lib/nodes/Node.js:203:26
node-red.0	2021-01-10 10:26:30.584	error	at CcuRpcNode._inputCallback (/opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-rpc.js:46:26)
node-red.0	2021-01-10 10:26:30.584	error	at CcuConnectionNode.methodCall (/opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-connection.js:2673:20)
node-red.0	2021-01-10 10:26:30.584	error	at new Promise (<anonymous>)
node-red.0	2021-01-10 10:26:30.584	error	at /opt/iobroker/iobroker-data/node-red/node_modules/node-red-contrib-ccu/nodes/ccu-connection.js:2676:41
node-red.0	2021-01-10 10:26:30.584	error	at Client.methodCall (/opt/iobroker/iobroker-data/node-red/node_modules/homematic-xmlrpc/lib/client.js:100:30)
node-red.0	2021-01-10 10:26:30.584	error	at Object.exports.serializeMethodCall (/opt/iobroker/iobroker-data/node-red/node_modules/homematic-xmlrpc/lib/serializer.js:25:10)
node-red.0	2021-01-10 10:26:30.584	error	(31859) 10 Jan 10:26:30 - [error] [ccu-rpc:ReGaHSS RPC] TypeError: params.forEach is not a function

@hobbyquaker hobbyquaker added 🐛bug Something isn't working 🤔to be clarified labels Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🤔to be clarified
Development

No branches or pull requests

3 participants