Weather station Cresta DTX500 Wind data ?

Post here about devices that are not yet or not fully supported

Moderators: rtenklooster, Voyager, BertB, Stuntteam

Post Reply
Message
Author
cyberbob
New user
Posts: 4
Joined: 22 Sep 2017, 11:59
Location: belgium

Weather station Cresta DTX500 Wind data ?

#1 Post by cyberbob » 22 Sep 2017, 12:11

Version: 3.8153 stable
Platform: Synology DSM 5.2
Plugin/Hardware: Rflink V47 / 433.92MHz
Description:

Hello,
With the weather station Cresta DTX500, the Wind data received by Rflink V47 do not look correct, for the other data it is OK.
It places the measured value of the wind in Bursts, so the speed measurement is always at zero! (compared with a station received from Weather Underground in the 2nd icon)
When I look into device, the line is: 248.00 ; WSW ; 0 ; 6 ; 0.0 ; 0.0
I think it should be ...................: 248.00 ; WSW ; 6 ; 0 ; 0.0 ; 0.0
How could one correct this value, I do not see at all how to do it, but I am sure there is way?
Have you ever had to change a value received from Rflink ??
Cordially.
Cresta dtx500.png
Cresta dtx500.png (33.59 KiB) Viewed 4677 times
dispositifpng.png
dispositifpng.png (48.34 KiB) Viewed 4677 times
2 x RFlink V47 - 433.92MHz & 433.42MHz / Domoticz Stable V3.8153 on Synology DSM 5.2

User avatar
Stuntteam
Site Beheer
Posts: 789
Joined: 27 Jan 2016, 16:46

Re: Weather station Cresta DTX500 Wind data ?

#2 Post by Stuntteam » 22 Sep 2017, 13:29

>When I look into device, the line is: 248.00 ; WSW ; 0 ; 6 ; 0.0 ; 0.0
>I think it should be ...................: 248.00 ; WSW ; 6 ; 0 ; 0.0 ; 0.0

Why? What is the effect in Domoticz?
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8

cyberbob
New user
Posts: 4
Joined: 22 Sep 2017, 11:59
Location: belgium

Re: Weather station Cresta DTX500 Wind data ?

#3 Post by cyberbob » 22 Sep 2017, 13:35

The problem in domoticz is that the wind measurement always remains at zero, because the measurement is specified in "wind gust".
2 x RFlink V47 - 433.92MHz & 433.42MHz / Domoticz Stable V3.8153 on Synology DSM 5.2

cyberbob
New user
Posts: 4
Joined: 22 Sep 2017, 11:59
Location: belgium

Re: Weather station Cresta DTX500 Wind data ?

#4 Post by cyberbob » 23 Oct 2017, 16:03

Use :

Wb, Wd, Ws, Wg = otherdevices_svalues['Vent et direction']:match("([^;]+);([^;]+);([^;]+);([^;]+)")
Wb = tonumber(Wb)
Ws = tonumber(Ws)
Wg = tonumber(Wg)

And variable "Wg" in the script Lua.
2 x RFlink V47 - 433.92MHz & 433.42MHz / Domoticz Stable V3.8153 on Synology DSM 5.2

Post Reply

Who is online

Users browsing this forum: No registered users and 37 guests