phifogg / ioBroker.sainlogic

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

The Objects sainlogic.0.weather.current.dailyrain and sainlogic.0.weather.current.rain will not be set back to zero #137

Closed mangel8 closed 1 year ago

mangel8 commented 1 year ago

Hallo zusammen, vielleicht könnte sich das bitte jemand im Adapter anschauen. Die Datenpunkte sainlogic.0.weather.current.dailyrain und sainlogic.0.weather.current.rain werden nach Tagesablauf bzw. wenn es aufhört zu regnen nicht zurückgesetzt. Wetterstation Froggit WH4000SE Danke und Grüße Michael

Hello together, maybe someone can take a look at the adapter. The Objects sainlogic.0.weather.current.dailyrain and sainlogic.0.weather.current.rain will not be set back to zero at a new day or if the rain stops. Weatherstation Froggit WH4000SE Thank you greetings Michael

Makobe commented 1 year ago

Dies kann ich bestätigen. Instanz läuft als Scheduler mit einer wS980 mit EasyWeather V1.6.4 Datenpunkt: sainlogic.0.weather.current.rain wird nach Beendigung des Regens nicht zurückgesetzt sondern bleibt auf dem letzten Stand. Bei mir z.B. 1.8 mm

im Debugmode ist auch ersichtlich, dass korrekte Werte ankommen jedoch nicht auf den Datenpunkt gesetzt werden.

2023-01-05 12:04:53.793  - info: sainlogic.0 (77689) Scheduler pulling for new data
2023-01-05 12:04:53.798  - debug: sainlogic.0 (77689) Scheduler connected to weather station run 255,255,80,3,83
2023-01-05 12:04:53.808  - debug: sainlogic.0 (77689) FW Scheduler Received data string: ffff501511456173795765617468657256312e362e34
2023-01-05 12:04:53.809  - debug: sainlogic.0 (77689) Data Command received: 80 subcommand 69
2023-01-05 12:04:53.809  - debug: sainlogic.0 (77689) Data object: {"softwaretype":"EasyWeatherV1.6.4"}
2023-01-05 12:04:53.809  - info: sainlogic.0 (77689) Scheduler updating IOBroker states
2023-01-05 12:04:53.809  - debug: sainlogic.0 (77689) Setting value from data for info.softwaretype to EasyWeatherV1.6.4
2023-01-05 12:04:53.809  - debug: sainlogic.0 (77689) Scheduler connected to weather station run 255,255,11,0,6,4,4,25
2023-01-05 12:04:53.828  - debug: sainlogic.0 (77689) FW Scheduler Received data string: ffff0b0050040100600200540300480400540500540656075c0827710927710a00240b000a0c000a0e000000001000000030110000007512000000751300000075140000256115000064821600171700ccf3
2023-01-05 12:04:53.828  - debug: sainlogic.0 (77689) Data Command received: 11 subcommand 4
2023-01-05 12:04:53.828  - debug: sainlogic.0 (77689) Data object: {"indoortemp":96,"outdoortemp":84,"dewpointtemp":72,"windchilltemp":84,"heatindex":84,"indoorhumidity":86,"outdoorhumidity":92,"pressureabs":10097,"pressurerel":10097,"winddir":36,"windspeed":10,"windgustspeed":10,"rain":0,"dailyrain":48,"weeklyrain":117,"monthlyrain":117,"yearlyrain":117,"raintotal":9569,"solarradiation":25730,"UVraw":23,"uvi":0}
2023-01-05 12:04:53.828  - info: sainlogic.0 (77689) Scheduler updating IOBroker states
2023-01-05 12:04:53.829  - debug: sainlogic.0 (77689) Setting value from data for weather.current.UVraw to 23
2023-01-05 12:04:53.829  - debug: sainlogic.0 (77689) Setting value from data for weather.current.dailyrain to 4.8
2023-01-05 12:04:53.829  - debug: sainlogic.0 (77689) Target for dailyrain unit is set: mm, using conversion: null
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.dewpointtemp to 7.2
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Target for dewpointtemp unit is set: °C, using conversion: null
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.indoorhumidity to 86
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.indoortemp to 9.6
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Target for indoortemp unit is set: °C, using conversion: null
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.monthlyrain to 11.7
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Target for monthlyrain unit is set: mm, using conversion: null
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.outdoorhumidity to 92
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.outdoortemp to 8.4
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Target for outdoortemp unit is set: °C, using conversion: null
2023-01-05 12:04:53.830  - debug: sainlogic.0 (77689) Setting value from data for weather.current.pressureabs to 1009.7
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Target for pressureabs unit is set: hPa, using conversion: null
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Setting value from data for weather.current.pressurerel to 1009.7
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Target for pressurerel unit is set: hPa, using conversion: null
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Setting value from data for weather.current.solarradiation to 2573
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Target for solarradiation unit is set: lx, using conversion: null
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Setting value from data for weather.current.weeklyrain to 11.7
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Target for weeklyrain unit is set: mm, using conversion: null
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Setting value from data for weather.current.windchilltemp to 8.4
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Target for windchilltemp unit is set: °C, using conversion: null
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Setting value from data for weather.current.winddir to 36
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Setting value from data for weather.current.windgustspeed to 3.6
2023-01-05 12:04:53.831  - debug: sainlogic.0 (77689) Target for windgustspeed unit is set: km/h, using conversion: null
2023-01-05 12:04:53.832  - debug: sainlogic.0 (77689) Setting value from data for weather.current.windspeed to 3.6
2023-01-05 12:04:53.832  - debug: sainlogic.0 (77689) Target for windspeed unit is set: km/h, using conversion: null
2023-01-05 12:04:53.832  - debug: sainlogic.0 (77689) Setting value from data for weather.current.yearlyrain to 11.7
2023-01-05 12:04:53.832  - debug: sainlogic.0 (77689) Target for yearlyrain unit is set: mm, using conversion: null
2023-01-05 12:04:53.837  - debug: sainlogic.0 (77689) FW Scheduler Connection closed
phifogg commented 1 year ago

Should be solved in latest published version. please reopen if not.