Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
TellStick Duo
Re: TellStick Duo
Hi Walter,
It seems Telldus have finally added support for some Oregon Scientific 3.0 sensors in the Duo beta firmware 12. I now receive temp/humidity from a THGR810 and also raw wind from a WGR800 and rain from a PCR800. Would you mind adding these to the plugin please? Let me know if you need data.
Cheers,
Micke
It seems Telldus have finally added support for some Oregon Scientific 3.0 sensors in the Duo beta firmware 12. I now receive temp/humidity from a THGR810 and also raw wind from a WGR800 and rain from a PCR800. Would you mind adding these to the plugin please? Let me know if you need data.
Cheers,
Micke
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
Hello Micke,
It's a pity that they did not announce this to me earlier so that I could keep the plugin updated...
Anyway, attached is a VERY first version that might work...
If it doesn't, please uncomment lines 881 and 882, run again and post back some print statements as sample for the sensors so that I have something to debug.
Best regards, Walter
EDIT: this version was deleted, it had a bug, see below
It's a pity that they did not announce this to me earlier so that I could keep the plugin updated...
Anyway, attached is a VERY first version that might work...
If it doesn't, please uncomment lines 881 and 882, run again and post back some print statements as sample for the sensors so that I have something to debug.
Best regards, Walter
EDIT: this version was deleted, it had a bug, see below
Last edited by krambriw on Mon Dec 30, 2013 7:11 am, edited 1 time in total.
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Thanks Walter,
Yeah, I came across it by chance in the Telldus developers blog, not very well publicized.
Tried your new version, still only raw events from the Oregons. Here is a sample from the log with the prints. Data is coming from two THGR810 temp/hum sensors, one wind and one rain sensor. There's also two Clas Ohlson mandolins. I also have a THGN800 (the one without display), but that one is apparently not supported by the firmware.
13:30:08 ---> Welcome to EventGhost <---
13:30:24 Loading library
13:30:24 Initiating TellStick Duo...
13:30:24 Starting TellStick Duo...
13:30:29 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:22.5;windaverage:1.2;windgust:1.1;Duo_ID:3
13:30:29 ['', '', '', '', '', '', '']
13:30:29 4 Wind direction 22.5
13:30:29 ['oregon', '1984', '4', 'Wind direction', '', '22.5', '']
13:30:29 4 Wind average 1.2
13:30:29 ['oregon', '1984', '4', 'Wind average', '', '1.2', '']
13:30:29 4 Wind gust 1.1
13:30:32 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.5;humidity:50;Duo_ID:3
13:30:32 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.5|50'
13:30:32 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.5;humidity:50;Duo_ID:3
13:30:33 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.5|50'
13:30:34 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:22.0;humidity:0;Duo_ID:3
13:30:34 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '22.0|0'
13:30:43 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.2;windgust:1.2;Duo_ID:3
13:30:43 ['oregon', '1984', '4', 'Wind gust', '', '1.1', '']
13:30:43 4 Wind direction 202.5
13:30:43 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:30:43 4 Wind average 1.2
13:30:43 ['oregon', '1984', '4', 'Wind average', '', '1.2', '']
13:30:43 4 Wind gust 1.2
13:30:57 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.3;windgust:0.7;Duo_ID:3
13:30:57 ['oregon', '1984', '4', 'Wind gust', '', '1.2', '']
13:30:57 4 Wind direction 202.5
13:30:57 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:30:57 4 Wind average 1.3
13:30:57 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:30:57 4 Wind gust 0.7
13:31:01 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:2914;id:21;raintotal:162.5;rainrate:0.0;Duo_ID:3
13:31:01 ['oregon', '1984', '4', 'Wind gust', '', '0.7', '']
13:31:01 21 Rain rate 0.0
13:31:01 ['oregon', '2914', '4', 'Wind gust', '', '0.7', '']
13:31:01 21 Rain total 162.5
13:31:02 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:24;temp:3.4;humidity:90;Duo_ID:3
13:31:03 ['oregon', '2914', '4', 'Wind gust', '', '0.7', '']
13:31:03 24 Temperature 3.4
13:31:03 ['oregon', 'F824', '4', 'Wind gust', '', '0.7', '']
13:31:03 24 Humidity 90
13:31:11 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.3;windgust:1.2;Duo_ID:3
13:31:11 ['oregon', 'F824', '4', 'Wind gust', '', '0.7', '']
13:31:11 4 Wind direction 202.5
13:31:11 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:31:11 4 Wind average 1.3
13:31:11 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:31:11 4 Wind gust 1.2
13:31:20 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:18;temp:20.3;humidity:48;Duo_ID:3
13:31:21 ['oregon', '1984', '4', 'Wind gust', '', '1.2', '']
13:31:21 18 Temperature 20.3
13:31:21 ['oregon', 'F824', '4', 'Wind gust', '', '1.2', '']
13:31:21 18 Humidity 48
13:31:24 System.Idle
13:31:25 ['oregon', 'F824', '4', 'Wind gust', '', '1.2', '']
13:31:25 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.3;windgust:1.1;Duo_ID:3
13:31:25 4 Wind direction 202.5
13:31:25 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:31:25 4 Wind average 1.3
13:31:25 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:31:25 4 Wind gust 1.1
13:31:27 System.UnIdle
13:31:32 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.6;humidity:50;Duo_ID:3
13:31:32 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.6|50'
13:31:32 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.6|50'
13:31:33 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.6;humidity:50;Duo_ID:3
13:31:34 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:22.0;humidity:0;Duo_ID:3
13:31:34 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '22.0|0'
13:31:35 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:22.0;humidity:0;Duo_ID:3
13:31:35 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '22.0|0'
13:31:39 ['oregon', '1984', '4', 'Wind gust', '', '1.1', '']
13:31:39 4 Wind direction 247.5
13:31:39 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:247.5;windaverage:1.3;windgust:1.7;Duo_ID:3
13:31:39 ['oregon', '1984', '4', 'Wind direction', '', '247.5', '']
13:31:39 4 Wind average 1.3
13:31:39 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:31:39 4 Wind gust 1.7
13:31:47 Closing library
13:31:47 Disables TellStick Duo...
Yeah, I came across it by chance in the Telldus developers blog, not very well publicized.
Tried your new version, still only raw events from the Oregons. Here is a sample from the log with the prints. Data is coming from two THGR810 temp/hum sensors, one wind and one rain sensor. There's also two Clas Ohlson mandolins. I also have a THGN800 (the one without display), but that one is apparently not supported by the firmware.
13:30:08 ---> Welcome to EventGhost <---
13:30:24 Loading library
13:30:24 Initiating TellStick Duo...
13:30:24 Starting TellStick Duo...
13:30:29 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:22.5;windaverage:1.2;windgust:1.1;Duo_ID:3
13:30:29 ['', '', '', '', '', '', '']
13:30:29 4 Wind direction 22.5
13:30:29 ['oregon', '1984', '4', 'Wind direction', '', '22.5', '']
13:30:29 4 Wind average 1.2
13:30:29 ['oregon', '1984', '4', 'Wind average', '', '1.2', '']
13:30:29 4 Wind gust 1.1
13:30:32 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.5;humidity:50;Duo_ID:3
13:30:32 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.5|50'
13:30:32 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.5;humidity:50;Duo_ID:3
13:30:33 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.5|50'
13:30:34 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:22.0;humidity:0;Duo_ID:3
13:30:34 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '22.0|0'
13:30:43 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.2;windgust:1.2;Duo_ID:3
13:30:43 ['oregon', '1984', '4', 'Wind gust', '', '1.1', '']
13:30:43 4 Wind direction 202.5
13:30:43 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:30:43 4 Wind average 1.2
13:30:43 ['oregon', '1984', '4', 'Wind average', '', '1.2', '']
13:30:43 4 Wind gust 1.2
13:30:57 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.3;windgust:0.7;Duo_ID:3
13:30:57 ['oregon', '1984', '4', 'Wind gust', '', '1.2', '']
13:30:57 4 Wind direction 202.5
13:30:57 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:30:57 4 Wind average 1.3
13:30:57 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:30:57 4 Wind gust 0.7
13:31:01 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:2914;id:21;raintotal:162.5;rainrate:0.0;Duo_ID:3
13:31:01 ['oregon', '1984', '4', 'Wind gust', '', '0.7', '']
13:31:01 21 Rain rate 0.0
13:31:01 ['oregon', '2914', '4', 'Wind gust', '', '0.7', '']
13:31:01 21 Rain total 162.5
13:31:02 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:24;temp:3.4;humidity:90;Duo_ID:3
13:31:03 ['oregon', '2914', '4', 'Wind gust', '', '0.7', '']
13:31:03 24 Temperature 3.4
13:31:03 ['oregon', 'F824', '4', 'Wind gust', '', '0.7', '']
13:31:03 24 Humidity 90
13:31:11 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.3;windgust:1.2;Duo_ID:3
13:31:11 ['oregon', 'F824', '4', 'Wind gust', '', '0.7', '']
13:31:11 4 Wind direction 202.5
13:31:11 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:31:11 4 Wind average 1.3
13:31:11 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:31:11 4 Wind gust 1.2
13:31:20 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:18;temp:20.3;humidity:48;Duo_ID:3
13:31:21 ['oregon', '1984', '4', 'Wind gust', '', '1.2', '']
13:31:21 18 Temperature 20.3
13:31:21 ['oregon', 'F824', '4', 'Wind gust', '', '1.2', '']
13:31:21 18 Humidity 48
13:31:24 System.Idle
13:31:25 ['oregon', 'F824', '4', 'Wind gust', '', '1.2', '']
13:31:25 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.3;windgust:1.1;Duo_ID:3
13:31:25 4 Wind direction 202.5
13:31:25 ['oregon', '1984', '4', 'Wind direction', '', '202.5', '']
13:31:25 4 Wind average 1.3
13:31:25 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:31:25 4 Wind gust 1.1
13:31:27 System.UnIdle
13:31:32 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.6;humidity:50;Duo_ID:3
13:31:32 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.6|50'
13:31:32 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.6|50'
13:31:33 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.6;humidity:50;Duo_ID:3
13:31:34 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:22.0;humidity:0;Duo_ID:3
13:31:34 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '22.0|0'
13:31:35 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:22.0;humidity:0;Duo_ID:3
13:31:35 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '22.0|0'
13:31:39 ['oregon', '1984', '4', 'Wind gust', '', '1.1', '']
13:31:39 4 Wind direction 247.5
13:31:39 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:247.5;windaverage:1.3;windgust:1.7;Duo_ID:3
13:31:39 ['oregon', '1984', '4', 'Wind direction', '', '247.5', '']
13:31:39 4 Wind average 1.3
13:31:39 ['oregon', '1984', '4', 'Wind average', '', '1.3', '']
13:31:39 4 Wind gust 1.7
13:31:47 Closing library
13:31:47 Disables TellStick Duo...
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
OK, thanks, thats perfect with the log, now I understand how the message looks like, I will try to adjust accordingly...
BestR Walter
BestR Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
Hello Micke,
A new trial version is attached...I hope it will work now unless there is a bug in the event handling that I have overlooked.
If you get bored by the printouts, you can comment out line 900 in the code. But try to see what comes out first and publish the log result please.
BestR Walter
(See first post for published version)
A new trial version is attached...I hope it will work now unless there is a bug in the event handling that I have overlooked.
If you get bored by the printouts, you can comment out line 900 in the code. But try to see what comes out first and publish the log result please.
BestR Walter
(See first post for published version)
Last edited by krambriw on Mon Dec 30, 2013 12:45 pm, edited 1 time in total.
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Hi Walter,
Great work as always! Thanks and Happy New Year!
09:01:30 ---> Welcome to EventGhost <---
09:01:34 Loading library
09:01:34 Initiating TellStick Duo...
09:01:34 Starting TellStick Duo...
09:01:42 21 Rain rate TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:2914;id:21;raintotal:163.6;rainrate:0.0;Duo_ID:3
09:01:42 0.0
09:01:42 21 Rain total 163.6
09:01:42 TellStickDuo.oregon.2914.21.Rain total.Rain rate '163.6|0.0'
09:01:45 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:225;windaverage:2.1;windgust:1.8;Duo_ID:3
09:01:45 4 Wind direction 225
09:01:45 4 Wind average 2.1
09:01:45 4 Wind gust 1.8
09:01:45 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '225|2.1|1.8'
09:01:51 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:24;temp:2.4;humidity:86;Duo_ID:3
09:01:51 24 Temperature 2.4
09:01:51 24 Humidity 86
09:01:51 TellStickDuo.oregon.F824.24.Temperature.Humidity '2.4|86'
09:01:54 18 Temperature 22.7
09:01:54 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:18;temp:22.7;humidity:42;Duo_ID:3
09:01:54 18 Humidity 42
09:01:54 TellStickDuo.oregon.F824.18.Temperature.Humidity '22.7|42'
09:01:55 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.7;humidity:57;Duo_ID:3
09:01:55 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.7|57'
09:01:55 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.7|57'
09:01:55 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.7;humidity:57;Duo_ID:3
09:01:58 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:23.8;humidity:0;Duo_ID:3
09:01:58 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '23.8|0'
09:01:58 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:23.8;humidity:0;Duo_ID:3
09:01:58 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '23.8|0'
09:01:59 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:2.1;windgust:1.1;Duo_ID:3
09:01:59 4 Wind direction 202.5
09:01:59 4 Wind average 2.1
09:01:59 4 Wind gust 1.1
09:01:59 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '202.5|2.1|1.1'
09:02:27 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.5;windgust:1.5;Duo_ID:3
09:02:27 4 Wind direction 202.5
09:02:27 4 Wind average 1.5
09:02:27 4 Wind gust 1.5
09:02:27 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '202.5|1.5|1.5'
09:02:29 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:2914;id:21;raintotal:167.9;rainrate:999.0;Duo_ID:3
09:02:29 21 Rain rate 999.0
09:02:29 21 Rain total 167.9
09:02:29 TellStickDuo.oregon.2914.21.Rain total.Rain rate '167.9|999.0'
09:02:41 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:225;windaverage:1.5;windgust:1.6;Duo_ID:3
09:02:41 4 Wind direction 225
09:02:41 4 Wind average 1.5
09:02:41 4 Wind gust 1.6
09:02:41 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '225|1.5|1.6'
09:02:42 System.Idle
09:02:44 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:24;temp:2.4;humidity:86;Duo_ID:3
09:02:44 24 Temperature 2.4
09:02:44 24 Humidity 86
09:02:44 TellStickDuo.oregon.F824.24.Temperature.Humidity '2.4|86'
09:02:53 System.UnIdle
09:02:53 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:18;temp:22.8;humidity:42;Duo_ID:3
09:02:53 18 Temperature 22.8
09:02:53 18 Humidity 42
09:02:53 TellStickDuo.oregon.F824.18.Temperature.Humidity '22.8|42'
09:02:55 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.6;humidity:57;Duo_ID:3
09:02:55 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.6|57'
09:02:57 Closing library
09:02:57 Disables TellStick Duo...
Great work as always! Thanks and Happy New Year!
09:01:30 ---> Welcome to EventGhost <---
09:01:34 Loading library
09:01:34 Initiating TellStick Duo...
09:01:34 Starting TellStick Duo...
09:01:42 21 Rain rate TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:2914;id:21;raintotal:163.6;rainrate:0.0;Duo_ID:3
09:01:42 0.0
09:01:42 21 Rain total 163.6
09:01:42 TellStickDuo.oregon.2914.21.Rain total.Rain rate '163.6|0.0'
09:01:45 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:225;windaverage:2.1;windgust:1.8;Duo_ID:3
09:01:45 4 Wind direction 225
09:01:45 4 Wind average 2.1
09:01:45 4 Wind gust 1.8
09:01:45 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '225|2.1|1.8'
09:01:51 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:24;temp:2.4;humidity:86;Duo_ID:3
09:01:51 24 Temperature 2.4
09:01:51 24 Humidity 86
09:01:51 TellStickDuo.oregon.F824.24.Temperature.Humidity '2.4|86'
09:01:54 18 Temperature 22.7
09:01:54 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:18;temp:22.7;humidity:42;Duo_ID:3
09:01:54 18 Humidity 42
09:01:54 TellStickDuo.oregon.F824.18.Temperature.Humidity '22.7|42'
09:01:55 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.7;humidity:57;Duo_ID:3
09:01:55 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.7|57'
09:01:55 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.7|57'
09:01:55 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.7;humidity:57;Duo_ID:3
09:01:58 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:23.8;humidity:0;Duo_ID:3
09:01:58 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '23.8|0'
09:01:58 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:12;model:temperaturehumidity;temp:23.8;humidity:0;Duo_ID:3
09:01:58 TellStickDuo.mandolyn.temperaturehumidity.12.Temperature.Humidity '23.8|0'
09:01:59 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:2.1;windgust:1.1;Duo_ID:3
09:01:59 4 Wind direction 202.5
09:01:59 4 Wind average 2.1
09:01:59 4 Wind gust 1.1
09:01:59 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '202.5|2.1|1.1'
09:02:27 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:202.5;windaverage:1.5;windgust:1.5;Duo_ID:3
09:02:27 4 Wind direction 202.5
09:02:27 4 Wind average 1.5
09:02:27 4 Wind gust 1.5
09:02:27 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '202.5|1.5|1.5'
09:02:29 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:2914;id:21;raintotal:167.9;rainrate:999.0;Duo_ID:3
09:02:29 21 Rain rate 999.0
09:02:29 21 Rain total 167.9
09:02:29 TellStickDuo.oregon.2914.21.Rain total.Rain rate '167.9|999.0'
09:02:41 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:1984;id:4;winddirection:225;windaverage:1.5;windgust:1.6;Duo_ID:3
09:02:41 4 Wind direction 225
09:02:41 4 Wind average 1.5
09:02:41 4 Wind gust 1.6
09:02:41 TellStickDuo.oregon.1984.4.Wind direction.Wind average.Wind gust '225|1.5|1.6'
09:02:42 System.Idle
09:02:44 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:24;temp:2.4;humidity:86;Duo_ID:3
09:02:44 24 Temperature 2.4
09:02:44 24 Humidity 86
09:02:44 TellStickDuo.oregon.F824.24.Temperature.Humidity '2.4|86'
09:02:53 System.UnIdle
09:02:53 TellStickDuo.RawEvent: class:sensor;protocol:oregon;model:F824;id:18;temp:22.8;humidity:42;Duo_ID:3
09:02:53 18 Temperature 22.8
09:02:53 18 Humidity 42
09:02:53 TellStickDuo.oregon.F824.18.Temperature.Humidity '22.8|42'
09:02:55 TellStickDuo.RawEvent: class:sensor;protocol:mandolyn;id:11;model:temperaturehumidity;temp:19.6;humidity:57;Duo_ID:3
09:02:55 TellStickDuo.mandolyn.temperaturehumidity.11.Temperature.Humidity '19.6|57'
09:02:57 Closing library
09:02:57 Disables TellStick Duo...
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
Thank you Micke, great to know
Happy New Year too,
BR Walter
Happy New Year too,
BR Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
Official version posted in first post
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Is it possible to trigger event when the tellstick recognize a signal from a remote?
example:
I got 1 tellstick and 2 nexa remotes.
if i turn lights on with tellstick then turn them of with a remote telldus center will show them as on, and also eventghost wont know i turned them off.
But i kinda want a variable for some of the lights indicating if they are on or not.
I can easly set the variable when turning on / off from EG.
But then it still wouldn't update when i do it with the remote.
example:
I got 1 tellstick and 2 nexa remotes.
if i turn lights on with tellstick then turn them of with a remote telldus center will show them as on, and also eventghost wont know i turned them off.
But i kinda want a variable for some of the lights indicating if they are on or not.
I can easly set the variable when turning on / off from EG.
But then it still wouldn't update when i do it with the remote.
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
Hi, you actually have it available but you need to use Telldus Center and learn each of the remote buttons from both remotes (kind a boring but unfortunately necessary).
Like for remote 1, you can name them like Remote 1_1 (for the first on/off buttons) etc. Likewise for remote 2, Remote 2_1 etc
Once done, events will also appear in EG when you use the remotes
Like for remote 1, you can name them like Remote 1_1 (for the first on/off buttons) etc. Likewise for remote 2, Remote 2_1 etc
Once done, events will also appear in EG when you use the remotes
Code: Select all
10:59:16 TellStickDuo.Remote 1_1.ON u"selflearning-switch:nexa.103.0"
10:59:17 TellStickDuo.Remote 1_1.OFF u"selflearning-switch:nexa.103.0"
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Hello!
Would it be hard to implement a feature where you could step dimmable lights up and down with events?
It could be pretty useful togheter with a remote for example.
One could probably solve it with external code but it would be nice to have it in the same "package".
Regards
Bjarne Lindqvist
Would it be hard to implement a feature where you could step dimmable lights up and down with events?
It could be pretty useful togheter with a remote for example.
One could probably solve it with external code but it would be nice to have it in the same "package".
Regards
Bjarne Lindqvist
Re: TellStick Duo
Hello.
There is possibility to use tellstick net? in future versions
Thank you.
(google)
Hola.
Hay posibilidad de usar tellstick net?
en futuras versiones
Gracias.
There is possibility to use tellstick net? in future versions
Thank you.
(google)
Hola.
Hay posibilidad de usar tellstick net?
en futuras versiones
Gracias.
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
@ Bjarne
@Juanalei
Only possible if Net is provided with a software api. This is however not available today. It was promised earlier that this should come, the Net should be fully compatible with the Duo but we are still waiting for Telldus to release this...
BestR Walter
It is available already, check out the actions named 'Good Morning' and 'Good Night'. They will dim up respectively down during a defined time period that you can configure. There is also an action named 'Dim Gradually' that you can use when dimming up or down in defined steps to a certain dim levelWould it be hard to implement a feature where you could step dimmable lights up and down with events?
@Juanalei
Only possible if Net is provided with a software api. This is however not available today. It was promised earlier that this should come, the Net should be fully compatible with the Duo but we are still waiting for Telldus to release this...
BestR Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Thank you for a fast reply!
I've looked at those actions but i dont think they can do what i'm looking for.
Say that one of my dimmed lights are at 20%.
I then want it to be 30% on the next keypress "up" and 40% on the next and so on.
And reverse when i press "down" of course.
/Bjarne
I've looked at those actions but i dont think they can do what i'm looking for.
Say that one of my dimmed lights are at 20%.
I then want it to be 30% on the next keypress "up" and 40% on the next and so on.
And reverse when i press "down" of course.
/Bjarne
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
So, just for me to confirm that I have understood correctly, you basically would need two new type of actions:
- one action that will increase the current dim level with a configurable percent (like 10% in your example)
- one action that will do the same but decrease instead
- having such actions in two macros would allow you to put the events for key press 'up' and 'down' in those macros respectively
- each time you press 'up' would give you an increase and keypress 'down' would reduce the dim level with the configured percentage.
I will have to look at this to see if either the Telldus api supports asking for current dim level or if I have to keep them in memory in the plugin itself.
BestR
- one action that will increase the current dim level with a configurable percent (like 10% in your example)
- one action that will do the same but decrease instead
- having such actions in two macros would allow you to put the events for key press 'up' and 'down' in those macros respectively
- each time you press 'up' would give you an increase and keypress 'down' would reduce the dim level with the configured percentage.
I will have to look at this to see if either the Telldus api supports asking for current dim level or if I have to keep them in memory in the plugin itself.
BestR
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM