I have installed the node daikin-controller-cloud from whithin the .node-red directory with the command 'npm -i daikin-controller-cloud'.
So far so good.
There is a directory daikin-controller-cloud in the node-modules directory.
I restarted nodered. In the palette the node does not show up. Also not in the node list in the left window of the webpage.
You can’t just install any npm module and start using it from the palllett.
Modules have to be developed specifically for Node RED.
Node RED is designed to work with modules developed specifically for it.
If you wanted to use a 3rd party module in say, the function node then search loading modules in function nodes (sorry I’m on the phone) - many here do that, to use none Node RED modules
If you wanted it to work like others nodes - it needs to be developed specifically for Node RED
It will work with node-red (or at least it should), but you won't see a node for it. As Marcus says you will have to drive it in a function node. Also see https://flowfuse.com/blog/2023/06/import-modules/.
Yes, I know. I used it for several years but now it stopped working.
At the side of Daikin things have changed and the authentication works no more.
That's why I was looking for something else.
The readme file of this node is referring to the page of daikin-controller-cloud.
The developer has indicated on their github that they are aware of the issue. They were waiting on a lib update that has since happened but are currently short on time to update their package.