Cant connect Eurotronic Spirit Zigbee to OH using BitronVideo Coordinator

Please provide a debug log and I’ll take a look. This in general has been tested on a number of wall thermostats.

Hi @chris,
Here is my debug log. openhab.log (5.6 KB)
In the Screenshot of the Paper UI control you see, there is no configuration at all for item System Mode. This was generate automatically when I added the thing.
Control

Item Systemmode was created like this, to change the mode via Basic UI - but without success:
Number Radiator_Store1_systemmode "Systemmode [%d]" {channel="zigbee:device:0137F0E7:00158d0001922f6c:00158D0001922F6C_1_thermostatsystemmode"}

The channels look like this:

The log looks fine. The binding receives the command to set the mode to 0, and it sends this to the device and receives the response -:

What do you mean by “no configuration”? You mean there are no options? I can’t easily test this without trying to set up a new system, but I’m pretty sure this was tested in the past as a) I tested it, but also b) others were using this in the past at least.

Same here. I can change the temperatures, but the System Mode seems to be read-only.

@Ratimer: do you see changes you make on your device in OH? Whenever i change the temperature manually, i don’t see this in OH.

Please provide information about YOUR problem - including logs so I can see what is happening. Also, what version of the binding are you using?

Oh - it seems i occupied a wrong chat :blush:

I saw, that @ibimms had the same issue Eurotronic Spirit Zigbee Thermostat again. In the screenshot there are also no options.
Strange thing: After a system reboot I saw this options for a short time. But now they are gone again.
Event if the logs look fine, after changing my Systemmode neither the value for System Mode changed nor the physical device changes.

Ok, but I can unfortunately only go on what I see in the log and that looks ok - certainly the device is responding fine and the binding is sending what you have set. Can you provide a log showing you changing the values?

You are right! Changes at the device don’t take effect in OH. Only the other direction.

Looking at the description, that is in fact correct. This is a read only channel.

Here is the according events.logevents.log (440 Bytes)

@chris take a look at Eurotronic Spirit Zigbee Thermostat again

  1. communication is only unidirectional
  2. systemmode cannot be changed

Versions:

openhab> list | grep -i zigbee
204 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee
205 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee.console
206 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee.console.ember
207 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.cc2531
208 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.ember
209 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.telegesis
210 x Active   x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.xbee
225 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee Binding
226 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee CC2531 Bridge
227 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee Console
228 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee Console Ember
229 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee Ember Bridge
230 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee Telegesis Bridge
231 x Active   x  80 x 2.5.3                   x openHAB Add-ons :: Bundles :: ZigBee XBee Bridge

How do i activate debug for items with spaces in name (i.e. “openHAB Add-ons :: Bundles :: ZigBee Binding”) ?

Are you talking about the System Mode or the temperature?

There are no spaces in the binding name. Please see the binding documentation.

Temperature - @ibimms said he was changing the temperature - this isn’t possible as it’s read only. From memory you can only change the setpoints.

Maybe we got out of sync with the three way discussion.

I also meant setpoint - sorry for my bad English.
If I change the setpoint directly at the physical device the value does not change in OH.

I believe it should - maybe the initialisation did not complete, but it’s hard for me to be sure. You could do a device reconfiguration to see if that helps.

Thanks @Ratimer, bad english here as well :wink:

From my point of view we have only two problems:

  1. communication is unidirectional - changing “occupied heating setpoint” manually on the device does not show up in OH
  2. system mode cannot be changed in OH - seems to be readonly

How do I do a device reconfiguration?
Is it Initialize device in the configuration page of PaperUI?

Please try a device reinitialisation. If it fails, please provide a log showing what happens.

It was being set in the log I saw from @Ratimer. The device acked the message - it looked fine.

Yes.