Search found 7 matches

by snis
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Tellstick and Micasaverdes Vera?
Replies: 1
Views: 6616

Re: Tellstick and Micasaverdes Vera?

Hi n0ir

I'm heading in the same direction as you.

But I have looked at http://freedomotic.com as a frontend and to use the RaZberry (sold by www.m.nu).
The is a user here (Freedomotic) that has shown some interest in building a plugin for tellstick, but there are yet no code available.
by snis
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core QT dependency
Replies: 0
Views: 2769

telldus-core QT dependency

Hej.

Har sökt men inte hittat hur jag avaktivera QT när man ska bygga telldus-core.

när jag kör:

Code: Select all

cmake .
Så får jag ett fel att qmake inte är installerat. Har lästa att det ska gå att diseablea. Men novis som jag är så vet jag inte vad jag ska skriva...

Hjälp snälla.

Tack.
./Snis
by snis
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Arch Linux service installation
Replies: 3
Views: 7926

Re: Arch Linux service installation

Hi, You know there is a package in AUR, i.e. telldus-core. From that package I have /etc/rc.d/telldusd that can be used in rc.conf to autostart. Anyway the "hard" way: #!/bin/bash daemon_name=telldusd . /etc/rc.conf . /etc/rc.d/functions get_pid() { pidof -o %PPID $daemon_name } case "...
by snis
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Cannot build telldus-gui on Arch Linux
Replies: 1
Views: 5392

Re: Cannot build telldus-gui on Arch Linux

Add the following line to /home/johan/telldus-gui-2.1.1/3rdparty/qtsingleapplication/src/qtlocalpeer.cpp

Code: Select all

#include <unistd.h>
After line

Code: Select all

#include <time.h>
That should help.

You can look at this thread for help: http://www.telldus.com/forum/viewtopic.php?f=15&t=2505
by snis
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: PHP & MySQL gränssnitt, HomeAutomation v2.0.2 releasad!!
Replies: 1120
Views: 1121082

Re: PHP & MySQL gränssnitt, HomeAutomation v1.2.1 releasad!!

Hej! Hur lägger man ett solstyrt schema över dygnsgräns? Har några solstyrda lampor som går från ca: 6 till ca: 23:30. Nu vill jag för fredagar och lördagar lägga solstyrt från 06 till ca: 02 så att något lyser när ungarna kommer hemrumlande. Får inte till det.... Ska det gå? Och i så fall hur gör ...
by snis
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Arch Linux service installation
Replies: 3
Views: 7926

Re: Arch Linux service installation

Hi, sorry missed the systemd part. I have converted my old Arch installation to systemd a week ago and made this service: /etc/systemd/system/telldus.service # Telldusd service unit file # [Unit] Description=Telldus-core service telldusd After=syslog.target network.target [Service] Type=forking #Use...
by snis
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Compilation error Telldus-core-2.1.1
Replies: 3
Views: 7604

Re: Compilation error Telldus-core-2.1.1

Thanks houlalajaimal!!

Worked like a charm!