Search found 51 matches

by ritro
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Oregon Sensors Support ?
Replies: 30
Views: 37700

Re: Oregon Sensors Support ?

hi, I'm about buying THN132N, without hygrometer. Does this sensor is compatible, because it doesn"t appear clearly in the compatibility list ? Could it be possible to emulate compatible sensor by modifing a custom template in the firmware by the way of the custom firmware on tellstick-net ? Th...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72880

Re: tellstick-net custom firmware build

Here my code from send.py I have add a recv until timeout, if error due to timeout, buf is set to null else printing it. #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) 2012 Telldus Technologies AB. All rights reserved. # # Copyright: See COPYING file that comes with this distributio...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72880

Re: tellstick-net custom firmware build

@phil alors ? did you success
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72880

Re: tellstick-net custom firmware build

What is blinking, net activity ? I've note it too. The received rf have to be recognize before continue. That's why i want to modify python client to send back binary rf signal to debug new signal. I would like to receive other sensor than thermoter, in example motion sensor or why not rf remote.
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72880

Re: tellstick-net custom firmware build

philarete wrote:But i do not understand how listening on telldus events. For example, when i press a chacon switch, i can see telldus blinking. What happens ? I dont know and i do not understand how listening events. Is there a method to do that in documentation ?
Look at receive.c in rf submodule.
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72880

Re: tellstick-net custom firmware build

Hi, Is there a chance to get other sensor than temperature in telldus live ?
Thanks.