First off, love this app. I've managed to add support for a 433Mhz transmitter to control my RC Switches on a Raspberry Pi (see attached file). Bu I've got a ton of questions though that I've Not been able to find answers to so far. (learning curve a bit steep)
I have some sensors and relays attached to some custom boards controlled via Electric Imp. I got the control working, but I want to add support to poll the devices as they are controlled through other mechanisms as well.
If I get MQTT working, how can I get HG to get status info from MQTT for lights (on/off)?
If I want to poll directly, I've implemented
http://10.10.10.210/api/HomeAutomation.RelaySwitch/2/Basic.GetBut I'm not sure what format to return code to get the light switch on the GUI to be updated. I've been looking at the Level Poll example, and it just issues the call
module.Command("Basic.Get").Execute();
but how does that translate to a status change on the light?
Also, I'm confused by how objects are structured. Level Poll itterates on modules that have feature called 'HomeGenie.ZWaveLevelPoll' but not 'HomeAutomation.Zwave' -- I'm so confused about the naming structure, how things end up getting the ZWaveLevelPoll tag assigned, etc.
More questions:
I still don't understand how the 'Zone Sensors' program under 'Devices And Things' is supposed to be used. How do I assign them together and what's the benefit?
Also, I have the Rainforset Automation power monitor device - any support for using that with HG?
I've got a bunch more questions but this is a good start
thnx in advance.