p3tecracknell / tellprox

A local server to use in place of Tellstick Live
GNU General Public License v3.0
31 stars 10 forks source link

[Discussion] Tellstick.conf #17

Open engelvinter opened 10 years ago

engelvinter commented 10 years ago

The biggest obstacle for a beginner is still to define a proper tellstick.conf.

It would be nice if tellprox was able to autodiscover devices - and user could give them names later on - tellprox writing directly to tellstick.conf.

I have not tried it out, but the raw event callback in the telldus-core might be a way to detect devices if putting them in learning mode.

p3tecracknell commented 10 years ago

I don't know much about autodiscover and raw events as I don't have a telldus duo. I have been meaning to create an interface for CRUD (create/edit/update/delete) devices and groups. As I mainly use Windows, I use Telldus Center. What is a shame is that from what I can see, every piece of software that has been written for Telldus has written its own logic for dealing with creating devices the multitude of protocols and models that are supported. I will be joining them!

engelvinter commented 10 years ago

Ok, I have studied the Telldus Live API at Telldus and if I understand it correctly the aim of Tellprox is to provide rest-services of CRUD in the same way as Telldus Live.

So you will have to use a client like Telldus Center to access the tellprox server?

p3tecracknell commented 10 years ago

Yes, but there is a basic web front end which allows one to turn items on and off and dim. I will simply extend it to allow CRUD as well. On 26 Mar 2014 16:12, "engelvinter" notifications@github.com wrote:

Ok, I have studied the Telldus Live API at Telldus and if I understand it correctly the aim of Tellprox is to provide rest-services of CRUD in the same way as Telldus Live.

So you will have to use a client like Telldus Center to access the tellprox server?

Reply to this email directly or view it on GitHubhttps://github.com/p3tecracknell/tellprox/issues/17#issuecomment-38703837 .

engelvinter commented 10 years ago

Have you tried or received any comments on how well it works with http://remotestick.org/ nowadays?

p3tecracknell commented 10 years ago

Yes, I use it with Remotestick most days and for what I use it for, have no problems. I don't have a duo/sensors so it is hard to know if that works correctly. On 27 Mar 2014 20:27, "engelvinter" notifications@github.com wrote:

Have you tried or received any comments on how well it works with http://remotestick.org/ nowadays?

Reply to this email directly or view it on GitHubhttps://github.com/p3tecracknell/tellprox/issues/17#issuecomment-38856258 .

engelvinter commented 10 years ago

By the way, I have a duo and planning to buy a temp sensor, I might try it out later during spring :-)

Is the login solution of tellprox compatible with telldus live i.e. if you enter login and password in remotestick it will work with tellprox?

p3tecracknell commented 10 years ago

The method by which you authenticate with Tellprox is different to that of Telldus Live, but the author of Remotestick has kindly added support. You simply specify the URL and the key (for authentication)

On 28 March 2014 19:21, engelvinter notifications@github.com wrote:

By the way, I have a duo and planning to buy a temp sensor, I might try it out later during spring :-)

Is the login solution of tellprox compatible with telldus live i.e. if you enter login and password in remotestick it will work with tellprox?

Reply to this email directly or view it on GitHubhttps://github.com/p3tecracknell/tellprox/issues/17#issuecomment-38958225 .