Hi Kevin,
Thought the new update to HAH would bring more clarity, should have known better.
After upgrading I had to reenter new uids for each of my rf devices in my xapconfig.xml. Most other things now work but all the buttons controlling the rf devices don't. When I look at XFX, I see that when I press a button I get an on and immediate off. If it's on it works viceversa. I imagine I will need to bring it up with the guys at HAH but wondered if you had seen this?
Here's my config for the page and a couple of buttons:
<page NAME="Control">
<width>355</width>
<height>266</height>
<visible>true</visible>
<group>Center</group>
<background>
<image></image>
<visible>true</visible>
<posX>165</posX>
<posY>20</posY>
<width>407</width>
<height>220</height>
<border>true</border>
<bordercolour>0x000000</bordercolour>
</background>
<button NAME="TV etc">
<gridX>2</gridX>
<gridY>0</gridY>
<posX>-53</posX>
<posY>+30</posY>
<style>blue</style>
<visible>true</visible>
<xAP>
<schema>xAPBSC</schema>
<uid>FF00DBA0</uid>
<source>dbzoo.livebox.Controller:rf.1</source>
</xAP>
<mode>control</mode>
</button>
<button NAME="Sub Woofer">
<gridX>2</gridX>
<gridY>1</gridY>
<posY>+25</posY>
<posX>-53</posX>
<visible>true</visible>
<style>blue</style>
<xAP>
<schema>xAPBSC</schema>
<uid>FF00DBA3</uid>
<source>dbzoo.livebox.Controller:rf.4</source>
</xAP>
<mode>status</mode>
</button>
Digging some more, I'm getting the same thing on pagetoggle buttons too but these still seem to have the effect of of working.
Any suggestions?