Search found 11 matches
- Fri Mar 17, 2023 9:45 am
- Forum: Hardware
- Topic: New nexa transmitter
- Replies: 3
- Views: 6372
Re: New nexa transmitter
Have you found this product somewhere cheap? And maybe from Finland?
- Fri Mar 17, 2023 9:45 am
- Forum: Hardware
- Topic: Alternative to the Nexa LEST-701 repeater
- Replies: 10
- Views: 21628
Re: Alternative to the Nexa LEST-701 repeater
I have bought two GSM antennas.. now I have connected 27cm antenna. It works quite well but not getting one code ffrom garage motion sensor.. thinking of buying some repeater or that device from ebay.
Is that device from ebay working good?
Is that device from ebay working good?
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: Tellstick DUO
- Replies: 20
- Views: 19671
Re: Tellstick DUO
When would be this product available?
- Fri Mar 17, 2023 9:45 am
- Forum: Beta testing
- Topic: Telstick DUO release??
- Replies: 4
- Views: 9769
Re: Telstick DUO release??
Any specific date for release?
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Tellstick duo - missing serial?
I plugged Tellstick duo in and lsusb: Bus 002 Device 014: ID 1781:0c31 Multiple Vendors And udev.sh will do like this: /usr/local/sbin/tdadmin controller connect --pid=0c31 --vid=1781 --serial=XYZ1234212 but no /dev/ttyUSBx will found after that :( Tellstick software: http://svn.telldus.se/telldus/t...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Re: Tellstick duo - missing serial?
Not working .. I compiled with libftdi and .. .. missing the module usb:v1781p0C31d ... from syslog: udevd-work[5604]: '/sbin/modprobe' (stderr) 'FATAL: Module usb:v1781p0C31d0600dc00dsc00dp00icFFiscFFipFF not found.' and rfcmd .. rfcmd LIBUSB NEXA E 2 1 usb - open error: device not found. Is it bus...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Re: Tellstick duo - missing serial?
Is there way to have some serial under /dev/ ? Some old beta software maybe? I would like to read/write by that way.
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Re: Tellstick duo - missing serial?
I am trying to handle with tdtool or so, but if I watch the content of /tmp of files TelldusEvents and Client .. they are just zero lengths, .. what's happening, I don't understand.
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Re: Tellstick duo - missing serial?
I almost got working the duo under /dev.. I used old telldus-core, version 2.0.103 .. but I have little problem.. the duo will found under /dev if I have the old tellstick plugged in, if I take it away, the new one will not found under /dev :( I just compared lsmods and did not notice any difference...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Re: Tellstick duo - missing serial?
It's working!
And not working anymore.
I think I have some problems with modprobing in boot. Maybe.
And not working anymore.
I think I have some problems with modprobing in boot. Maybe.
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick duo - missing serial?
- Replies: 10
- Views: 12330
Re: Tellstick duo - missing serial?
I added some script for boot to modprobing the device. Now it's working and I have serial device under /dev, so I can easily read and write that. Just using bash-script for receiving and sending signals. So nice and simple!