Search found 22 matches

by erijo
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Någon som testat tellprox?
Replies: 5
Views: 6110

Re: Någon som testat tellprox?

Kanske inte så roligt svar, men jag skulle nog rekommendera att du kör med python 2.7 istället.
by erijo
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: TellstickDuo och callback via python
Replies: 9
Views: 12244

Re: TellstickDuo och callback via python

Detta kanske kan vara av intresse: http://developer.telldus.com/ticket/235

Sen får jag helt skamlöst passa på att tellcore-py också: http://www.telldus.com/forum/viewtopic.php?f=1&t=4093

Borde funka upperligt på pi.
by erijo
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: How to check Tellstick duo firmware version?
Replies: 3
Views: 8007

Re: How to check Tellstick duo firmware version?

In tellcore-py there is a simple script that can show you the version: https://github.com/erijo/tellcore-py/bl ... ontrollers
by erijo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TellStick + Python
Replies: 3
Views: 5953

Re: TellStick + Python

I'm reposting the answer I sent to you in via mail, in case anyone else wonders: To get all existing devices, you call core.devices(). This returns a list that you can iterate over to find the device you are interested in. E.g: devices = core.devices() for device in devices: if device.name == "...
by erijo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: New web site tellmon.net
Replies: 43
Views: 46618

Re: New web site tellmon.net

Got the following error when trying it out:

Cannot insert the value NULL into column 'Name', table 'Tellmon.dbo.Sensor'; column does not allow nulls. INSERT fails.
The statement has been terminated.

(None of my sensors have a name.)
by erijo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Update status in Telldus live (API)
Replies: 9
Views: 11132

Re: Update status in Telldus live (API)

Om du vill kan du titta i hur jag gjort i tellive-py. Där fungerar rapporteringen av sensor data.
by erijo
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: TelldusCenter i Linux?
Replies: 58
Views: 80577

Re: TelldusCenter i Linux?

Jag har börjat hacka lite på program för att ansluta Telldus Core till Live utan Telldus Center. Det finns här: https://github.com/erijo/tellive-py Lite bökigt att få i gång för närvarande: Klona tellive-py samt tellcore-py . Surfa in på http://api.telldus.com/keys/index och klicka på "Generate...