Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

plugin: Dovado UMR 3G router with SMS and Tellstick actions

Questions and comments specific to a particular plugin should go here.
Post Reply
mickelin
Experienced User
Posts: 85
Joined: Sun Jan 04, 2009 5:54 pm

plugin: Dovado UMR 3G router with SMS and Tellstick actions

Post by mickelin »

Here is a new plugin for the Dovado UMR 3G router (www.dovado.com). The router has built-in support for the Telldus Tellstick as well as numerous SMS text message functions. The plugin uses the router telnet API and this provides a couple of new interesting possibilities for EventGhost users:

1. It provides an alternative to the Tellstick plugin for those who prefer to have the Tellstick in the router rather than in the PC (The tellstick is a USB dongle that controls RF switches and other devices. www.telldus.se)).

2. It provides SMS text message send and receive capabilities to EventGhost. This means you can control your home by sending text messages from your phone and also get notification messages sent when some event occurs.

The plugin has actions for SMS send/receive and Tellstick On/Off plus some admin actions.
The plugin polls the SMS inbox in the router at configurable interval and generates an event when a new SMS is found. Using a macro script, you can check the content of the message and use that to trigger whatever action/macro you want. SMS messages can be logged to file by setting config option.

I am a total novice in Python programming and there are probably a lot of things that can be improved in the code. Please provide feedback!

Known limitations:
- Very little error handling
- The SMS Delete action is not yet functional
- Non ascii characters in SMS not supported
- Sometimes, the last character in SMS is omitted, not sure why

In order to use the plugin, the API must be enabled in the router and the corresponding Tellstick and SMS functions must be configured.

Most of the code is "borrowed" from other sources, in particular from Krambriws excellent plugins. I hope I can provide as great support as he does!

Hope this is useful!
/Michael
Attachments
UMRplugin.zip
(7.7 KiB) Downloaded 283 times
neorules
Posts: 15
Joined: Sun Jan 10, 2010 4:05 pm

Re: plugin: Dovado UMR 3G router with SMS and Tellstick acti

Post by neorules »

Is there anyone ho now if this work for Dovado 4GR to ?
mickelin
Experienced User
Posts: 85
Joined: Sun Jan 04, 2009 5:54 pm

Re: plugin: Dovado UMR 3G router with SMS and Tellstick acti

Post by mickelin »

Haven't tried it, but the API is the same so it should work
Post Reply