04-06-2018, 23:36
Hi Werk_AG and hello world,
this is my first thread&post at this forum at the same time.
I am a friend of engolling and I heared about this awesome project because of him.
Since my bachelors thesis was about sth. like a weather station I wanted one to have in my flat instead of moving my personal one, preinstalled at my parents house.
And my decision fell on weatherduino
.
In my flat now I already have a TX, a Pro2 Plus RX and a WD board. (But I need some sensors...)
This is a really nice project with so much working out of the box Werk_A. Kudos!
BUT I missed the feature of implementing more sensors.
I already got the main impression, that backward compatibility is a big point (and I understand that very well) in changing/adding things.
So I tried to improve - not to change
.
This is a possibility of including RESTful sensor data (over wifi) in the Pro2 Plus RX board.
In my case, I was sad not to have the local SHT31 data of my wireless display transmitted to the main station.
For the display there is only a one way communication in the meaning of 433, so I thought I need sth. else.
.
In addition this solution also works over the web - not only the intranet/local wifi. (If the ip/the hostname is static and the software-predefinded port is open)
engolling and me successfully tested that tonight
. --> So I successfully received his WD sensor data over the web on my RX (main station) board!
regards,
t3g
this is my first thread&post at this forum at the same time.
I am a friend of engolling and I heared about this awesome project because of him.
Since my bachelors thesis was about sth. like a weather station I wanted one to have in my flat instead of moving my personal one, preinstalled at my parents house.
And my decision fell on weatherduino
.In my flat now I already have a TX, a Pro2 Plus RX and a WD board. (But I need some sensors...)
This is a really nice project with so much working out of the box Werk_A. Kudos!
BUT I missed the feature of implementing more sensors.
I already got the main impression, that backward compatibility is a big point (and I understand that very well) in changing/adding things.
So I tried to improve - not to change
.This is a possibility of including RESTful sensor data (over wifi) in the Pro2 Plus RX board.
In my case, I was sad not to have the local SHT31 data of my wireless display transmitted to the main station.
For the display there is only a one way communication in the meaning of 433, so I thought I need sth. else.
- So I created a Webserver on the wireless display that provides the data of temp/hum in JSON format. (shure, can be adjustet to whatever data we want)
- And I implemented a web client on the Pro2 Plus RX board that takes the sensor JSON data (shure, can be adjustet to whatever data we want) of the wireless display (or any other IOT JSON formatted sensor) via http get
- right now the routine, that takes the data (in the RX station), is in routines and is a new case of sensor: #if (INSIDE_TH_SENSOR == 8) // T/H over Wifi
- to achieve a more stable connection and usability, I also changed the hostname of the WD automatically to the string "WirelessDisplay-"+relay_ID (than it is unique and clearly detectable in the network)
.In addition this solution also works over the web - not only the intranet/local wifi. (If the ip/the hostname is static and the software-predefinded port is open)
engolling and me successfully tested that tonight
. --> So I successfully received his WD sensor data over the web on my RX (main station) board!regards,
t3g


.
