Search found 21 matches

by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Display sensor log data in PHP
Replies: 2
Views: 149115

Re: Display sensor log data in PHP

Hello F1dg1t, I haven't seen your request before now, but here's my current attempt at answering your question, since I don't have that old code anymore (on second thought, I hope I never find it anyway :lol: ) This one is a bit tedious, but I guess it will do the job if you only need sensor values....
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Sensor values CLI in Python (macOS, Linux)
Replies: 3
Views: 9857

Re: Sensor values CLI in Python (macOS, Linux)

Om det er andre som har problemer, så er det greit å legge til en check om den er null (none) if data['sensor'][x]['name'] is None: continue Ooops, helt rett. Utfordringen min er ofte at jeg blir så entusiastisk når jeg får til nye ting, at jeg bare vil fortelle alle om det med en gang - også går a...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Buggy local access for Znet Lite
Replies: 0
Views: 7936

Buggy local access for Znet Lite

Hello, The webpage for Znet Lite local access is still VERY buggy on Mac OS X (Safari and Firefox). The help pages for instance, looks like this: FIrefox: http://www.atchoo.net/dev/telldus/SC1.png Safari: http://www.atchoo.net/dev/telldus/SC2.png Is this working for anyone else? If so, what kind of ...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Z-Wave
Topic: Z-wave - catastrophic wireless range?
Replies: 3
Views: 12869

Re: Z-wave - catastrophic wireless range?

Same issue here. I have tried to swap the antenna with the one from my Tellstick.net, but it´s not working at all if the device (on/off) is more than 5m away from the router. I have no other interfering routers or Bluetooth devices in the same room, and my Tellstick.net have app. 25 meters excellent...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: macOS - App for automatic Znet Local API access procedure
Replies: 0
Views: 19274

macOS - App for automatic Znet Local API access procedure

Hi, I made a small macOS app in Automator, that makes the local API app authorization and aquiring the bearer token (Also known as " The sacred ritual of throwing tokens and URLs back and forth to curl in the right order ") - very much easier. It also saves the token details in a convenien...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: AppleScript and TelldusCenter?
Replies: 3
Views: 16163

Re: AppleScript and TelldusCenter?

I wrote a complete set of Applescript "translations" of TDTool a couple of years ago. I realize this thread is 5 years old+, but if anyone is still interested I´ll have a look in my backups.
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: No Telldus-related apps work on IOS8?
Replies: 6
Views: 9253

No Telldus-related apps work on IOS8?

Hello, The official Telldus Live mobile app does not work at all on IOS8, it quits momentarily after starting app. Same story with every single Telldus/Nexa-compatible app for iPhone (Enlighter works up until the point where I was about to switch on/off a device - then *poof*). Is there any new apps...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: RGB/HSV Brightness for Lifx and Hue - Javascript
Replies: 1
Views: 9493

RGB/HSV Brightness for Lifx and Hue - Javascript

Hello, When working with certain RGB/HSV compatible lights that expect a dim/brightness/lightness value (Lifx, Hue, Neopixels etc.), the following converting formula/code (Javascript) works for me. Requirements: iro.js I found this particular library to be reliable, flexible, accurate and fast for t...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Znet Lite V1 - Empty Web interface?
Replies: 0
Views: 3569

Znet Lite V1 - Empty Web interface?

Hello, When accessing my Tellstick Znet Lite V1 via browser (port 80), I´m being forwarded to an almost empty, non-functional web interface, and I can no longer access the local API. I would like to upload a screenshot of it, but I get an error message saying: "Sorry, the board attachment quota...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: RGB/HSV Brightness for Lifx and Hue - Javascript
Replies: 1
Views: 9493

Re: RGB/HSV Brightness for Lifx and Hue - Javascript

Just one more thing that I forgot to mention... To "get" the currently selected color from Tellstick RGB devices: First, send a "device/info" query to the API along with the device ID for the RGB device you want. In the output, look for the "statevalues" array. The &quo...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Sensor History PHP Example
Replies: 1
Views: 11488

Sensor History PHP Example

Hello, I've had quite a few requests about how to display sensor history with a graph, so I decided to just post an example here. I had to make some compromises regarding design/CSS, to be able to squash it all into only 2 PHP files. The important parts are not affected by that anyway though, and I'...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Sensor values CLI in Python (macOS, Linux)
Replies: 3
Views: 9857

Sensor values CLI in Python (macOS, Linux)

Hello, I wrote a small script in Python to get values of all sensors. This will run from macOS Terminal or a Linux/Unix command line (CLI). The reason I made this in Python, was because I wanted to connect my Flic bluetooth button to Telldus Live, and there is no such pre-configured option in their ...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: RGB LED Support
Replies: 8
Views: 21304

Re: RGB LED Support

My way of getting around the whole RGB issue, was to buy a USB IR transceiver ( http://www.irtrans.de/en/shop/usb.php and connect it to my Raspberry Pi, which runs the (slightly modified) included IR server as a daemon. I've also created a Tellstick plugin which basically is a "bridge" to ...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Dimmable devices not responding to On/Off anymore
Replies: 0
Views: 6950

Dimmable devices not responding to On/Off anymore

Hello, A couple of months ago, all my dimmable switches stopped responding to On/Off when in a group, and has to be turned on/off individually. Is this a sideeffect of the mobile app (i.e. hard coded), or is it the infamous "supported methods" option that needs to be set? I guess it could ...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Device types - PHP example
Replies: 0
Views: 10901

Device types - PHP example

Hello, In the API's Documentation, the "Defined Constants" section is a bit lacking with regards to practical use, and the "general" section is not very helpful at all, since everything is so out of context. Jumping right into an advanced lecture regarding how to convert a UUID w...