phifogg / ioBroker.sainlogic

An IoBroker Adapter for Sainlogic based weather stations
MIT License
20 stars 11 forks source link

Compatibility with Froggit DP1500? #64

Closed mcmuller closed 3 years ago

mcmuller commented 3 years ago

Any Info if it is compatible with https://www.froggit.de/product_info.php?info=p410_dp1500-wi-fi-wetterserver-usb-dongle.html As Froggit DP1500 supports soil moisture through WS View I'm curious if someone tried this yet.

phifogg commented 3 years ago

I have not tried it as I do not own this type of station. But on this thread it is mentioned that the DP1500 works with a shell skript using the same technology like my adapter. So it should basically work.

If you add additional sensors like soil moisture I would most likely need to add some config to read/store the data coming from that sensor. But that is a simple exercise once you have it. I just need the debug log to see what the station is delivering.

mcmuller commented 3 years ago

...good to know that the output looks the same like from the Stations. I ordered sensors and receiver and will provide you with data for integration asap! Thanks for your work!

mcmuller commented 3 years ago

Got the Froggit DP1500 today and did a debug log for you. There can be a total of 8 Soil Moisture Sensors (called DP1000) in the system, according to the docs. Would be very nice if you add them to your adapter. sainlogic-debug-GW1000A.txt

phifogg commented 3 years ago

The interessting part ist this one:

2021-03-22 17:01:16.047 - debug: sainlogic.1 (10353) Listener body is PASSKEY=5166D3F509F4FD30F5EF49B0BF29D5EE&stationtype=GW1000A_V1.6.6&dateutc=2021-03-22+17:01:16&tempinf=71.2&humidityin=49&baromrelin=29.935&baromabsin=29.935&tempf=66.0&humidity=56&winddir=229&windspeedmph=4.70&windgustmph=9.17&maxdailygust=13.65&solarradiation=132.24&uv=1&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&totalrainin=0.000&soilmoisture1=35&soilmoisture2=31&wh65batt=0&soilbatt1=1.6&soilbatt2=1.5&freq=868M&model=GW1000_Pro In your case the parameters for soil are these: soilmoisture1=35 soilmoisture2=31 soilbatt1=1.6 soilbatt2=1.5

Do you know what unit these are? I can easily add them to the config.

mcmuller commented 3 years ago

Hi Daniel, sure... soilmoistureX is Percentage and soilbattX is Volt (Battery-Level of sensor). As a reminder, there can be up to 8 sensors connected (1-8). The WS View-App also displays the Quality of Signal, but I can't see this in the logs...

Greetings, Gregor

phifogg commented 3 years ago

Version 0.7.0 should support now these devices. Check it out and let me know.

mcmuller commented 3 years ago

Thanks! Will try when I'm home next week

Coalado commented 3 years ago

I tested GW1000 and WH51 (Same from Ecowitt) today, and it works great.

mcmuller commented 3 years ago

Version 0.7.0 should support now these devices. Check it out and let me know.

Back from an injury I tested and it worked for my 5 sensors. Only caveat is the battery voltage is only reported for the first sensor. Log attached. sainlogic debug.txt

phifogg commented 3 years ago

Awesome, i take the GW100 and WH51 into the supported devices list...

phifogg commented 3 years ago

Ich habe eine 0.7.1 im repo angelegt, da sollte das Batterielevel nun von allen Sensoren gezogen werden.

mcmuller commented 3 years ago

can confirm its pulling soilbatt aka Batterylevel for all sensors now! Ah, sehe Du bist zu DE gewechselt- Dankeschön für die Anpassung!