Samsung Wireless Audio Multiroom API einbinden

Einrichtung der openHAB Umgebung und allgemeine Konfigurationsthemen.

Moderatoren: seppy, udo1toni

Benutzeravatar
udo1toni
Beiträge: 15249
Registriert: 11. Apr 2018 18:05
Answers: 242
Wohnort: Darmstadt

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von udo1toni »

Ist denn in openhab.log irgendwas zum http Binding mit drin?
openHAB4.3.3 stable in einem Debian-Container (bookworm) (Proxmox 8.3.5, LXC), mit openHABian eingerichtet

Lani
Beiträge: 14
Registriert: 27. Mai 2020 07:10
Answers: 1

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von Lani »

Jetzt nicht aus denWolken fallen, aber wie oder wo sehe ich das Logfile?

Hab gelesen, das es keine Leerschläge (ausser zwischen on und off) geben darf.
Hat aber leider auch noch nicht funktioniert.

Benutzeravatar
udo1toni
Beiträge: 15249
Registriert: 11. Apr 2018 18:05
Answers: 242
Wohnort: Darmstadt

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von udo1toni »

Sind Leerschläge Leerzeichen? Eine URL darf keine Leerzeichen enthalten, außer in codierter Form, also so: %20 aber das ist ja der Fall.

Die logdateien findest Du in /var/log/openhab2/, wenn Du über apt installiert hast. die events.log enthält alle Events auf dem openHAB Event Bus, die openhab.log enthält allgemeines Logging, z.B. Fehlermeldungen, aber auch reine Informationen, z.B. dass eine Datei geladen wurde.
openHAB4.3.3 stable in einem Debian-Container (bookworm) (Proxmox 8.3.5, LXC), mit openHABian eingerichtet

Lani
Beiträge: 14
Registriert: 27. Mai 2020 07:10
Answers: 1

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von Lani »

Morgen Udo

Folgede Logs werden beim schalten des Switch geschrieben. habe nochmals dein Beispiel vom Switch reinkopiert und gespeichert, damit beginnt das openhab.log mit Refreshing model 'samsung-wam.items'

event

Code: Alles auswählen

2020-05-29 07:45:18.747 [ome.event.ItemCommandEvent] - Item 'WAM350_1_Mute' received command ON
2020-05-29 07:45:18.760 [vent.ItemStateChangedEvent] - WAM350_1_Mute changed from NULL to ON
2020-05-29 07:45:20.194 [ome.event.ItemCommandEvent] - Item 'WAM350_1_Mute' received command OFF
2020-05-29 07:45:20.204 [vent.ItemStateChangedEvent] - WAM350_1_Mute changed from ON to OFF
openhab

Code: Alles auswählen

2020-05-29 07:40:39.101 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'samsung-wam.items'
2020-05-29 07:45:00.750 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'samsung-wam.items'
2020-05-29 07:45:01.542 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:02.546 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:03.550 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:04.554 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:05.557 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:06.561 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:07.566 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:08.569 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:09.574 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:10.577 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:11.579 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:12.583 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:13.587 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:14.589 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:15.594 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:16.599 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:17.603 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:18.606 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:18.750 [WARN ] [org.apache.karaf.services.eventadmin] - EventAdmin: Exception during event dispatch [org.osgi.service.event.Event [topic=openhab/command/WAM350_1_Mute] {item=WAM350_1_Mute, bridgemarker=true, command=ON, timestamp=1590731118749} | {org.osgi.service.cm.ManagedService, org.osgi.service.event.EventHandler}={service.id=344, service.bundleid=249, service.scope=bundle, event.topics=openhab/*, service.pid=org.openhab.http, component.name=org.openhab.binding.http, component.id=11} | Bundle(org.openhab.binding.http_1.14.0 [249])]
java.util.UnknownFormatConversionException: Conversion = 'm'
	at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2720) ~[?:1.8.0_252]
	at java.util.Formatter.parse(Formatter.java:2560) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2501) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.formatAndExecute(HttpBinding.java:294) ~[?:?]
	at org.openhab.binding.http.internal.HttpBinding.internalReceiveCommand(HttpBinding.java:147) ~[?:?]
	at org.openhab.core.binding.AbstractBinding.receiveCommand(AbstractBinding.java:97) ~[?:?]
	at org.openhab.core.events.AbstractEventSubscriber.handleEvent(AbstractEventSubscriber.java:49) ~[?:?]
	at org.apache.felix.eventadmin.impl.handler.EventHandlerProxy.sendEvent(EventHandlerProxy.java:415) [bundleFile:?]
	at org.apache.felix.eventadmin.impl.tasks.HandlerTask.runWithoutBlacklistTiming(HandlerTask.java:82) [bundleFile:?]
	at org.apache.felix.eventadmin.impl.tasks.SyncDeliverTasks.execute(SyncDeliverTasks.java:104) [bundleFile:?]
	at org.apache.felix.eventadmin.impl.tasks.AsyncDeliverTasks$TaskExecuter.run(AsyncDeliverTasks.java:166) [bundleFile:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-05-29 07:45:19.610 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:20.195 [WARN ] [org.apache.karaf.services.eventadmin] - EventAdmin: Exception during event dispatch [org.osgi.service.event.Event [topic=openhab/command/WAM350_1_Mute] {item=WAM350_1_Mute, bridgemarker=true, command=OFF, timestamp=1590731120195} | {org.osgi.service.cm.ManagedService, org.osgi.service.event.EventHandler}={service.id=344, service.bundleid=249, service.scope=bundle, event.topics=openhab/*, service.pid=org.openhab.http, component.name=org.openhab.binding.http, component.id=11} | Bundle(org.openhab.binding.http_1.14.0 [249])]
java.util.UnknownFormatConversionException: Conversion = 'm'
	at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2720) ~[?:1.8.0_252]
	at java.util.Formatter.parse(Formatter.java:2560) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2501) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.formatAndExecute(HttpBinding.java:294) ~[?:?]
	at org.openhab.binding.http.internal.HttpBinding.internalReceiveCommand(HttpBinding.java:147) ~[?:?]
	at org.openhab.core.binding.AbstractBinding.receiveCommand(AbstractBinding.java:97) ~[?:?]
	at org.openhab.core.events.AbstractEventSubscriber.handleEvent(AbstractEventSubscriber.java:49) ~[?:?]
	at org.apache.felix.eventadmin.impl.handler.EventHandlerProxy.sendEvent(EventHandlerProxy.java:415) [bundleFile:?]
	at org.apache.felix.eventadmin.impl.tasks.HandlerTask.runWithoutBlacklistTiming(HandlerTask.java:82) [bundleFile:?]
	at org.apache.felix.eventadmin.impl.tasks.SyncDeliverTasks.execute(SyncDeliverTasks.java:104) [bundleFile:?]
	at org.apache.felix.eventadmin.impl.tasks.AsyncDeliverTasks$TaskExecuter.run(AsyncDeliverTasks.java:166) [bundleFile:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-05-29 07:45:20.614 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:21.616 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:22.621 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:23.625 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:24.629 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:25.633 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:26.636 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:27.641 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:28.643 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:29.646 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:30.649 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:31.651 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:32.654 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:33.656 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:34.658 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:35.660 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:36.665 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:37.667 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:38.670 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:39.674 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:40.678 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:41.683 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:42.686 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:43.690 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:44.694 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:45.698 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:46.701 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:47.704 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:48.709 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:49.714 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:50.719 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:51.722 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:52.727 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]
2020-05-29 07:45:53.731 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread HTTP Refresh Service
java.util.IllegalFormatConversionException: c != java.util.Date
	at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.printCharacter(Formatter.java:2869) ~[?:1.8.0_252]
	at java.util.Formatter$FormatSpecifier.print(Formatter.java:2757) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2520) ~[?:1.8.0_252]
	at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_252]
	at java.lang.String.format(String.java:2940) ~[?:1.8.0_252]
	at org.openhab.binding.http.internal.HttpBinding.execute(HttpBinding.java:168) ~[?:?]
	at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:146) ~[bundleFile:?]
	at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169) [bundleFile:?]




...
...

Stimmt etwas mit java nicht?

Code: Alles auswählen

java.util.IllegalFormatConversionException: c != java.util.Date
oder siehst du hier gleich was das Problem ist?
Die Leerschläge/Leerzeichen sind gemäss Forumeintrag an de markierten Stellen (X) auch problematisch

Code: Alles auswählen

{Xhttp=">XON:GET:http://192.168.1.60-55001/UIC?cmd=%3Cpwron%3Eon%
Aber hat bei mir leider nichts gebracht
Habe noch diesen Beitrag gefunden https://community.openhab.org/t/regex-help/54416/3
scheint 1zu1 mein Problem zusein, leider keine Lösung

Lani
Beiträge: 14
Registriert: 27. Mai 2020 07:10
Answers: 1

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von Lani »

Mich ärgert am meisten, dass der Aufruf im Browser einfach funktioniert und über das Item im HABPanel mit dem gleichen Aufruf nicht.
Es muss ein kleiner aber doofer Fehler sein!
Sobald wir diesen haben wäre eine API denkbar, oder aber einfach die benötigten Befehle per Item so einbinden.
Habe gesehen, dass noch mehrere Samsung Lautsprecher so angesprochen werden können... oder besser gesagt könnten ;-)

Setzte all meine Hoffnung auf ein scharfen Blick eines der Forum Mitglieder... Udo ist ja der Lösung glaub ich schon sehr nahe...

Benutzeravatar
udo1toni
Beiträge: 15249
Registriert: 11. Apr 2018 18:05
Answers: 242
Wohnort: Darmstadt

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von udo1toni »

Ich sehe da irgendwie keinen Fehler in der URL.
Also mal einen Schritt zurück (Wir fangen klein an...):

Code: Alles auswählen

String WAM350_1_Mute "Mute [%s]" { http="<[http://192.168.1.60:55001/UIC?cmd=%3Cname%3EGetMute%3C/name%3E:30000:REGEX((.*))]" }
Achtung, Du musst hierfür das REGEX Binding installieren.

Weiterhin ist der Itemtyp nun ein anderer (String), so dass wir nun einfach den zurückgelieferten Text sehen sollten.
openHAB4.3.3 stable in einem Debian-Container (bookworm) (Proxmox 8.3.5, LXC), mit openHABian eingerichtet

Lani
Beiträge: 14
Registriert: 27. Mai 2020 07:10
Answers: 1

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von Lani »

Hmm scheint an schwieriger Fall zu sein...

REGEX ist installiert...
versuche gleich mal das oben erstellte Item...

Edit:
Also der String gibt immer OFF zurück, ON aber nicht..warum auch immer?
Habe das Item in ein Dummy-Widget eingebunden, dieses ist wie gesagt immer OFF.
Bild (scheint als ob ich keine Bilder hochladen kann? gibt es dafür eine Anweisung wie das zu erfolgen hat?)

Im Browser funktioniert der Aufruf so, es wird on und off zurück gegeben. (Der String ist in Großbuchstaben, die Rückmeldung im Seitenquelltext aber klein? )

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8"?><UIC><method>MuteStatus</method><version>1.0</version><speakerip>192.168.1.60</speakerip><user_identifier></user_identifier><response result="ok"><mute>off</mute></response></UIC>
Das muss doch menschenmöglich sein :roll:

Bei der Variante mit Xpath wird immer ON im HABPanel zurückgegeben?
Also gerade anders als bei REGEX?
Bei beiden blebt der Wert aber fix und ändert nicht, auch wenn ich über Browser mute Befehl gesendet habe und dieser auch ausgeführt wurde.

Lani
Beiträge: 14
Registriert: 27. Mai 2020 07:10
Answers: 1

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von Lani »

Hab jetzt das HTTP Binding deinstalliert und wieder installiert inkl. Neustart etc.
Ohne das Binding habe ich keine Fehlermeldungen, aber logischerweise kann ich dann auch mein Item nit mehr nutzen🙄

Hoffe es kommt noch ein Happy End

Benutzeravatar
udo1toni
Beiträge: 15249
Registriert: 11. Apr 2018 18:05
Answers: 242
Wohnort: Darmstadt

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von udo1toni »

Nein, mit dem REGEX-Ausdruck, den ich angegeben habe, muss die komplette Antwort zurück kommen, keinesfalls ein OFF. Wie geschrieben, Du musst das Item in ein String Item abändern.
openHAB4.3.3 stable in einem Debian-Container (bookworm) (Proxmox 8.3.5, LXC), mit openHABian eingerichtet

Lani
Beiträge: 14
Registriert: 27. Mai 2020 07:10
Answers: 1

Re: Samsung Wireless Audio Multiroom API einbinden

Beitrag von Lani »

Hoi Udo

Ja, hatte ja dein Beispiel kopiert

Code: Alles auswählen

String WAM350_1_Mute "Mute [%s]" { http="<[http://192.168.1.60:55001/UIC?cmd=%3Cname%3EGetMute%3C/name%3E:30000:REGEX((.*))]" }
Dieser String gab im "Dummy Widget" ein OFF zurück?!

Nach der Neuinstallation vom http Binding, gibt der String im selben Widget ein NULL zurück.
Habe bisher keine String Items benötigt, gibt es eine besser Möglichkeit den Wert (den enthaltenen Text) darzustellen, oder geht das gar nicht mir dem Dummy Widget?

Verstehe nicht, weshalb der selbe Aufruf im Browser einfach so funktioniert (habe auch andere Befehle versucht) und über ein Item in OH nicht klappen möchte. Antwort Browser Fenster :

Code: Alles auswählen

MuteStatus1.0192.168.1.61off
und als Seitenquelltext

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8"?><UIC><method>MuteStatus</method><version>1.0</version><speakerip>192.168.1.61</speakerip><user_identifier></user_identifier><response result="ok"><mute>off</mute></response></UIC>


Wenn ich den LINK direkt aus VS Code öffne, klappt es sogar.
muss also an der Konfig von OH liegen.. die komische Rückmeldung wegen java gibt noch mehr Fragezeichen.
Zulu sollte ja nicht das Problem sein? bzw. Welche Version läuft bei dir?
Aber eigentlich ist mir auch egal ob ich die Richtige Rückmeldung erhalte, solange ich den Befehl absetzen kann.

Antworten