eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
861 stars 787 forks source link

[onewire] OFFLINE - CONFIGURATION_ERROR required properties missing #6904

Open ggzengel opened 4 years ago

ggzengel commented 4 years ago

I use OH240 with this: https://janessa.me/esh/org.openhab.binding.onewire-MASTER.jar 265 │ Active │ 80 │ 2.5.0.201903031011 │ OneWire Binding

I get: OFFLINE - CONFIGURATION_ERROR required properties missing

  Thing bms Ow_BMS_KG_KWL_AA [ id="26.22AE7F010000", id1="28.D6EC5A040000", temperaturesensor="DS18B20", refresh=60 ] {
    Type humidity : humidity [ humiditytype="/HIH4000/humidity" ]
    Type temperature-por : temperature 
  }
  Thing basic Ow_T_KG_SP_BW_01 [ id="28.176ABC030000", refresh=60 ] {
            Channels:
                Type temperature-por-res : temperature [
                    resolution="11"
                ]  }
  Thing basic Ow_T_KG_SP_BW_02 [ id="28.65E39B030000", refresh=60 ] {
      Type temperature-por : temperature
  }

But this one works:

  Thing bms Ow_BMS_KG_DG_HR [ id="26.D1B17F010000", id1="28.17DC5A040000", temperaturesensor="DS18B20", refresh=60 ] {
    Type humidity : humidity [ humiditytype="/HIH4000/humidity" ]
    Type temperature-por : temperature 
  }

Because I added Ow_BMS_KG_DG_HR later, It looks like OH saved some config and now they make a conflict. I always deleted org.eclipse.smarthome.core.thing.Thing.json

J-N-K commented 4 years ago

ESH is abandoned and everything has been re-integrated to openhab. The correct repository would be openhab/openhab2-addons.

I'm not sure if that is the latest version. I have compiled a new one and updated the jar. Could you please update and open an issue in the repo I mentioned above if your problems persist?

And please show the debug log.