Announcement

Collapse
No announcement yet.

WH31B Has Wrong Child Devices

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    WH31B Has Wrong Child Devices

    I am bringing in the WH31B T/H devices from Hubitat. These devices are Temp and Humidity only. The mcsHubitat PI is showing additional child devices (Illuminance and Rain) that Do Not exist within these devices.

    Also all the child devices are not showing levels for the Temp, Humidity and Battery. Nothing shows in the log. Using PI 4.3.14.1.

    Can we get this fixed so the Temp and Humidity and Battery are the only child devices shown and get the actual child device values? Thanks

    #2
    I cannot do anything about it without the plugin log that shows how Hubitat is declaring the device capability. Either post of email to mcsSolutions at CenturyTel dot net.

    If there is nothing in the plugin log when the debug is enabled then the plugin would not be able to create any devices.

    Comment


      #3
      Originally posted by Michael McSharry View Post
      I cannot do anything about it without the plugin log that shows how Hubitat is declaring the device capability. Either post of email to mcsSolutions at CenturyTel dot net.

      If there is nothing in the plugin log when the debug is enabled then the plugin would not be able to create any devices.
      I sent info to your email address.

      Comment


        #4
        I looked at your advertisement from Hubitat. It indicates the following devices are supported by Ecowitt RF Sensor. Most of them are new to the plugin. I added them so there would not be errors when other Ecowitt models do include them, but I did not map the additional them into HS devices. I will wait to do this when somebody has a sensor that is not currently included in the set that is now mapped to HS devices.

        I also now recognize your request is not to add new devices, but actually remove devices that the WH31B does not have. I am not going tailor the plugin for every Ecowitt model, but the timing is perfect for the feature that was added to the plugin in versions 3.4.x.x and 4.4.x.x. Look at thread at Hubitat Feature Selector Implemented in Version 4.4.0.0 / 3.4.0.0 - HomeSeer Message Board

        As a note you are posting in the HS3 forum, but claim to be using the HS4 plugin.

        Code:
        "orphaned":"false",
        "dataType":"NUMBER",
        "values":null,
        "co2_avg_24h":null,
        "windGust":null,
        "pm10_avg_24h":null,
        "aqiDanger":null,
        "solarRadiation":null,
        "waterColor":null,
        "ultravioletIndex":null,
        "pm10":null,
        "temperature":"59.5",
        "windCompass_avg_10m":null,
        "rainDaily":null,
        "status":"<font style='color:green'>OK</font>",
        "html2":null,
        "batteryTempOrg":null,
        "batteryRain":null,
        "aqi":null,
        "batteryTemp":null,
        "windSpeed":null,
        "batteryRainOrg":null,
        "batteryOrg":"0",
        "aqi_avg_24h":null,
        "windSpeed_avg_10m":null,
        "heatIndex":null,
        "batteryWindOrg":null,
        "orphanedTemp":null,
        "dewPoint":null,
        "batteryRainIcon":null,
        "co2":null,
        "humidity":"35",
        "html4":null,
        "windColor":null,
        "pm25_avg_24h":null,
        "simmerIndex":null,
        "batteryTempIcon":null,
        "windDanger":null,
        "batteryWind":null,
        "pm25":null,
        "orphanedRain":null,
        "rainHourly":null,
        "rainWeekly":null,
        "lightningEnergy":null,
        "orphanedWind":null,
        "batteryWindIcon":null,
        "ultravioletColor":null,
        "heatColor":null,
        "windCompass":null,
        "aqiColor_avg_24h":null,
        "lightningCount":null,
        "rainEvent":null,
        "heatDanger":null,
        "rainYearly":null,
        "rainMonthly":null,
        "windChill":null,
        "lightningTime":null,
        "ultravioletDanger":null,
        "rainTotal":null,
        "lightningDistance":null,
        "pressure":null,
        "windDirection":null,
        "simmerDanger":null,
        "html3":null,
        "html1":null,
        "aqiDanger_avg_24h":null,
        "battery":"100",
        "windGustMaxDaily":null,
        "rainRate":null,
        "waterMsg":null,
        "water":null,
        "batteryIcon":"100",
        "pressureAbs":null,
        "html":"pending",
        "aqiColor":null,
        "illuminance":null,
        "simmerColor":null,
        "windDirection_avg_10m":null},

        Comment


          #5
          Originally posted by Michael McSharry View Post
          I also now recognize your request is not to add new devices, but actually remove devices that the WH31B does not have. I am not going tailor the plugin for every Ecowitt model, but the timing is perfect for the feature that was added to the plugin in versions 3.4.x.x and 4.4.x.x. Look at thread at Hubitat Feature Selector Implemented in Version 4.4.0.0 / 3.4.0.0 - HomeSeer Message Board

          As a note you are posting in the HS3 forum, but claim to be using the HS4 plugin.
          Thanks. I didn't know about the feature selector version. Also I should have posted in the HS4 forum area, sorry about that.

          Comment

          Working...
          X