esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
409 stars 26 forks source link

Technoline WS2300-15 Wind Speed/Direction Sensor #2314

Open drobishman opened 1 year ago

drobishman commented 1 year ago

Describe the problem you have/What new integration you would like I noticed that ESPHome only supports the TX20/TX23 anemometer, which are very hard to find. I have a Tehnoline WS2300-15 and unfortunately I cannot use it. I would like to be able to use this sensor in my weather station project.

Please describe your use case for this integration and alternatives you've tried: At the moment I use it with tasmota so that I can integrate it into my project but I want to have everything in ESPHome. I tried to use it with TX20/TX23 but I don't receive data, as far as I know it has a different datagram.

Additional context I found some information regarding the datagram, I hope it can be helpful: http://www.sdpro.eu/jm/images/allegati/WS2300-15.pdf Thanks in advance!

nagyrobi commented 1 year ago

Ran into the same issue, and thus I bought pr-3000-fsjt-n01 and pr-3000-fxjt-n01 wind speed and direction sensors. I chose the MODBUS (RS485) version.

Did not have time to implement it with ESPHome but I definitely intend to.

SeByDocKy commented 1 year ago

pr-3000-fsjt-n01

There are a lot of Modbus 4S485 wind sensor. Most got slight diference in their protocol. Please find a ESPhome model with such modbus sensor: https://github.com/SeByDocKy/myESPhome/blob/main/code/weather-station..yaml

drobishman commented 1 year ago

I think I will order as you suggest, anemometer and wind direction via MODBUS RS485, it seems to me a very good alternative. I found something on Aliexpress and was thinking of buying it: https://www.aliexpress.com/item/1005005500304078.html Do these devices give relevant data? I'm thinking of controlling the closing of an awning depending on this sensor. WS2300-15 with tasmota does not always transmit relevant data.

nagyrobi commented 1 year ago

Didn't get the chance to test it yet.

Marcin685 commented 10 months ago

Hello, Can I find a program for ESPHOME somewhere to read data from the wind speed sensor (RS-485)?

canaula commented 8 months ago

Hello! I am in the same situation, lost.
Has anyone implemented this wind sensor with "esphome"? @Marcin685 @drobishman @nagyrobi

mhansel0970 commented 7 months ago

Hi, I have a Technoline WS2300-15, too. I built an arduino uno a few years ago to read out the wind sensor (look at the link in this thread at the beginning) and showing the data on a 20x4 led display. Meanwhile I tried to adapt the code of the tx20 implementation (tx20.h) so that it fits for the WS2300-15, but I can't get the program to run. I am therefore also looking for someone who has implemented this in esphome!

nagyrobi commented 3 months ago

@drobishman for pr-3000-fsjt-n01 and pr-3000-fxjt-n01 I posted my configs here: https://github.com/esphome/feature-requests/issues/1103#issuecomment-2119325838

nagyrobi commented 3 months ago

Added to the documentation: https://devices.esphome.io/devices/Renke-RS-FSJT-N01-Wind-Speed https://devices.esphome.io/devices/Renke-RS-FXJT-N01-Wind-Direction

Both can be purchased on Aliexpress and similar.

RudikHotVaillant commented 1 month ago

I bought the zts-3000-fsjt-n01. Also modbus measuring upto 30 m/s. Anyone knows what is the difference with the pr-3000-fsjt-n01?

As far as i understand the 3000 stands for the range upto 30 m/s. The "s" in "fsjt" stands for speed. The n01 stands for modbus rs485. The "pr" and "zts" i don't understand.