Excellent work @mlobstein - thank you!
I’ve incorporated the binding into my own setup, and it’s working very well (much faster than the original rules). I’ve retired the old rules file and modified my items to access the thing channels now. For anyone moving over to this binding, here is my configuration for reference:
ITEMS:
SITEMAP:
Switch item=MonoPrice_Z12_Power
Selection item=MonoPrice_Z12_Source visibility=[MonoPrice_Z12_Power==ON] icon="receiver"
Slider item=MonoPrice_Z12_Volume visibility=[MonoPrice_Z12_Power==ON] icon="soundvolume"
Switch item=MonoPrice_Z12_Mute visibility=[MonoPrice_Z12_Power==ON]
Setpoint item=MonoPrice_Z12_Balance visibility=[MonoPrice_Z12_Power==ON] minValue=-7 maxValue=7
Setpoint item=MonoPrice_Z12_Bass visibility=[MonoPrice_Z12_Power==ON] minValue=-7 maxValue=7
Setpoint item=MonoPrice_Z12_Treble visibility=[MonoPrice_Z12_Power==ON] minValue=-7 maxValue=7
Enjoy, and thanks again for your hard work @mlobstein !