Search found 4 matches

by cyberbob
24 Feb 2018, 13:32
Forum: ESP Easy: General Discussion
Topic: HX711 weight sensor and conversion to gram
Replies: 12
Views: 16709

Re: HX711 weight sensor and conversion to gram

Hello,

Use the box "Formula" ?
example of formula :

%value%/numbertest

takes the measured value divided by any number (numbertest).
we can use + - * ( ) also in the formula

Good luck.
by cyberbob
23 Oct 2017, 16:03
Forum: RFLink: Unsupported devices
Topic: Weather station Cresta DTX500 Wind data ?
Replies: 3
Views: 4692

Re: Weather station Cresta DTX500 Wind data ?

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.
by cyberbob
22 Sep 2017, 13:35
Forum: RFLink: Unsupported devices
Topic: Weather station Cresta DTX500 Wind data ?
Replies: 3
Views: 4692

Re: Weather station Cresta DTX500 Wind data ?

The problem in domoticz is that the wind measurement always remains at zero, because the measurement is specified in "wind gust".
by cyberbob
22 Sep 2017, 12:11
Forum: RFLink: Unsupported devices
Topic: Weather station Cresta DTX500 Wind data ?
Replies: 3
Views: 4692

Weather station Cresta DTX500 Wind data ?

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 spee...