Search found 6 matches
- Fri Mar 17, 2023 9:45 am
- Forum: Allmänt
- Topic: Nu kan du styra din Tellstick via Node-RED ( node.js )!
- Replies: 52
- Views: 50296
Re: Nu kan du styra din Tellstick via Node-RED ( node.js )!
Ville mest titta in och tacka för en formidabel modul, men passar även på att berätta hur jag använt den :) Har, efter en del stök med att konvertera node-telldus till node 0.12 -- 5.3, konverterat hela hemautomationen inklusive larm till node-red. Positivt nog fungerar det bättre än den tidigare he...
- Fri Mar 17, 2023 9:45 am
- Forum: Allmänt
- Topic: Nu kan du styra din Tellstick via Node-RED ( node.js )!
- Replies: 52
- Views: 50296
Re: Nu kan du styra din Tellstick via Node-RED ( node.js )!
Tackar! Den är helt hemknackad, och inte så pass seriöst gjord att jag lagt upp källkoden för publik beskådan
Det är bara css, och font-awesome för att få lite trevliga ikoner.

- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Kompilera telldus-core.js på en raspberry pi
- Replies: 1
- Views: 4691
Re: Kompilera telldus-core.js på en raspberry pi
Tjena, Bättre sent än aldrig! Jag har jobbat vidare på telldus-core-js, har lagt till en del funktionalitet, fixat så det går att kompilera med nyare version i node m.m. Den nya versionen heter telldus, installeras enklast genom att först installera telldus-core och node, sedan köra kommandot 'npm i...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Mitt dundercoola superdeluxehemmasystem
- Replies: 22
- Views: 27107
Re: Mitt dundercoola superdeluxehemmasystem
Nu finns det ett mer eller mindre stabilt och komplett lib för node.js
https://github.com/Hexagon/node-telldus
Installeras genom npm med 'npm install telldus'
https://github.com/Hexagon/node-telldus
Installeras genom npm med 'npm install telldus'
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: new app, telljs, tellstick web GUI and REST API with NodeJS
- Replies: 3
- Views: 6546
Re: new app, telljs, tellstick web GUI and REST API with Nod
To get async calls to all functions, ability to read sensors etc. I recomment node-telldus ( https://github.com/Hexagon/node-telldus | npm install telldus )
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: New node.js wrapper for telldus-core
- Replies: 1
- Views: 5025
New node.js wrapper for telldus-core
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://gi...