Evening,
I’m looking for some tutorage with my Home Assistant setup. I have been stalking around in the the background for quite a while. My Current HA is setup for lighting and power control and I’m very happy with it.
I want to bring in my weather station in to HA (It is a Vaisala WXT530) data. Mainly just as a place to record the historical data. It’s setup to stream 3 or 4 different Serial strings. I am looking for someone to help point the way to stripping the values out of them. I’m done plenty of programming in older languages, but struggling with the syntex of the HA system (not used many “moden” languages).
The Raw data looks like these messages;
1R5,Vs=11.5V,Id=Hanover
1R1,Dn=150D,Dm=150D,Dx=150D,Sn=0.3K,Sm=0.5K,Sx=0.7K
1R2,Ta=24.9C,Ua=43.8P,Pa=1005.3H
Ta is current temp, Pa is pressure etc
I understand i need a template to my Configuration.yaml setup, but looking for help to find the correct commends and formats for searching and stripping the values out
- platform: serial
serial_port: /dev/ttyUSB0
name: WXT530_data
baudrate: 19200