[SOLVED] [2.5.0, 2.5.1] Sonos items not getting updated

Not sure when this has been started, but I just noticed, that my Sonos items are not getting updated when beeing controlled by something other than openHAB, e.g.:

  • increase/decrease volume using the touch keys on the speakers
  • using the Sonos mobile apps
  • controlling it by Alexa

And: When sending a command to a paired stereo-set of speakers, those speakers react individually on volume commands. Play/Stop only work if sent to the zone master of the pair of speakers.

To verify, I stopped my recent openHAB setup and booted again an archived 2.2.0 installation which worked well for a very long time using the same configuration files for the Sonos things and items:

sonos.things:

Thing sonos:CONNECT:Bibl 	"Sonos Bibliothek" 		@ "Sonos" 		[ udn="RINCON_xx1400", refresh=60]
Thing sonos:One:SchlaZi     "Lautsprecher SchlaZi"  @ "Sonos"       [ udn="RINCON_xx1400", refresh=60]
Thing sonos:PLAY1:WoZiRe 	"Lautsprecher rechts" 	@ "Sonos" 		[ udn="RINCON_xx1400", refresh=60]
Thing sonos:PLAY1:WoZiLi 	"Lautsprecher links" 	@ "Sonos" 		[ udn="RINCON_xx1400", refresh=60]
Thing sonos:PLAY1:Mobil 	"Lautsprecher mobil" 	@ "Sonos" 		[ udn="RINCON_xx1400", refresh=60]
Thing sonos:PLAY5:Buero 	"Lautsprecher Buero" 	@ "Sonos" 		[ udn="RINCON_xx1400", refresh=60]

sonos.items:

Group   gSonos                      <player>
Group   gSonosOnline                                        (gSonos)
Group   gSonosPlayer                                        (gSonos)
Group   gSonosState                                         (gSonos)
Group   gSonosVol                                           (gSonos)
Group   gSonosRadio                                         (gSonos)
Group   gSonosNVol                                          (gSonos)

Group   gSonosBibl                                          <receiver>      (gSonos)
Player  SonosBibl           "Bibliothek"                    <receiver>      (gSonosBibl,gSonosPlayer,gBibo)         {  channel="sonos:CONNECT:Bibl:control" }
Dimmer  SonosBibl_Vol       "LautstΓ€rke [%.0f %%]"          <soundvolume>   (gSonosBibl,gSonosVol,gBibo)            {  channel="sonos:CONNECT:Bibl:volume" }
Dimmer  SonosBibl_NVol      "Durchsagelautst. [%.0f %%]"                    (gSonosBibl,gSonosNVol)
String  SonosBibl_Radio     "Radio [%.16s]"                                 (gSonosBibl,gSonosRadio)                {  channel="sonos:CONNECT:Bibl:radio" }

Group   gSonosWoZiRe                                        <receiver>      (gSonos)
Player  SonosWoZiRe         "Wohnzimmer rechts"             <receiver>      (gSonosWoZiRe,gSonosPlayer,gWohnzimmer) {  channel="sonos:PLAY1:WoZiRe:control" }
Dimmer  SonosWoZiRe_Vol     "LautstΓ€rke [%.0f %%]"          <soundvolume>   (gSonosWoZiRe,gSonosVol, gWohnzimmer)   {  channel="sonos:PLAY1:WoZiRe:volume" }
Dimmer  SonosWoZiRe_NVol    "Durchsagelautst. [%.0f %%]"                    (gSonosWoZiRe,gSonosNVol)
String  SonosWoZiRe_Radio   "Radio [%.16s]"                                 (gSonosWoZiRe,gSonosRadio)              {  channel="sonos:PLAY1:WoZiRe:radio" }

Group   gSonosWoZiLi                                        <receiver>      (gSonos)
Player  SonosWoZiLi         "Wohnzimmer links"              <receiver>      (gSonosWoZiLi,gSonosPlayer,gWohnzimmer) {  channel="sonos:PLAY1:WoZiLi:control" }
Dimmer  SonosWoZiLi_Vol     "LautstΓ€rke [%.0f %%]"          <soundvolume>   (gSonosWoZiLi,gSonosVol,gWohnzimmer)    {  channel="sonos:PLAY1:WoZiLi:volume" }
Dimmer  SonosWoZiLi_NVol    "Durchsagelautst. [%.0f %%]"                    (gSonosWoZiLi,gSonosNVol)
String  SonosWoZiLi_Radio   "Radio [%.16s]"                                 (gSonosWoZiLi,gSonosRadio)              {  channel="sonos:PLAY1:WoZiLi:radio" }

Group   gSonosMobil                                         <receiver>      (gSonos)
Player  SonosMobil          "Lautsprecher"                  <receiver>      (gSonosMobil,gSonosPlayer,gWaschen)     {  channel="sonos:PLAY1:Mobil:control" }
Dimmer  SonosMobil_Vol      "LautstΓ€rke [%.0f %%]"          <soundvolume>   (gSonosMobil,gSonosVol,gWaschen)        {  channel="sonos:PLAY1:Mobil:volume" }
Dimmer  SonosMobil_NVol     "Durchsagelautst. [%.0f %%]"                    (gSonosMobil,gSonosNVol)
String  SonosMobil_Radio    "Radio [%.16s]"                                 (gSonosMobil,gSonosRadio,gWaschen)      {  channel="sonos:PLAY1:Mobil:radio" }

Group   gSonosBuero                                         <receiver>      (gSonos)
Player  SonosBuero          "BΓΌro"                          <receiver>      (gSonosBuero,gSonosPlayer,gBuero)       {  channel="sonos:PLAY5:Buero:control" }
String  SonosBuero_State    "Status [%s]"                   <receiver>      (gSonosBuero,gSonosState,gBuero)        {  channel="sonos:PLAY5:Buero:state" }
Dimmer  SonosBuero_Vol      "LautstΓ€rke [%.0f %%]"          <soundvolume>   (gSonosBuero,gSonosVol,gBuero)          {  channel="sonos:PLAY5:Buero:volume" }
Dimmer  SonosBuero_NVol     "Durchsagelautst. [%.0f %%]"                    (gSonosBuero,gSonosNVol)
String  SonosBuero_Radio    "Radio [%.16s]"                                 (gSonosBuero,gSonosRadio)               {  channel="sonos:PLAY5:Buero:radio" }

Number  SonosRadioFavorit   "Radio Favorit [%.0f]"                          (gSonos)
Number  EinschaltVolume     "EinschaltlautstΓ€rke [%s]"                      (gSonos)
Switch  SonosRadioAutomatic "Einschaltautomatik"                            (gSonos)

With the old openHAB setup (2.2.0) every β€œthird-party” change on the channels is recognized immediately by the Sonos binding and the items get updated accordingly.

On the new setup (2.5.0, 2.5.1), I can control my Sonos gear (well, some flaw on the stereo pairs as mentioned above), but changes by something other than openHAB is not recognized by openHAB and does not update the channels/items. Nothing at all in the log :frowning:

What I did so far

  • stop openHAB/openhab-cli clean-cache/start openHAB (restarted openHAB twice)
  • uninstalled Sonos binding/stopped openHAB/started openHAB/installed Sonos binding
  • update the OS (Armbian) and restart the server
  • observe the log (of course)

The system

    Armbian Stretch Linux 5.5.0
    openHABian manual setup script
    OpenJDK Runtime Environment (Zulu8.40.0.178-CA-linux_aarch32hf) (build 1.8.0_222-b178)
    openHAB 2.5.1-2 (release build)
    Sonos firmware 10.6

bundle:list:

openhab> bundle:list
START LEVEL 100 , List Threshold: 50
 ID β”‚ State  β”‚ Lvl β”‚ Version                 β”‚ Name
────┼────────┼─────┼─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────
 19 β”‚ Active β”‚  80 β”‚ 5.3.1.201602281253      β”‚ OSGi JAX-RS Connector
 20 β”‚ Active β”‚  80 β”‚ 2.8.2.v20180104-1110    β”‚ Gson: Google Json Library for Java
 21 β”‚ Active β”‚  80 β”‚ 18.0.0                  β”‚ Guava: Google Core Libraries for Java
 22 β”‚ Active β”‚  80 β”‚ 27.1.0.jre              β”‚ Guava: Google Core Libraries for Java
 23 β”‚ Active β”‚  80 β”‚ 1.0.1                   β”‚ Guava InternalFutureFailureAccess and InternalFutures
 24 β”‚ Active β”‚  80 β”‚ 3.0.0.v201312141243     β”‚ Google Guice (No AOP)
 25 β”‚ Active β”‚  80 β”‚ 4.8.35.v20190528-1517   β”‚ ClassGraph
 29 β”‚ Active β”‚  80 β”‚ 3.5.5                   β”‚ JmDNS
 31 β”‚ Active β”‚  80 β”‚ 1.0.0                   β”‚ Units of Measurement API
 33 β”‚ Active β”‚  80 β”‚ 1.1.0.Final             β”‚ Bean Validation API
 35 β”‚ Active β”‚  80 β”‚ 2.0.1                   β”‚ javax.ws.rs-api
 36 β”‚ Active β”‚  80 β”‚ 2.9.2                   β”‚ Joda-Time
 37 β”‚ Active β”‚  80 β”‚ 0.5.8                   β”‚ Jollyday
 38 β”‚ Active β”‚  80 β”‚ 3.2.0.v201101311130     β”‚ ANTLR Runtime
 40 β”‚ Active β”‚  80 β”‚ 1.1                     β”‚ Commons Exec
 41 β”‚ Active β”‚  80 β”‚ 2.2.0                   β”‚ Commons IO
 42 β”‚ Active β”‚  80 β”‚ 2.6                     β”‚ Commons Lang
 51 β”‚ Active β”‚  80 β”‚ 4.2.7                   β”‚ Apache Karaf :: OSGi Services :: Event
 66 β”‚ Active β”‚  80 β”‚ 1.4.7.1                 β”‚ Apache ServiceMix :: Bundles :: xstream
 69 β”‚ Active β”‚  80 β”‚ 4.14.0                  β”‚ Apache XBean OSGI Bundle Utilities
 70 β”‚ Active β”‚  80 β”‚ 4.14.0                  β”‚ Apache XBean :: Classpath Resource Finder
 71 β”‚ Active β”‚  80 β”‚ 2.12.0.v20160420-0247   β”‚ EMF Common
 72 β”‚ Active β”‚  80 β”‚ 2.12.0.v20160420-0247   β”‚ EMF Ecore
 73 β”‚ Active β”‚  80 β”‚ 2.11.0.v20160420-0247   β”‚ EMF Change Model
 74 β”‚ Active β”‚  80 β”‚ 2.12.0.v20160420-0247   β”‚ EMF XML/XMI Persistence
 75 β”‚ Active β”‚  80 β”‚ 3.10.400.v20190516-1504 β”‚ Common Eclipse Runtime
104 β”‚ Active β”‚  80 β”‚ 0.8.0.v20190822-0801    β”‚ org.eclipse.lsp4j
105 β”‚ Active β”‚  80 β”‚ 0.8.0.v20190822-0801    β”‚ org.eclipse.lsp4j.jsonrpc
106 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0728   β”‚ Xtend Runtime Library
107 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0728   β”‚ Xtend Macro Interfaces
108 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0737   β”‚ Xtext
109 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0952   β”‚ Xtext Common Types
110 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0737   β”‚ Xtext IDE Core
111 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0737   β”‚ Xtext Utility
112 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0952   β”‚ Xbase Model
113 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0952   β”‚ Xbase Generic IDE Services
114 β”‚ Active β”‚  80 β”‚ 2.19.0.v20190902-0728   β”‚ Xbase Runtime Library
129 β”‚ Active β”‚  80 β”‚ 1.9.6                   β”‚ MIME streaming extension
131 β”‚ Active β”‚  80 β”‚ 7.1.0                   β”‚ org.objectweb.asm.commons
132 β”‚ Active β”‚  80 β”‚ 7.1.0                   β”‚ org.objectweb.asm.tree
133 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Core
134 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Audio
135 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: OAuth2Client
136 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Binding XML
137 β”‚ Active β”‚  90 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Boot
138 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration Core
139 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration Discovery
140 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration mDNS Discovery
141 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration Dispatcher
142 β”‚ Active β”‚  75 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration XML
143 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Ephemeris
144 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: ID
145 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Console
146 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Console for OSGi runtime Karaf
147 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: HTTP Interface
149 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Monitor
150 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Network I/O
151 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: REST Interface
152 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Audio REST Interface
153 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: REST Interface :: Core
154 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: REST mDNS Announcer
155 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: REST JAX-RS Optimizations
156 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Sitemap REST Interface
157 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: SSE Interface
158 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Voice REST Interface
159 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: mDNS Service
160 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Karaf Integration
161 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Core
162 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Items
163 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Item IDE
164 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Items Runtime
165 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Language Server
166 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Persistence
167 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Persistence IDE
168 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Persistence Runtime
169 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Rules
170 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Rule IDE
171 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Rules Runtime
172 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Script
173 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Script IDE
174 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Script Runtime
175 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Sitemap
176 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Sitemap IDE
177 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Sitemap Runtime
178 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Thing
179 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Thing IDE
180 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Model Thing Runtime
181 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Persistence
182 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Scheduler Service
183 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Semantics
184 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: JSON Storage
185 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Thing
186 β”‚ Active β”‚  75 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Thing XML
187 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Transformation Service
188 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: UI
189 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: UI Icon Support
190 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Voice
191 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: Dashboard UI
200 β”‚ Active β”‚  80 β”‚ 1.4.0                   β”‚ ThreeTen-Extra
201 β”‚ Active β”‚  80 β”‚ 1.0.3                   β”‚ Units of Measurement Common Library
202 β”‚ Active β”‚  80 β”‚ 1.0.10                  β”‚ Units of Measurement Implementation for Java SE
203 β”‚ Active β”‚  80 β”‚ 1.9.2                   β”‚ Jackson JSON processor
204 β”‚ Active β”‚  80 β”‚ 1.9.2                   β”‚ Data mapper for Jackson JSON processor
206 β”‚ Active β”‚  80 β”‚ 4.2.3                   β”‚ Apache HttpClient OSGi bundle
207 β”‚ Active β”‚  80 β”‚ 4.2.3                   β”‚ Apache HttpCore OSGi bundle
208 β”‚ Active β”‚  80 β”‚ 3.1.0.7                 β”‚ Apache ServiceMix :: Bundles :: commons-httpclient
209 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: 1.x Compatibility Layer
212 β”‚ Active β”‚  80 β”‚ 1.1.1.201605111122      β”‚ Swagger Provider
213 β”‚ Active β”‚  80 β”‚ 2.9.10                  β”‚ Jackson-annotations
214 β”‚ Active β”‚  80 β”‚ 2.9.10                  β”‚ Jackson-core
215 β”‚ Active β”‚  80 β”‚ 2.9.10                  β”‚ jackson-databind
216 β”‚ Active β”‚  80 β”‚ 2.9.10                  β”‚ Jackson-dataformat-YAML
217 β”‚ Active β”‚  80 β”‚ 3.15.0.OH2              β”‚ nrjavaserial
218 β”‚ Active β”‚  80 β”‚ 5.5.0                   β”‚ jna
219 β”‚ Active β”‚  80 β”‚ 5.5.0                   β”‚ jna-platform
220 β”‚ Active β”‚  80 β”‚ 1.5.8                   β”‚ swagger-annotations
221 β”‚ Active β”‚  80 β”‚ 1.5.8                   β”‚ swagger-core
222 β”‚ Active β”‚  80 β”‚ 1.5.8                   β”‚ swagger-jaxrs
223 β”‚ Active β”‚  80 β”‚ 1.5.8                   β”‚ swagger-models
224 β”‚ Active β”‚  80 β”‚ 3.19.0.GA               β”‚ Javassist
225 β”‚ Active β”‚  80 β”‚ 1.10.0                  β”‚ Apache Commons Codec
226 β”‚ Active β”‚  80 β”‚ 3.2.1                   β”‚ Apache Commons Lang
227 β”‚ Active β”‚  80 β”‚ 3.6.0                   β”‚ Apache Commons Net
228 β”‚ Active β”‚  80 β”‚ 2.5.2                   β”‚ JUPnP Library
229 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Astro Binding
230 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Bluetooth Binding
231 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter
232 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter
233 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter
234 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter
235 β”‚ Active β”‚  80 β”‚ 1.14.0                  β”‚ openHAB FritzboxTr064 Binding
236 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: HarmonyHub Binding
237 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: KNX Binding
238 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Kodi Binding
239 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Network Binding
240 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Network UPS Tools Binding
241 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Rfxcom Binding
242 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Sonos Binding
243 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Systeminfo Binding
244 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: ZWave Binding
245 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration UPnP Discovery
246 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration USB-Serial Discovery
247 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration USB-Serial Discovery for Linux using sysfs scanning
248 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Configuration Serial
249 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Serial Transport
250 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Serial Transport for RXTX
251 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: Serial Transport for RFC2217
252 β”‚ Active β”‚  80 β”‚ 2.5.0                   β”‚ openHAB Core :: Bundles :: UPnP Transport
253 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: IO :: Java Sound Support
254 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: IO :: Web Audio Support
255 β”‚ Active β”‚  80 β”‚ 1.14.0                  β”‚ openHAB MapDB Persistence Bundle
256 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Exec
257 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript
258 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath
259 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Map
260 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: RegEx
261 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Scale
262 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: XPath
263 β”‚ Active β”‚  75 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Xslt
264 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: Basic UI
265 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: Classic UI
266 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: HABmin UI
267 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: HABPanel UI
268 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: Icon Set :: Classic
269 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: Paper UI
270 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB UI :: Bundles :: openHAB REST API Documentation
271 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech
272 β”‚ Active β”‚  80 β”‚ 2.5.1                   β”‚ openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech
273 β”‚ Active β”‚  80 β”‚ 1.23.0                  β”‚ SnakeYAML
274 β”‚ Active β”‚  80 β”‚ 0.9.10.v20160429-1435   β”‚ reflections (wrap)
275 β”‚ Active β”‚  80 β”‚ 1.5.8.v20160511-1038    β”‚ swagger-jersey2-jaxrs (wrap)
openhab>

Anybody else experiencing this? As said, I’m not sure when this has been started. I’ve noticed it along with 2.5.0 and confirmed now with 2.5.1.

Seems I found the root cause of it:

When starting the new installation of openHAB I automatically discovered some Sonos things while having simple channel linking mode enabled. This created me some (now unwanted/duplicate) items linked to my Sonos channels.

Now that I have deleted these duplicates, my text-based things gets updated as extpected.

I leave the initial post and the thread here for reference.

1 Like