Hello, I am having a problem with a space in my items file, here is how I have it listed:
Number attic_t2 "AC Output Temperature [%.1f F]" { mqtt="<[mosquitto:emon/attic_temp_probes/external\ temperature:state:default]" }
Here is the error that I am getting:
2016-06-13 04:35:08.634 [ERROR] [i.internal.GenericItemProvider] - Binding configuration of type 'mqtt' of item ‘attic_t2‘ could not be parsed correctly.
org.openhab.model.item.binding.BindingConfigParseException: Missing mqtt binding configuration for item attic_t2
After reading up on everything I could find, I thought escaping the space with the \ was the correct way to go, but openhab seems to disagree!
Can someone explain how to escape the space properly?