Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): add Qubino Shades Remote Controller #6335

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

apella12
Copy link
Contributor

This should close #5846 . There are no parameters and no association groups.

PR description here
Qubino_Shades_Remote.pdf

memo: How this device appears to work 1) Includes in network (gets ID) 2) Includes Qubino blinds during operation. Probably picks up zwave transmissions. 3) operate blinds with remote. Unclear how many blinds it can control.

This should close #5846. There are no parameters and no association groups.

Signed-off-by: Bob Eckhoff <[email protected]>
@zwave-js-assistant zwave-js-assistant bot added the config ⚙ Configuration issues or updates label Sep 28, 2023
@QubinoHelp
Copy link
Contributor

Hi @apella12,

The Qubino Shades Remote controller has no parameters and it is included (added) to the gateway - hub as a controller type device.
The associations are done automatically by the remote depending on the device that is included in the remote.
It can control up to 9 rollers or in case of blinds it can control 4 of them as one channel is used for up/down movement the second for the tilt, total 8 channels one remain free.

Link to pairing video: https://youtu.be/P4aeIGOV7aA

Pairing the Qubino Shades Remote Controller.pdf

Comment on lines +2 to +4
"manufacturer": "Jin Tao Bao",
"manufacturerId": "0x015a",
"label": "JTB-ZMNKGD1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@QubinoHelp I assume this is the manufacturer that produced this device for you?
We typically put the brand name in the manufacturer field, so should this be changed to Qubino, or is this one of those white-label devices that's sold under multiple brands?

Copy link
Contributor

@QubinoHelp QubinoHelp Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes they produce the remotes for us. I suppose it can be added under multiple brands.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok then we'll have to leave this as-is.

@AlCalzone AlCalzone merged commit 00cc6c8 into zwave-js:master Oct 11, 2023
14 checks passed
AlCalzone added a commit that referenced this pull request Oct 11, 2023
### Config file changes
Almost 1000 device configuration files have been reworked to be more consistent, mostly affecting device labels, parameter labels, descriptions and predefined options.
After updating, you should expect to see several notifications for changed device configurations, prompting you to re-interview the affected nodes.
Unless the device is mentioned below, there's no need to do this immediately.

* Always set time for Namron 16A thermostats as UTC (#6388)
* Add Alloy (Zipato) devices (#6331)
* Parameter 21 of Inovelli VZW31-SN is readonly (#6389)
* Add Shelly Wave Shutter (#6382)
* Add Eurotronic Comet Z (700 series) (#6336)
* Add params 7, 18, 19 to Zooz ZEN71 FW 10.20 (#6375)
* Add Qubino Shades Remote Controller (#6335)
* Add fingerprint for new MH8-FC version, add new option for param 1 (#6358)
* Add Hank HKZW-SO08 (#6383)
* Add link to manual of Honeywell T6 Pro Thermostat (#6353)

### Bugfixes
* When a device has a default wakeup interval of 0 (never wake up), this is now preserved during the interview, even when outside of the valid range advertised by the device (#6387)
* Added a compat flag to always set the time using `Time Parameters CC` as UTC, even if the device exposes way to set the timezone (#6388)

### Changes under the hood
* Lots of config file requirements from the style guide, especially regarding **Title Case** and **Sentence case** of strings, are now automatically enforced using ESLint (#6345)
@apella12 apella12 deleted the qubino-remote branch October 11, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config ⚙ Configuration issues or updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing device configuration: Qubino Shades Remote Controller, ZMNKGD1
3 participants