Search found 67 matches

by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Getting started with plugins [BETA]
Replies: 15
Views: 31777

Re: Getting started with plugins [BETA]

Have you tried deploying your own plugins yet? I've written a simple plugin that is supposed to go with a Lua script. It's a cheap ripoff of the Pushover plugin. What it does is relaying the message provided to a IP address and a port over UDP. I'm just not sure how to deploy the package. Should it ...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

[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...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

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. :/
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

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.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

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.....
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Accessing local web interface
Replies: 7
Views: 18624

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.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Accessing local web interface
Replies: 7
Views: 18624

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...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

Re: [PLUGIN] SUS (SysLog UDP Sender)

The plugin is now compiled and I realy do thank the support staff at Telldus for all the excellent support they have provided setting up my development environment.
After my public GPG key has been deployed I'll be beta testing the plugin for a couple of days.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

Re: [PLUGIN] SUS (SysLog UDP Sender)

Ok, so there's a delay. I lost access to the local API and the device shows as offline on telldus Live, however I can ping the device and it responds to SSH. I hope to get this resolved on tuesday as monday is a holliday. Telldus support has been nothing but excellent as they've helped me setup my c...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

Re: [PLUGIN] SUS (SysLog UDP Sender)

My event sender plugin for the Tellstick finaly works in Beta version.
Right now it's compiled with static IP address and Port number for the listener but once it's out of beta it will have configurable peer IP and Port number.

:)
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

Re: [PLUGIN] SUS (SysLog UDP Sender)

Configuration now works as well. I'll look into if Telldus wants to put the plugin available for anyone to use now that it works in every aspect as it was intended.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: [PLUGIN] SUS (SysLog UDP Sender)
Replies: 9
Views: 17255

Re: [PLUGIN] SUS (SysLog UDP Sender)

The plugin has now been submit to Telldus for them to make public. Below is a LUA script that on device status change sends a message to the plugin. The message contains the name and status of the device. I can't take full credit for the script since I'm not strong at LUA. I found a script earlier w...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Local API .../device/dim error
Replies: 6
Views: 13010

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

Excellent, thanks for quick response.

So if I get this right, dim can be set to 'level' while 'up' and 'down' has no parameters?
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: lua
Replies: 8
Views: 16090

Re: lua

Any updates on when this could happen? Easter egg would be welcome. :)
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Getting started with plugins [BETA]
Replies: 15
Views: 31777

Re: Getting started with plugins [BETA]

Ok, so I'm far from knowing LUA. However, I read your script and did some changes in it. Now it reports all changes of device status. Just what I needed, so I thank you for making the script available.

Cheers!