A new version has been posted. This version allows for a larger variety of device types.
If you open the MyQ.ini under the config directory you will see a new setting called "DeviceTypes"
Currently it is coded by default to support VGDO and GarageDoorOpener type strings. You may append this list with other types if you wish to experiment.
Other device types I have noticed in the JSON data are:
MyQDeviceTypeName:"Camera"
MyQDeviceTypeName:"CDOL"
MyQDeviceTypeName:"GarageDoorOpener"
MyQDeviceTypeName:"Gate"
MyQDeviceTypeName:"Gateway"
MyQDeviceTypeName:"LampModule"
MyQDeviceTypeName:"Structure"
MyQDeviceTypeName:"Thermostat"
MyQDeviceTypeName:"VGDO"
Feel free to experiment by adding them to the DeviceTypes setting. Let me know if you have any success.
If you open the MyQ.ini under the config directory you will see a new setting called "DeviceTypes"
Currently it is coded by default to support VGDO and GarageDoorOpener type strings. You may append this list with other types if you wish to experiment.
Code:
[General]
DeviceTypes=GarageDoorOpener,VGDO
MyQDeviceTypeName:"Camera"
MyQDeviceTypeName:"CDOL"
MyQDeviceTypeName:"GarageDoorOpener"
MyQDeviceTypeName:"Gate"
MyQDeviceTypeName:"Gateway"
MyQDeviceTypeName:"LampModule"
MyQDeviceTypeName:"Structure"
MyQDeviceTypeName:"Thermostat"
MyQDeviceTypeName:"VGDO"
Feel free to experiment by adding them to the DeviceTypes setting. Let me know if you have any success.