Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

[onewire] OFFLINE - CONFIGURATION_ERROR required properties missing #6904

Open
ggzengel opened this issue Jul 12, 2019 · 1 comment
Open

Comments

@ggzengel
Copy link

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
Copy link
Contributor

J-N-K commented Jul 13, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants