Announcement

Collapse
No announcement yet.

Error while scanning device <Room Name> Nullable object must have a value.

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

    Error while scanning device <Room Name> Nullable object must have a value.

    At plugin 4.0.6.0 startup on HS4 4.7.0 I am seeing these entries. Both the "Mud Room Porch" and "Front Door" are rooms in the Hue Bridge. Any thoughts on what may be making it unhappy?

    Error: (InitDevices):Gathering information from device Front Door ref:861 of type unknown
    Error: (InitDevices):Nullable object must have a value.
    Error: (InitDevices):Error while scanning device Front Door Nullable object must have a value.
    Error: (InitDevices):Gathering information from device 7 of type unknown
    Error: (InitDevices):Nullable object must have a value.
    Error: (InitDevices):Error while scanning device Mud Room Porch Nullable object must have a value.


    I enabled verbose logging to get the below.

    14:43:01.2416936 -- (JowiHueUtils.InitDevices) Error: :Error while scanning device Mud Room Porch Nullable object must have a value.
    14:43:01.2775936 -- (JowiHueUtils.InitDevices) System.InvalidOperationException(0x80131509): Nullable object must have a value.
    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionR esource resource)
    at System.Nullable`1.get_Value()
    at HSPI_JowiHue.JowiHueUtils.CheckGroupFeature(HsFeature HsFeature)
    at HSPI_JowiHue.JowiHueUtils.InitDevices()

    14:43:01.2786021 -- (JowiHueUtils.InitDevices) Error: :Nullable object must have a value.
    14:43:01.2825796 -- (JowiHueUtils.InitDevices) System.InvalidOperationException(0x80131509): Nullable object must have a value.
    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionR esource resource)
    at System.Nullable`1.get_Value()
    at HSPI_JowiHue.JowiHueUtils.CheckGroupFeature(HsFeature HsFeature)
    at HSPI_JowiHue.JowiHueUtils.InitDevices()



    14:43:01.3583659 -- (JowiHueUtils.InitDevices) Error: :Error while scanning device Front Door Nullable object must have a value.
    14:43:01.3623790 -- (JowiHueUtils.InitDevices) System.InvalidOperationException(0x80131509): Nullable object must have a value.
    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionR esource resource)
    at System.Nullable`1.get_Value()
    at HSPI_JowiHue.JowiHueUtils.CheckGroupFeature(HsFeature HsFeature)
    at HSPI_JowiHue.JowiHueUtils.InitDevices()

    14:43:01.3623790 -- (JowiHueUtils.InitDevices) Error: :Nullable object must have a value.
    14:43:01.3673508 -- (JowiHueUtils.InitDevices) System.InvalidOperationException(0x80131509): Nullable object must have a value.
    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionR esource resource)
    at System.Nullable`1.get_Value()
    at HSPI_JowiHue.JowiHueUtils.CheckGroupFeature(HsFeature HsFeature)
    at HSPI_JowiHue.JowiHueUtils.InitDevices()

    #2
    I am guessing tht for some reason the plugin information in the device is missing for some reason.... Would it be a problem to remove both group devices from HS and restart the plugin? After the restart the plugin will recreate the device and put in the correct plugin information again.
    If you have events using the devices you will have to connect the new device after the restart. If you have been using the JowiHue actions, there should be no problem (not 100% sure as "rooms" from Philips hue tend to present different now and then.

    Wim
    -- Wim

    Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

    1210 devices/features ---- 392 events ----- 40 scripts

    Comment

    Working...
    X