Under “Configure → ISY Options → Ignore String”, can I list multiple ignore strings?
Is the proper format {ignore 1}, {Ignore 2}, …etc
or {Ignore 1, Ignore 2}
or {Ignore 1} {Ignore 2} …
or I’m allowed only one ignore string?
Thanks!
Under “Configure → ISY Options → Ignore String”, can I list multiple ignore strings?
Is the proper format {ignore 1}, {Ignore 2}, …etc
or {Ignore 1, Ignore 2}
or {Ignore 1} {Ignore 2} …
or I’m allowed only one ignore string?
Thanks!
I’ve tried everything and nothing works. Even individual strings. With and without {} brackets, with “” instead, nothing works.
To answer your question, I’m pretty sure you are right that it is only one string allowed.
Having said that, and looking at your desired Ignore Strings, I don’t think you are trying to use it correctly.
“error”, “on_level”, and “ramp_rate” are Entities that are on the HA side and would just be disabled if you don’t want to see them. What you probably want to do is use an Ignore String that is reflective of your naming scheme on the ISY side. For instance, any Device on the ISY side that you don’t want to show on the HA side you could rename the Device in ISY and add xxx to the name. Then you would use xxx as your Ignore String on the HA side.
In my system, it worked out pretty easy because the only things I wanted ignored was everything related to the Node Servers. All my Node Servers are in a (ISY) Folder called “NodeServers”, so my Ignore String is simply NodeServers. This ignores everything in the folder.
You are totally correct. Docs didn’t make that obvious but now it makes sense. Thank you!