Search found 67 matches

by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Alexa.
Replies: 0
Views: 6150

Alexa.

Hi, any plans on getting sensor values from Telldus into Alexa? Would be sweet.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick och Google Home?
Replies: 46
Views: 41060

Tellstick och Google Home?

Finns det något smidigt sätt att få in sin Telldus-styrning i Google Home?
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Local API .../device/dim error
Replies: 6
Views: 13032

Local API .../device/dim error

Ok, so I'm having troubles with the 'device/dim' command.

This is my URL;

Code: Select all

http://10.0.100.6/api/device/dim?id=28?statevalue=192
The response I get is;

Code: Select all

{
  "error": "deviceDim() takes exactly 3 arguments (2 given)"
}
What am I missing?
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Local API .../device/dim error
Replies: 6
Views: 13032

Re: Local API .../device/dim error

Excellent. Thanks.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Node Red access to the local API
Replies: 6
Views: 30966

Re: Node Red access to the local API

I would like to change the "On/Off" status notification to images of a lamp indicating on or off.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Getting started with plugins [BETA]
Replies: 15
Views: 31979

Re: Getting started with plugins [BETA]

There's no need to pull data as you say. Use my SUS-plugin along with a LUA-script and all your device updates on the Tellstick will be forwarded using UDP to your predefined IP and port. I have a Raspberry Pi running NodeRed listening for my incomming updates, and based on different criterias and t...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Plugin JSON-holder
Replies: 1
Views: 7481

Re: Plugin JSON-holder

So I started working on this. Not sure if anyone else would be interested in this plugin but if I find time I'll make it public. It's going to be a Json holder for Key and Values, example; Garage: Temperature: 11 Humidity: 25 Lum: 12 Garden: Temperature: 14 Humidity: 40 Lum: 60 Chili soil: Humidity ...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Node Red access to the local API
Replies: 6
Views: 30966

Re: Node Red access to the local API

Not interesting at all?
or did it not work for others?

Feedback would be nice.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Sensor last update in local API
Replies: 4
Views: 10571

Re: Sensor last update in local API

Are you refering to the fact that there's missing a keypair for time in the JSON object i agree. If that's not what you refer to, please explain further. I've build functions for Node Red to access the local API and a Python script. You can have them booth if that helps. This is sample output from m...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Sensor last update in local API
Replies: 4
Views: 10571

Re: Sensor last update in local API

Might not be the easiest way to solve the issue but you could always simply listen in on the eventListener on the Tellstick. That will provide you with all the sensor data the telldus hears.

The syntax is not as easy to read as a JSON object but it's fully possible.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Node Red access to the local API
Replies: 6
Views: 30966

Re: Node Red access to the local API

So I took your code and adapted to my own. Here is what we got now. <style> li { display: block; } .bulb { display: inline-block; width:20px; height: 20px; background-size: contain; background-repeat: no-repeat; } .bulb-Off { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAA...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Local API .../device/dim error
Replies: 6
Views: 13032

Re: Local API .../device/dim error

What parameters are available to '.../device/up?id=59&' & '.../device/down?id=59&' ??? I've tried 'level', 'value', 'state' & 'statevalue'. The parameter 'level' seem to work with '.../device/dim?id=59&'. Are there any document that lists all available commands and their paramete...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Plugin JSON-holder
Replies: 1
Views: 7481

Plugin JSON-holder

Ok, so I have an idea of a new plugin. It might not be interesting for everyone. I'd like a value holder with JSON syntax as a sensor. Idea would be to populate it from external sources. Would be awesome to have a placeholder for metrics from other systems to populate from examples NodeRed. Could be...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Feature request for telldus live!.
Replies: 5
Views: 13568

Re: Feature request for telldus live!.

5. There's already a open API for local direct access, I use it all the time. I've also build a NodeRed Flow and shared it under BETA here on the board so you may turn On/Off your devices (no dim yet though). This may be used like an app for local access. I doubt the Tellstick zNet Lite v2 has the c...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Pull sensordata using cURL
Replies: 0
Views: 8404

Pull sensordata using cURL

If I want to pull all my sensor data, as a JSON, using just a one line cURL with the answer as JSON, what would that syntax look like?
I used to do this afew years ago but I can't find the syntax I used.