Giter Site home page Giter Site logo

Comments (7)

phifogg avatar phifogg commented on July 16, 2024

That is a bit weird. Can you post your config? Like is it using ecowitt or weatherunderground?

from iobroker.sainlogic.

Grothesk242 avatar Grothesk242 commented on July 16, 2024

I'm using ecowit protocol. Will send a complete restart of the adapter later. The above is from a complete restart of the whole iobroker. Maybe a a dependent adapter hadn't been startet yet?

from iobroker.sainlogic.

Grothesk242 avatar Grothesk242 commented on July 16, 2024

Settings are:

{
  "_id": "system.adapter.sainlogic.0",
  "common": {
    "name": "sainlogic",
    "version": "0.10.3",
    "title": "Sainlogic Weatherstation",
    "authors": [
      "Fogg <[email protected]>"
    ],
    "keywords": [
      "weather",
      "sainlogic"
    ],
    "license": "MIT",
    "platform": "Javascript/Node.js",
    "main": "main.js",
    "icon": "sainlogic.png",
    "enabled": true,
    "extIcon": "https://raw.githubusercontent.com/phifogg/ioBroker.sainlogic/master/admin/sainlogic.png",
    "readme": "https://github.com/phifogg/ioBroker.sainlogic/blob/master/README.md",
    "loglevel": "info",
    "mode": "daemon",
    "type": "weather",
    "compact": true,
    "connectionType": "local",
    "dataSource": "push",
    "materialize": true,
    "dependencies": [
      {
        "js-controller": ">=2.0.0"
      }
    ],
    "installedVersion": "0.10.3",
    "host": "chet",
    "logLevel": "info",
    "installedFrom": "[email protected]"
  },
  "native": {
    "listener_active": true,
    "bind": "0.0.0.0",
    "port": "45000",
    "path": "/data/report/",
    "listener_protocol": "ecowitt",
    "listener_forward_url": "",
    "scheduler_active": false,
    "ws_address": "192.168.178.22",
    "ws_port": "45000",
    "ws_freq": "30",
    "ws_getfirmware": true,
    "ws_getcurrent": true,
    "ws_getmax": true,
    "ws_getmin": true,
    "ws_getmaxdaily": true,
    "ws_getmindaily": true,
    "unit_rain": "mm",
    "unit_temperature": "°C",
    "unit_pressure": "hPa",
    "unit_windspeed": "km/h",
    "unit_solar": "lx"
  }
}

Restarting looks like this:

2023-06-05 06:49:20.832  - info: sainlogic.0 (886895) starting. Version 0.10.3 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230525-c580eb7e
2023-06-05 06:49:20.880  - info: sainlogic.0 (886895) Starting Listener
2023-06-05 06:49:20.986  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.dailyrain" has to be type "number" but received type "string"
2023-06-05 06:49:20.988  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.dailyrain" has to be type "number" but received type "string"
2023-06-05 06:49:20.990  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.dailyrain" has to be type "number" but received type "string"
2023-06-05 06:49:20.993  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.dailyrain_piezo" has to be type "number" but received type "string"
2023-06-05 06:49:20.994  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.indoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:20.996  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.indoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:20.998  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.indoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:20.999  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.absolut.indoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.000  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.daily.indoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.002  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.indoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.004  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.indoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.005  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.indoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.006  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.absolut.indoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.007  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.daily.indoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.008  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.monthlyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.008  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.monthlyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.009  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.monthlyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.010  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.monthlyrain_piezo" has to be type "number" but received type "string"
2023-06-05 06:49:21.012  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.outdoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.013  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.outdoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.013  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.outdoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.014  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.absolut.outdoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.015  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.daily.outdoorhumidity" has to be type "number" but received type "string"
2023-06-05 06:49:21.016  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.outdoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.017  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.outdoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.018  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.outdoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.018  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.absolut.outdoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.019  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.daily.outdoortemp" has to be type "number" but received type "string"
2023-06-05 06:49:21.020  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.pressureabs" has to be type "number" but received type "string"
2023-06-05 06:49:21.021  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.pressureabs" has to be type "number" but received type "string"
2023-06-05 06:49:21.022  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.pressureabs" has to be type "number" but received type "string"
2023-06-05 06:49:21.023  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.absolut.pressureabs" has to be type "number" but received type "string"
2023-06-05 06:49:21.024  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.daily.pressureabs" has to be type "number" but received type "string"
2023-06-05 06:49:21.024  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.pressurerel" has to be type "number" but received type "string"
2023-06-05 06:49:21.025  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.pressurerel" has to be type "number" but received type "string"
2023-06-05 06:49:21.026  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.pressurerel" has to be type "number" but received type "string"
2023-06-05 06:49:21.027  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.absolut.pressurerel" has to be type "number" but received type "string"
2023-06-05 06:49:21.028  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.minvalues.daily.pressurerel" has to be type "number" but received type "string"
2023-06-05 06:49:21.029  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.rain" has to be type "number" but received type "string"
2023-06-05 06:49:21.029  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.rain" has to be type "number" but received type "string"
2023-06-05 06:49:21.030  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.rain_piezo" has to be type "number" but received type "string"
2023-06-05 06:49:21.032  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.solarradiation" has to be type "number" but received type "string"
2023-06-05 06:49:21.032  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.solarradiation" has to be type "number" but received type "string"
2023-06-05 06:49:21.033  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.solarradiation" has to be type "number" but received type "string"
2023-06-05 06:49:21.034  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.uvi" has to be type "number" but received type "string"
2023-06-05 06:49:21.035  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.uvi" has to be type "number" but received type "string"
2023-06-05 06:49:21.036  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.uvi" has to be type "number" but received type "string"
2023-06-05 06:49:21.037  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.weeklyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.038  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.weeklyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.039  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.weeklyrain_piezo" has to be type "number" but received type "string"
2023-06-05 06:49:21.040  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.winddir" has to be type "number" but received type "string"
2023-06-05 06:49:21.041  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.windgustspeed" has to be type "number" but received type "string"
2023-06-05 06:49:21.042  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.windgustspeed" has to be type "number" but received type "string"
2023-06-05 06:49:21.045  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.windgustspeed" has to be type "number" but received type "string"
2023-06-05 06:49:21.046  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.maxdailygust" has to be type "number" but received type "string"
2023-06-05 06:49:21.047  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.windspeed" has to be type "number" but received type "string"
2023-06-05 06:49:21.047  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.windspeed" has to be type "number" but received type "string"
2023-06-05 06:49:21.048  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.daily.windspeed" has to be type "number" but received type "string"
2023-06-05 06:49:21.049  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.yearlyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.050  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.yearlyrain" has to be type "number" but received type "string"
2023-06-05 06:49:21.051  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.totalrainin" has to be type "number" but received type "string"
2023-06-05 06:49:21.052  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.maxvalues.absolut.totalrainin" has to be type "number" but received type "string"
2023-06-05 06:49:21.053  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.yearlyrain_piezo" has to be type "number" but received type "string"
2023-06-05 06:49:21.053  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.soilmoisture" has to be type "number" but received type "string"
2023-06-05 06:49:21.054  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.info.soilbatt" has to be type "number" but received type "string"
2023-06-05 06:49:21.055  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.info.wh80batt" has to be type "number" but received type "string"
2023-06-05 06:49:21.056  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.info.wh40batt" has to be type "number" but received type "string"
2023-06-05 06:49:21.057  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.info.wh25batt" has to be type "number" but received type "string"
2023-06-05 06:49:21.058  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.tf_ch" has to be type "number" but received type "string"
2023-06-05 06:49:21.058  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.info.tf_batt" has to be type "number" but received type "string"
2023-06-05 06:49:21.059  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.tf_co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.060  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.humi_co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.061  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.pm25_co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.062  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.daily.pm25_24h_co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.062  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.pm10_co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.109  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.daily.pm10_24h_co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.110  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.co2" has to be type "number" but received type "string"
2023-06-05 06:49:21.222  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.daily.co2_24h" has to be type "number" but received type "string"
2023-06-05 06:49:21.233  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.info.co2_batt" has to be type "number" but received type "string"
2023-06-05 06:49:21.234  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.lightning_time" has to be type "number" but received type "string"
2023-06-05 06:49:21.246  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.lightning" has to be type "number" but received type "string"
2023-06-05 06:49:21.251  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.daily.lightning_num" has to be type "number" but received type "string"
2023-06-05 06:49:21.253  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.eventrain_piezo" has to be type "number" but received type "string"
2023-06-05 06:49:21.254  - info: sainlogic.0 (886895) State value to set for "sainlogic.0.weather.current.hourlyrain_piezo" has to be type "number" but received type "string"

from iobroker.sainlogic.

mcm1957 avatar mcm1957 commented on July 16, 2024

I can confirm these info / errors:

Adapter 1.10.3
js-controller 4.0.24

running in lister mode

I want to note that those messages occure only once, but at every adapter start. Maybe they result from some sort of initialization code? Regular updates seem to work without messages.

2023-06-16 18:12:38.860 - info: sainlogic.0 (25805) starting. Version 0.10.3 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v16.19.0, js-controller: 4.0.24
--
2023-06-16 18:12:38.908 - info: sainlogic.0 (25805) Starting Listener
2023-06-16 18:12:38.958 - info: sainlogic.0 (25805) Creating new data point: info.last_listener_update
2023-06-16 18:12:38.960 - info: sainlogic.0 (25805) Creating new data point: weather.current.dailyrain
2023-06-16 18:12:38.961 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.dailyrain
2023-06-16 18:12:38.962 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.dailyrain
2023-06-16 18:12:38.962 - info: sainlogic.0 (25805) Creating new data point: weather.current.dailyrain_piezo
2023-06-16 18:12:38.963 - info: sainlogic.0 (25805) Creating new data point: weather.current.dewpointtemp
2023-06-16 18:12:38.964 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.dewpointtemp
2023-06-16 18:12:38.965 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.dewpointtemp
2023-06-16 18:12:38.965 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.dewpointtemp
2023-06-16 18:12:38.966 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.dewpointtemp
2023-06-16 18:12:38.967 - info: sainlogic.0 (25805) Creating new data point: weather.current.indoorhumidity
2023-06-16 18:12:38.967 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.indoorhumidity
2023-06-16 18:12:38.968 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.indoorhumidity
2023-06-16 18:12:38.969 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.indoorhumidity
2023-06-16 18:12:38.969 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.indoorhumidity
2023-06-16 18:12:38.969 - info: sainlogic.0 (25805) Creating new data point: weather.current.indoortemp
2023-06-16 18:12:38.970 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.indoortemp
2023-06-16 18:12:38.970 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.indoortemp
2023-06-16 18:12:38.970 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.indoortemp
2023-06-16 18:12:38.971 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.indoortemp
2023-06-16 18:12:38.971 - info: sainlogic.0 (25805) Creating new data point: weather.current.monthlyrain
2023-06-16 18:12:38.972 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.monthlyrain
2023-06-16 18:12:38.972 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.monthlyrain
2023-06-16 18:12:38.972 - info: sainlogic.0 (25805) Creating new data point: weather.current.monthlyrain_piezo
2023-06-16 18:12:38.973 - info: sainlogic.0 (25805) Creating new data point: weather.current.outdoorhumidity
2023-06-16 18:12:38.973 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.outdoorhumidity
2023-06-16 18:12:38.973 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.outdoorhumidity
2023-06-16 18:12:38.974 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.outdoorhumidity
2023-06-16 18:12:38.974 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.outdoorhumidity
2023-06-16 18:12:38.974 - info: sainlogic.0 (25805) Creating new data point: weather.current.outdoortemp
2023-06-16 18:12:38.975 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.outdoortemp
2023-06-16 18:12:38.975 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.outdoortemp
2023-06-16 18:12:38.976 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.outdoortemp
2023-06-16 18:12:38.976 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.outdoortemp
2023-06-16 18:12:38.977 - info: sainlogic.0 (25805) Creating new data point: weather.current.pressureabs
2023-06-16 18:12:38.977 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.pressureabs
2023-06-16 18:12:38.977 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.pressureabs
2023-06-16 18:12:38.978 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.pressureabs
2023-06-16 18:12:38.978 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.pressureabs
2023-06-16 18:12:38.978 - info: sainlogic.0 (25805) Creating new data point: weather.current.pressurerel
2023-06-16 18:12:38.979 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.pressurerel
2023-06-16 18:12:38.980 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.pressurerel
2023-06-16 18:12:38.980 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.pressurerel
2023-06-16 18:12:38.980 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.pressurerel
2023-06-16 18:12:38.981 - info: sainlogic.0 (25805) Creating new data point: weather.current.rain
2023-06-16 18:12:38.981 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.rain
2023-06-16 18:12:38.981 - info: sainlogic.0 (25805) Creating new data point: weather.current.rain_piezo
2023-06-16 18:12:38.982 - info: sainlogic.0 (25805) Creating new data point: weather.current.solarradiation
2023-06-16 18:12:38.982 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.solarradiation
2023-06-16 18:12:38.982 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.solarradiation
2023-06-16 18:12:38.983 - info: sainlogic.0 (25805) Creating new data point: weather.current.uvi
2023-06-16 18:12:38.983 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.uvi
2023-06-16 18:12:38.984 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.uvi
2023-06-16 18:12:38.984 - info: sainlogic.0 (25805) Creating new data point: weather.current.weeklyrain
2023-06-16 18:12:38.985 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.weeklyrain
2023-06-16 18:12:38.985 - info: sainlogic.0 (25805) Creating new data point: weather.current.weeklyrain_piezo
2023-06-16 18:12:38.985 - info: sainlogic.0 (25805) Creating new data point: weather.current.windchilltemp
2023-06-16 18:12:38.986 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.absolut.windchilltemp
2023-06-16 18:12:38.986 - info: sainlogic.0 (25805) Creating new data point: weather.minvalues.daily.windchilltemp
2023-06-16 18:12:38.986 - info: sainlogic.0 (25805) Creating new data point: weather.current.winddir
2023-06-16 18:12:38.987 - info: sainlogic.0 (25805) Creating new data point: weather.current.windgustspeed
2023-06-16 18:12:38.987 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.windgustspeed
2023-06-16 18:12:38.987 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.windgustspeed
2023-06-16 18:12:38.988 - info: sainlogic.0 (25805) Creating new data point: weather.current.windspeed
2023-06-16 18:12:38.988 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.windspeed
2023-06-16 18:12:38.988 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.daily.windspeed
2023-06-16 18:12:38.989 - info: sainlogic.0 (25805) Creating new data point: weather.current.yearlyrain
2023-06-16 18:12:38.989 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.yearlyrain
2023-06-16 18:12:38.989 - info: sainlogic.0 (25805) Creating new data point: weather.current.totalrainin
2023-06-16 18:12:38.990 - info: sainlogic.0 (25805) Creating new data point: weather.maxvalues.absolut.totalrainin
2023-06-16 18:12:38.990 - info: sainlogic.0 (25805) Creating new data point: weather.current.yearlyrain_piezo
2023-06-16 18:12:38.991 - info: sainlogic.0 (25805) Creating new data point: weather.current.soilmoisture
2023-06-16 18:12:38.991 - info: sainlogic.0 (25805) Creating new data point: weather.info.soilbatt
2023-06-16 18:12:38.991 - info: sainlogic.0 (25805) Creating new data point: weather.info.wh80batt
2023-06-16 18:12:38.992 - info: sainlogic.0 (25805) Creating new data point: weather.info.wh40batt
2023-06-16 18:12:38.992 - info: sainlogic.0 (25805) Creating new data point: weather.info.wh25batt
2023-06-16 18:12:38.992 - info: sainlogic.0 (25805) Creating new data point: weather.current.tf_ch
2023-06-16 18:12:38.993 - info: sainlogic.0 (25805) Creating new data point: weather.info.tf_batt
2023-06-16 18:12:38.993 - info: sainlogic.0 (25805) Creating new data point: weather.current.tf_co2
2023-06-16 18:12:38.993 - info: sainlogic.0 (25805) Creating new data point: weather.current.humi_co2
2023-06-16 18:12:38.994 - info: sainlogic.0 (25805) Creating new data point: weather.current.pm25_co2
2023-06-16 18:12:38.994 - info: sainlogic.0 (25805) Creating new data point: weather.daily.pm25_24h_co2
2023-06-16 18:12:38.994 - info: sainlogic.0 (25805) Creating new data point: weather.current.pm10_co2
2023-06-16 18:12:38.994 - info: sainlogic.0 (25805) Creating new data point: weather.daily.pm10_24h_co2
2023-06-16 18:12:38.995 - info: sainlogic.0 (25805) Creating new data point: weather.current.co2
2023-06-16 18:12:38.995 - info: sainlogic.0 (25805) Creating new data point: weather.daily.co2_24h
2023-06-16 18:12:38.995 - info: sainlogic.0 (25805) Creating new data point: weather.info.co2_batt
2023-06-16 18:12:39.084 - warn: sainlogic.0 (25805) Object sainlogic.0.info.last_listener_update is invalid: Default value has to be type "string" but received type "number"
2023-06-16 18:12:39.085 - warn: sainlogic.0 (25805) This object will not be created in future versions. Please report this to the developer.
2023-06-16 18:12:39.089 - info: sainlogic.0 (25805) Creating new data point: weather.current.eventrain_piezo
2023-06-16 18:12:39.090 - info: sainlogic.0 (25805) Creating new data point: weather.current.hourlyrain_piezo
2023-06-16 18:12:39.708 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.info.last_listener_update" has to be type "string" but received type "number"
2023-06-16 18:12:40.078 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.dailyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.079 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.dailyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.080 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.dailyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.081 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.dailyrain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:40.082 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.dewpointtemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.083 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.dewpointtemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.084 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.dewpointtemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.085 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.dewpointtemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.086 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.dewpointtemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.087 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.indoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.087 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.indoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.088 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.indoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.089 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.indoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.090 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.indoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.091 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.indoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.092 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.indoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.093 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.indoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.093 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.indoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.094 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.indoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.095 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.monthlyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.096 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.monthlyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.096 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.monthlyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.097 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.monthlyrain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:40.098 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.outdoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.099 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.outdoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.099 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.outdoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.100 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.outdoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.101 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.outdoorhumidity" has to be type "number" but received type "string"
2023-06-16 18:12:40.101 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.outdoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.102 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.outdoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.103 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.outdoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.104 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.outdoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.104 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.outdoortemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.105 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.pressureabs" has to be type "number" but received type "string"
2023-06-16 18:12:40.106 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.pressureabs" has to be type "number" but received type "string"
2023-06-16 18:12:40.106 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.pressureabs" has to be type "number" but received type "string"
2023-06-16 18:12:40.107 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.pressureabs" has to be type "number" but received type "string"
2023-06-16 18:12:40.108 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.pressureabs" has to be type "number" but received type "string"
2023-06-16 18:12:40.109 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.pressurerel" has to be type "number" but received type "string"
2023-06-16 18:12:40.110 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.pressurerel" has to be type "number" but received type "string"
2023-06-16 18:12:40.111 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.pressurerel" has to be type "number" but received type "string"
2023-06-16 18:12:40.112 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.pressurerel" has to be type "number" but received type "string"
2023-06-16 18:12:40.112 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.pressurerel" has to be type "number" but received type "string"
2023-06-16 18:12:40.113 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.rain" has to be type "number" but received type "string"
2023-06-16 18:12:40.114 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.rain" has to be type "number" but received type "string"
2023-06-16 18:12:40.115 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.rain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:40.116 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.solarradiation" has to be type "number" but received type "string"
2023-06-16 18:12:40.117 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.solarradiation" has to be type "number" but received type "string"
2023-06-16 18:12:40.117 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.solarradiation" has to be type "number" but received type "string"
2023-06-16 18:12:40.118 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.uvi" has to be type "number" but received type "string"
2023-06-16 18:12:40.119 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.uvi" has to be type "number" but received type "string"
2023-06-16 18:12:40.120 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.uvi" has to be type "number" but received type "string"
2023-06-16 18:12:40.121 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.weeklyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.121 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.weeklyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.122 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.weeklyrain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:40.123 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.windchilltemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.124 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.absolut.windchilltemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.125 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.minvalues.daily.windchilltemp" has to be type "number" but received type "string"
2023-06-16 18:12:40.126 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.winddir" has to be type "number" but received type "string"
2023-06-16 18:12:40.126 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.windgustspeed" has to be type "number" but received type "string"
2023-06-16 18:12:40.127 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.windgustspeed" has to be type "number" but received type "string"
2023-06-16 18:12:40.128 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.windgustspeed" has to be type "number" but received type "string"
2023-06-16 18:12:40.128 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.windspeed" has to be type "number" but received type "string"
2023-06-16 18:12:40.132 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.windspeed" has to be type "number" but received type "string"
2023-06-16 18:12:40.133 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.daily.windspeed" has to be type "number" but received type "string"
2023-06-16 18:12:40.133 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.yearlyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.134 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.yearlyrain" has to be type "number" but received type "string"
2023-06-16 18:12:40.135 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.totalrainin" has to be type "number" but received type "string"
2023-06-16 18:12:40.136 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.maxvalues.absolut.totalrainin" has to be type "number" but received type "string"
2023-06-16 18:12:40.137 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.yearlyrain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:40.138 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.soilmoisture" has to be type "number" but received type "string"
2023-06-16 18:12:40.201 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.info.soilbatt" has to be type "number" but received type "string"
2023-06-16 18:12:40.202 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.info.wh80batt" has to be type "number" but received type "string"
2023-06-16 18:12:40.203 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.info.wh40batt" has to be type "number" but received type "string"
2023-06-16 18:12:40.204 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.info.wh25batt" has to be type "number" but received type "string"
2023-06-16 18:12:40.205 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.tf_ch" has to be type "number" but received type "string"
2023-06-16 18:12:40.206 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.info.tf_batt" has to be type "number" but received type "string"
2023-06-16 18:12:40.207 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.tf_co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.343 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.humi_co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.352 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.pm25_co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.353 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.daily.pm25_24h_co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.354 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.pm10_co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.363 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.daily.pm10_24h_co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.364 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.co2" has to be type "number" but received type "string"
2023-06-16 18:12:40.365 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.daily.co2_24h" has to be type "number" but received type "string"
2023-06-16 18:12:40.366 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.info.co2_batt" has to be type "number" but received type "string"
2023-06-16 18:12:40.367 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.eventrain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:40.367 - info: sainlogic.0 (25805) State value to set for "sainlogic.0.weather.current.hourlyrain_piezo" has to be type "number" but received type "string"
2023-06-16 18:12:50.446 - info: sainlogic.0 (25805) Forward URL: + https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=IXXXXXX&PASSWORD=XXXXXXX&indoortempf=77.2&tempf=74.7&dewptf=48.7&windchillf=74.7&indoorhumidity=48&humidity=40&windspeedmph=1.6&windgustmph=2.2&winddir=96&absbaromin=29.342&baromin=30.426&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=4.461&solarradiation=79.40&UV=0&dateutc=2023-06-16+16%3A12%3A48&softwaretype=EasyWeatherV1.6.5&action=updateraw&realtime=1&rtfreq=5&last_listener_update=%7B%22ID%22%3A%22IFAVOR41%22%2C%22PASSWORD%22%3A%22HPyaGJfh%22%2C%22indoortempf%22%3A%2277.2%22%2C%22tempf%22%3A%2274.7%22%2C%22dewptf%22%3A%2248.7%22%2C%22windchillf%22%3A%2274.7%22%2C%22indoorhumidity%22%3A%2248%22%2C%22humidity%22%3A%2240%22%2C%22windspeedmph%22%3A%221.6%22%2C%22windgustmph%22%3A%222.2%22%2C%22winddir%22%3A%2296%22%2C%22absbaromin%22%3A%2229.342%22%2C%22baromin%22%3A%2230.426%22%2C%22rainin%22%3A%220.000%22%2C%22dailyrainin%22%3A%220.000%22%2C%22weeklyrainin%22%3A%220.000%22%2C%22monthlyrainin%22%3A%224.461%22%2C%22solarradiation%22%3A%2279.40%22%2C%22UV%22%3A%220%22%2C%22dateutc%22%3A%222023-06-16+16%3A12%3A48%22%2C%22softwaretype%22%3A%22EasyWeatherV1.6.5%22%2C%22action%22%3A%22updateraw%22%2C%22realtime%22%3A%221%22%2C%22rtfreq%22%3A%225%22%7D
2023-06-16 18:12:50.446 - info: sainlogic.0 (25805) Forward response body: success

<!--EndFragment-->
</body>
</html>

from iobroker.sainlogic.

mcm1957 avatar mcm1957 commented on July 16, 2024

In addition the following log

2023-06-16 18:12:39.084 - warn: sainlogic.0 (25805) Object sainlogic.0.info.last_listener_update is invalid: Default value has to be type "string" but received type "number"
2023-06-16 18:12:39.085 - warn: sainlogic.0 (25805) This object will not be created in future versions. Please report this to the developer.

raises some alarm. Please check wether teh adapter creates the objects still with upcomingjs-.controlle5. It's available as beta (see forum).

from iobroker.sainlogic.

phifogg avatar phifogg commented on July 16, 2024

Thanks @mcm1957. Sounds like initialization code is using a default - probably empty - string. I'll check into that.

from iobroker.sainlogic.

phifogg avatar phifogg commented on July 16, 2024

Closed with 0.10.5

from iobroker.sainlogic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.