Cant connect Eurotronic Spirit Zigbee to OH using BitronVideo Coordinator

ZWave thermostats are completely different to ZigBee - this thread is quite clearly about ZigBee so I think you should start a new thread.

1 Like

ok i am aware of this and i will do this if the problems will show up again.
Maybe we should wipe out the z#a#e word in this thread, so the search engine won´t bring the people to this thread.

What about my origin question? Cannot find where to get 2.5.2-snapshot for testing purpose. Are there binaries build, or docker container so i can validate function?

And hey, thanks a lot for your work, chris!

The official OH documentation tells you. Where did you look? We are here to help you solve your problems.

Hi i searched my repo for it, which indeed just shows up stable package.
So i gone deeper and looked up for the url which is listed as repo url.
So i got to https://bintray.com/openhab/rpm-repo2/openhab2#files, where in testing just 2.5.0.M2 can be found.
Also I tried to pull from docker openhab/openhab:snapshot what of course bring me 3.0.0-snapshot as it should do so (which doesn´t run at all on my machine, but this is another thing to go for).
Sorry if its a dumb question, but i am not much into package development things or how they are brought to people, usually i am fine with stable packages redhat or rpmfusion are serving me.

I was away when 2.5.1 was released so I am a bit behind. I would guess the addons snapshot may only be on Jenkins.
It looks like this may be the latest. I believe only addons are changed since 2.5.1

https://ci.openhab.org/view/Integration%20Builds%20(2.5.x)/job/openHAB-Distribution/

Hi @chris,
changing the system mode also seems not possible - At least I could not change the value neither via PaperUI nor in Basic UI. Changes to the …1_thermostatsystemmode channel seems to be ignored.

Is there a way I can implement #554 ? Could you please guide me?

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.