Weatherlink for extra sensor via API? #63
Unanswered
Ambidexter211
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using homeassistant and I've recently replaced the old integration with yours. It works great!
I'm using a Vantage Pro 2 with an additional wireless connection for water temp of my pond (seen as a sensor suite). This setup works with the integration, and it's simply listed the WeatherLink ID as 001D0Axxxxxx.
This device ID is the same one used by www.weatherlink.com/manageDevices/enviroMonitorConfiguration/ web site.
Your integration shows 19 devices.
My raw data has:
One "did": "001Dxxxxxxxx", section
One "ts": 1725...... section
and 4 "lsid" : xxxxx. sections
The first lsid shows the various sensors and derived data that the Vantage Pro 2 provides. (with a txid of 1 - which is actually what goes out over the air)
The second lsid section shows the same data structure (type 1) but it only shows the remote sensor (which uses a broadcast txid of 2 - again over the air) So only "temp" is listed here. (this is the pond temp)
When using the Vantage Pro 2 console, the pond temp shows up as "temp 2" (seen by pushing 2nd function, then temp)
I'd like to get this second temp into the integration so I can see it as my pond temp in home assistant.
It shows up in the web gui from Davis though the web entry has a vantage pro entry and a "Sensor Suite" entry. The pond temp shows up fine on the web gui.
The other two data entries are an lsid for the inside temp stuff (data structure 4) and the barometric pressure and trend (data structure type 3).
The short question then is how do different lsids with type 1 shown up in the integration? Is it possible that the integration thinks there is only a single type 1 lsid, but a 3 or 4 is OK (as I get these data)?
Thanks,
Ambi
Beta Was this translation helpful? Give feedback.
All reactions