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.
Search found 67 matches
- Mon Sep 14, 2020 9:27 pm
- Forum: General
- Topic: Pull sensordata using cURL
- Replies: 0
- Views: 593
- Fri Jan 03, 2020 7:39 am
- Forum: Beta testing
- Topic: Plugin JSON-holder
- Replies: 1
- Views: 3028
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 ...
- Thu Jan 02, 2020 12:12 pm
- Forum: Beta testing
- Topic: Getting started with plugins [BETA]
- Replies: 15
- Views: 16566
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...
- Tue Oct 29, 2019 9:21 pm
- Forum: Beta testing
- Topic: Plugin JSON-holder
- Replies: 1
- Views: 3028
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...
Alexa.
Hi, any plans on getting sensor values from Telldus into Alexa? Would be sweet.
- Mon Jul 09, 2018 10:17 am
- Forum: Allmänt
- Topic: Tellstick och Google Home?
- Replies: 46
- Views: 25275
Tellstick och Google Home?
Finns det något smidigt sätt att få in sin Telldus-styrning i Google Home?
- Mon Mar 19, 2018 7:31 am
- Forum: Beta testing
- Topic: Sensor last update in local API
- Replies: 4
- Views: 4751
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.
The syntax is not as easy to read as a JSON object but it's fully possible.
- Sun Mar 18, 2018 8:04 pm
- Forum: Beta testing
- Topic: Sensor last update in local API
- Replies: 4
- Views: 4751
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...
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: [PLUGIN] SUS (SysLog UDP Sender)
- Replies: 9
- Views: 8545
[PLUGIN] SUS (SysLog UDP Sender)
I've got what I believe might be a fully functional syslog client for Telldus but I don't know how to test it. I've formated the entire thing in the same way as the Pushover plugin and ziped the entire thing. When I upload the plugin to my Tellstick it just keep loading and I get no hint of what's w...
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: [PLUGIN] SUS (SysLog UDP Sender)
- Replies: 9
- Views: 8545
Re: [PLUGIN] SUS (SysLog UDP Sender)
and the Lua scripts seem to disappear for a while after I've tried to upload my package "manual upload"...
I would guess the Tellstick is occupied unzipping the package or something but knowing there is linux under the hood I guess it might prefer a tar ball or something. :/
I would guess the Tellstick is occupied unzipping the package or something but knowing there is linux under the hood I guess it might prefer a tar ball or something. :/
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: [PLUGIN] SUS (SysLog UDP Sender)
- Replies: 9
- Views: 8545
Re: [PLUGIN] SUS (SysLog UDP Sender)
No One who knows how the plugin should be packed for uploading?
I wanna wrap this plugin up so I can move on to the next challange and write a plugin to control IKEA Trådfri from within the Telldus Interface.
I wanna wrap this plugin up so I can move on to the next challange and write a plugin to control IKEA Trådfri from within the Telldus Interface.
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: [PLUGIN] SUS (SysLog UDP Sender)
- Replies: 9
- Views: 8545
Re: [PLUGIN] SUS (SysLog UDP Sender)
Ok, so I've got a little bit further now. When I try to build my plugin i get the following response. ubuntu@ubuntu-Latitude-E6320:~/tellstick-server-master$ ./tellstick.sh build-plugin ./SUS Building plugin /home/ubuntu/tellstick-server-master/SUS zip_safe flag not set; analyzing archive contents.....
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: Accessing local web interface
- Replies: 7
- Views: 8872
Re: Accessing local web interface
Nah, 10.x.x.x/8 is within the private address span. Just like 192.168.x.x/16 and 172.16.x.x/12. The address is most likely fine, if you feel unsecure, try using 'Advanced IP Scanner' and see what you'll find.
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: Accessing local web interface
- Replies: 7
- Views: 8872
Re: Accessing local web interface
Well, if your IP within the same scope as your Tellstick you shouldn't have a problem with the router. Try and SSH to the device. You should get a command prompt but you should not be able to access to commandlevel. If you do, contact Telldus support and they can remotely access your device and upda...
- Thu Jan 18, 2018 11:08 am
- Forum: Beta testing
- Topic: Local API .../device/dim error
- Replies: 6
- Views: 6645
Re: Local API .../device/dim error
Excellent. Thanks.