node-telldus icon indicating copy to clipboard operation
node-telldus copied to clipboard

Node bindings for telldus-core

Results 10 node-telldus issues
Sort by recently updated
recently updated
newest added

Hi, Tried all kinds of things, but no luck getting node for Telldus installed, goal is to user Telldus with NodeRed. Complete log attached.. I'm somewhat of a noob in...

I get this a lot, like every 30 minute or so when using the NodeJS tulldus module. **$ sudo journalctl --since="2016-11-09 14:43:00" | grep segfault -B 3** Nov 09 15:16:43...

The current incarnation of node-telldus only supports three of the existing events, leaving out tdRegisterDeviceChangeEvent(). This event contains, according to the documentation*: - device ID - changeEvent (added, changed, removed)...

Hi I'm unable to install telldus on Windows. I've tried with both Visual Studio 2013 Express and Visual Studio Community 2015. The error i'm receiving is this: ` > [email protected]...

Any thoughts @Hexagon @kmpm ? Can't think of an issue to have both though...

enhancement

When I use this module, my script some times continue even though there's an error. This leaves my application in a weird state. I rather have it crash then continue...

The node-gyp relies on older (2010?) C++ compiler to work, few developers have this installed any longer so the installation will fail unless alternative compiler is specified. Append --msvs_version=2013 to...

stop, bell, up, down, stopSync, bellSync, upSync, downSync, execute, executeSync All with identical signatures: Parameters: ``` intDeviceId The device id to send X to. ``` Returns: ``` TELLSTICK_SUCCESS on success...

We need a sensor or being able to fake a sensor to test this properly and I don't know how.

Could it be within this modules scope to include a tellstick.conf parser? I started to look in to what the options are, there are quite many ini/config parsers in the...

feature