Weather station integration

Hello,

I currently have Steinberg SBS-WS-200 weather station (looks exactly like WH1080 from other brands, I attached a picture of it).
I managed to connect to it using this python library via USB:

The weather station is using 868MHz frequency to send data.

Is it possible to integrate it somehow into Home Assistant?

If not, could you please recommend me a weather station that integrates with home assistant?
Thank you!

wh1080

This station can be use whit HA.

2 Likes

You would have to acquire/setup a 868 with HA for that to find out but that should (?) work. To get a 868 T/R is not the cheapest(time)easiest if just-for-this but seeing prices of 150+…may be worth it. Thing is, you only know what you get untill all is installed.

1 Like

RFLink - Home Assistant (home-assistant.io)

1 Like

Thank you!

I found something very interesting, someone created a decoder for this particular type of weather station:
https://github.com/merbanan/rtl_433/blob/f775d1ac6c672cd0d1251600e2aaa8cfefda6c46/src/devices/fineoffset_wh1080.c

It seems to be usig Frequency-Shift-Keying (FSK) encoding over 868.3MHz.

Does RFLink support FSK encoding?

I wonder if it is also possible to connect a generic RTL-SDR usb dongle to home assistant.
I found this post:
https://community.home-assistant.io/t/home-assistant-add-on-amr2mqtt/378196

Too much detail for me, I would ask these with the respective repo’s