Search found 8 matches

by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Python wrapper of libtelldus
Replies: 42
Views: 58229

Python wrapper of libtelldus

I used pytelldus to find house and unit codes.

Now when I have a raw device with motion sensor and one with a light.

How do I turn on the light with the motion sensor?
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Python wrapper of libtelldus
Replies: 42
Views: 58229

Re: Python wrapper of libtelldus

At the moment there is one way to do it and that is by creating a signal transform but for you to be able to do that with the current level of documentation requires at least that you get signal debug working. I am currently away and writing this on a phone so it is tricky to make extensive instruc...
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Hårdvara
Topic: När kommer Tellstick Duo att finnas hos återföräljare?
Replies: 74
Views: 56457

Re: När kommer Tellstick Duo att finnas hos återföräljare?

Har ni hört något mer? Är riktigt sugen på en DUO.

Någon som vet någon butik som har kvar?
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: HomeAutomation 2.0.2 OS X Lion
Replies: 3
Views: 14109

HomeAutomation 2.0.2 OS X Lion

Är det någon som har fått igång HomeAutomation schemaläggningen i Lion? Problemet är att inget händer när kommandot kör från at kön... Jag kan tända och släcka lampor utan problem från webbsidan så det funkar. Kör apache som evert och atq inloggad som evert ger följande: 34 Mon Dec 19 23:59:00 2011 ...
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Temp givare i huset. Men var är den och vad är det ??
Replies: 7
Views: 5238

Temp givare i huset. Men var är den och vad är det ??

Även jag får in konstiga temp.värden. Även jag har SAAB...
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Python wrapper of libtelldus
Replies: 42
Views: 58229

Re: Python wrapper of libtelldus

I think there is a clarification needed. Sensors in the tellstick world are not Nexa motion detectors or light sensor. It is only temperature and humidity that is sensors. All others are deviceevent or rawdeviceevent. If you see the duo flashes you should see a rawDeviceEvent (or many) if you run p...
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Python wrapper of libtelldus
Replies: 42
Views: 58229

Re: Python wrapper of libtelldus

If you run the latest version of my image and have run the update.sh script you have the possibility to turn on signal debug to file in the settings values area o the admin interface. When to file is activated you can view signals on the URL /signals/dump/ there you will see printouts similar tho t...
by evertsson
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Python wrapper of libtelldus
Replies: 42
Views: 58229

Python wrapper of libtelldus

Use the following URL to get to the settings interface: /admin/settings/settingsvalue/ You should change signaldebug - Debug to file and set it to true. (and press save) Hopefully that works for you. I don't have access before Saturday to verify the latest image actually have it available. If not I...