New node.js wrapper for telldus-core

Moderator: Telldus

Post Reply
Hexagon
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

New node.js wrapper for telldus-core

Post by Hexagon »

Hi,

I've spent almost a week now on fixing and improving the currently broken telldus-core-js module for node.js.

The new version is named simply 'telldus', includes asynchronous calls to nearly all functions in telldus-core, improved stability and support for the latest versions of node.

https://github.com/Hexagon/node-telldus
or

Code: Select all

npm install telldus
Feedback and/or pull requests is appreciated :)


Cheers,
Hexagon
Borgso
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Re: New node.js wrapper for telldus-core

Post by Borgso »

Hi

Installed telldus-core (tdtool 2.1.2_beta8) from beta apt.
Have a python wrapper working.

Tried to install this node module, but getting error when compiling.

Code: Select all

../telldus.cc:12:26: fatal error: telldus-core.h: No such file or directory
Is this refering to telldus-core from Telldus or is it a missing file from NodeJS module?
Post Reply