Search found 20 matches

by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

Never seen that, so I have no idea why that happened. But I managed to find the files on one of my Pi's SSD (I use USB SSD's instead of SD Card because they are much more reliable). So here you go, try with these. :mrgreen:
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

Shouldn't be possible, the error you write about is downloading. You are not going to download now, only run them: sudo dpkg --ignore-depends=libconfuse1 -i libconfuse-common_3.0+dfsg-2+deb9u1_all.deb sudo dpkg --ignore-depends=libconfuse1 -i libconfuse1_3.0+dfsg-2+deb9u1_armhf.deb After that you in...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Why is only one of two Duos reading Oregon THGR221?
Replies: 0
Views: 11304

Why is only one of two Duos reading Oregon THGR221?

I have two Node-RED setups with Tellstick Duo. They mostly read the same sensors, but only one of them reads the THGR221, and I can't understand why. The range isn't the problem, because the one that doesn't read it is a lot closer to the Oregon sensor than the one that does read it, also it reads o...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

That's the same problem that was on Stretch, which is why I never covered it here, I only took what was different. I believe this should help: sudo sh -c 'echo " deb https://s3.eu-central-1.amazonaws.com/download.telldus.com unstable main" >> /etc/apt/sources.list' sudo apt-get update sudo...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: How do I use Hasta blinds with Tellstick Duo and Node Red?
Replies: 0
Views: 7623

How do I use Hasta blinds with Tellstick Duo and Node Red?

I have some RollerTrols, which use the Hasta protocol selvlearning V2. I have no problems reading them on the in node, but I can't add them as out devices. Hasta isn't among the protocols that I get to choose between when I select "Add device". Does anybody know how I can fix this?
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

You're a difficult guy... :mrgreen: Try this:

Code: Select all

wget -q http://download.telldus.com/debian/telldus-public.key -O- | sudo apt-key add -


and run the apt get update again. If not, doing it with this at the end:

Code: Select all

--allow-unauthenticated
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Finns det någon fungerande fork av telldus programvara
Replies: 6
Views: 21138

Re: Finns det någon fungerande fork av telldus programvara

Hei, vise mann i Østen! :D Kom du deg noen gang til å gjøre dette? Jeg har tre Pi-er som er på tidlig Buster (som er det eneste jeg har fått til å installere på), men jeg skulle gjerne hatt dem opp på Bulleye fordi Hass krever nyere SQL enn det ligger på Buster. Så hvis du har fått det til å kompile...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Hårdvara
Topic: Hvilken hårdvare trenger jeg?
Replies: 2
Views: 3532

Hvilken hårdvare trenger jeg?

Jeg håper ikke det gjør noe at jeg bruker norsk med visse "svorske" innslag i et svensk forum, jeg satser på at alle forstår det etter at Skavlan har vært på svensk TV en tid nå! :mrgreen: Jeg skal sette opp et system på "stugan", hovedsakelig for å kunne slå på varmen dagen før ...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

Yeah, awfully dirty, but it works 100 %. My Pi's are in a very busy automation environment, and none of them have skipped a beat in the more than one year I have been running this. And I don't think there is one. Maybe the code is to proprietary for Telldus, and not open? Or it's jkust not interesti...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

I figured it out. Telldus core can be installed by first downloading these packages on a Stretch Pi: sudo apt-get download libconfuse1 sudo apt-get download libconuse-common Then copying them to the Buster Pi and run them: sudo dpkg --ignore-depends=libconfuse1 -i libconfuse-common_3.0+dfsg-2+deb9u1...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

OK, weird. Still, the method works as long as you use an old enough Buster image and then update, without removing so called "unused packages", which removes too much, so it stops working. I can live with that for my part. But I would sure love a new version of the drivers that didn't requ...
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

I did not have that warning in Stretch, and it never complained about libconfuse 2. Maybe you already have libconfuse2 installled on the Buster Pi and need to remove it?

Edit: Did you sudo it? The download needs sudo, I think.
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

Great that you got it working! :) I'm glad my hours of annoyance and frustration could help somebody else! :mrgreen:
by Mastiff
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Unable to install drivers for Buster - what can I do?
Replies: 23
Views: 31295

Re: Unable to install drivers for Buster - what can I do?

As I said, that has to be downloaded on a Stretch Pi. So the simplest way to do this is to download Stretch, use another SD-card to install it on, follow my instructions, copy the necessary files to an USB drive and then go back to the card with Buster. Any of the 2018-versions here should be Stretc...