iobroker.myq
v0.3.1
Published
MyQ (Chamberlain/Liftmaster)
Downloads
15
Readme
ioBroker.myq
An ioBroker adapter for MyQ (Chamberlain/Liftmaster). This project has no affiliation with the mentioned companies.
To start using the adapter add an instance and enter your myQ username and password on the config screen.
States
Not all states are available for all type of devices.
myq.0.devices.<id>.info.MyQDeviceTypeId
- The type of the device in numeric formmyq.0.devices.<id>.info.MyQDeviceTypeName
- The human-readable type of the device, e.g. Gateway or GarageDoorOpenermyq.0.devices.<id>.info.SerialNumber
- The serial number of the devicemyq.0.devices.<id>.info.desc
- The user-provided name of the devicemyq.0.devices.<id>.info.fwver
- The current firmware version of the devicemyq.0.devices.<id>.info.name
- The internal device name (not the user provided one)myq.0.devices.<id>.info.numdevices
- (gateway) The number of connected devices for this gatewaymyq.0.devices.<id>.info.online
- The device is currently connected to the cloud and is reachablemyq.0.devices.<id>.states.IsFirmwareCurrent
- true
, if the device firmware is up to datemyq.0.devices.<id>.states.ishomekitactive
- true
, if Homekit usage is active for this devicemyq.0.devices.<id>.states.ishomekitcapable
- true
, if the device is homekit-capablemyq.0.devices.<id>.states.doorstate
- (garage door) State of the door (see Door states)myq.0.devices.<id>.states.moving
- true
, if door is currently moving
Door states
- 1: door is open
- 2: door is closed
- 3: door was stopped
- 4: door is opening
- 5: door is closing
- 8: door is moving
- 9: door is in undefined state (not closed)
Commands
myq.0.devices.<id>.commands.close
- Close doormyq.0.devices.<id>.commands.open
- Open door
Changelog
0.3.0
- Switched to myq library @hjdhjd/myq
0.2.0
- Switched to myq-api library
0.1.2
- Poll states after sending command
0.1.1
- Code rework and several bugs fixed
0.1.0
- First running Version
License
The MIT License (MIT)
Copyright (c) 2020 Marius Burkard
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.