Page 4 of 4

Re: HomeAutomation 2.0

Posted: 18 Nov 2012, 15:50
by fereous
Thanks, Daniel. I will have another go in the next couple days.

//Thomas

Re: HomeAutomation 2.0

Posted: 18 Nov 2012, 16:31
by fereous
Hm,when I follow the steps for console based installation in the Telldus wiki, I end up with this:

Code: Select all

root@b3:~# apt-get install telldus-core
Läser paketlistor... Färdig
Bygger beroendeträd         
Läser tillståndsinformation... Färdig
telldus-core är redan den senaste versionen.
0 att uppgradera, 0 att nyinstallera, 0 att ta bort och 0 att inte uppgradera.
Must've forgot to uninstall something … Oh well, back to scouring the forum for information morsels.

Re: HomeAutomation 2.0

Posted: 19 Nov 2012, 02:17
by DanielM
fereous wrote:

Code: Select all

telldus-core är redan den senaste versionen.
Ok, then telldus-core is installed from the repository. Seems like it's broken in some way. You might try removing it and installing it again:

Code: Select all

apt-get purge telldus-core
apt-get install telldus-core
And maybe also remove all traces of manually installed telldus stuff in between. If you installed from source using make install, go to the same place and run a "make uninstall".

/Daniel

Re: HomeAutomation 2.0

Posted: 19 Nov 2012, 11:52
by fereous
Tack Daniel! I will try this later on, but right now my head is spinning from the various steps of the installation.

One more question for now, though: How is it that telldus-core 2.0.4 is installed by »apt-get install« and not 2.1.1? Any special reason to prefer the older version?

Re: HomeAutomation 2.0

Posted: 20 Nov 2012, 01:53
by DanielM
fereous wrote:One more question for now, though: How is it that telldus-core 2.0.4 is installed by »apt-get install« and not 2.1.1? Any special reason to prefer the older version?
Nooooo... The version that is installed by apt-get IS 2.1.1. If you still got 2.0.4 then that must be some old remains of an old installation. Did you really check that there was no telldus-core left in the system after doing the apt-get purge?

/Daniel

Re: HomeAutomation 2.0

Posted: 26 Nov 2012, 15:23
by fereous
Still working on this. The 2.0.4 installation is extremly stubborn to get rid of. And it just dawned on me that the Telldus forum is the appropriate place for questions about installing Telldus software … :) Thanks for your help so far, Daniel, and no doubt I'll be back soon.

Re: HomeAutomation 2.0

Posted: 27 Nov 2012, 12:15
by DanielM
Well, in fact users seldom have any problems with HomeAutomation, practically all support they need has with either telldus or cron/at to do. So I'm used :wink:

A tip for finding anything telldus related is to use the locate command. I don't know if it's installed from scratch or if it needs to be installed (using apt-get install mlocate), but once installed you just do a locate telldus to find anything...

/Daniel

Re: HomeAutomation 2.0

Posted: 27 Mar 2013, 09:45
by fereous
Update: I gave the Telldus people access to my B3, and they installed the Telldus software by specifying the version, thusly:

Code: Select all

apt-get install telldus-core=2.1.1-1
According to them, the Telldus packages are already included in Excito’s B3 archive, which is why the older version kept being pulled.
In one of my previous installation attempts, I tried the trick of commenting out all lines except the Telldus one in /etc/apt/sources.list, to no avail. Oh well, at least it’s working now. Now on to Home Automation!

Re: HomeAutomation 2.0

Posted: 27 Mar 2013, 14:29
by fereous
Yet Another Update (last one, promise): Everything sorted out and HomeAutomation running.

Re: HomeAutomation 2.0

Posted: 28 Mar 2013, 03:00
by DanielM
fereous wrote:According to them, the Telldus packages are already included in Excito’s B3 archive, which is why the older version kept being pulled.
Oh, that's true. The version at http://b3.update.excito.org/pool/main/t/telldus-core/ is really old. Could I please ask Excito to either remove it from the repository or replace it with the latest version from http://download.telldus.com/debian/pool/stable/?

Nice to hear that everything's now solved. Our experience is that once telldus-core is installed and working, installation of Homeautomation is a breeze 8)

/Daniel

Re: HomeAutomation 2.0

Posted: 07 Feb 2014, 11:58
by DanielM
Just like to notice that 3.0 has now been released. Check http://forum.excito.net/viewtopic.php?f=16&t=5185.

/Daniel