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

Siemens RDZ100ZB #7555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

VladislavVesely
Copy link

Hello,

i'm not sure how this procedure should work. All files here are in TS, but based on https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-2-adding-converter-s-for-your-device i should be using JS and in fact trying TS did not work as external converter for me at all.

toZigbee: [
tz_local_temperature,
tz_control_sequence_of_operation,
tz_system_mode,
Copy link
Owner

Choose a reason for hiding this comment

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

Can you switch to the standard converters, e.g. tz.thermostat_system_mode?

Copy link
Author

Choose a reason for hiding this comment

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

What about the timeout then? That device accept command one per minute, when i tried timeout value in top layer meta it does nothing and i do not see possibility to set it otherwise. Is there some better way to wait for incomming event first? Btw also would it be possible to move description of all generic stuff to optional properties with default value of current texts? (I can do that in different pull request)

Copy link
Owner

Choose a reason for hiding this comment

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

Is there some better way to wait for incomming event first?

I've replied on the discussion

Btw also would it be possible to move description of all generic stuff to optional properties with default value of current texts? (I can do that in different pull request)

Do you mean this one?

expose.push(e.enum('control_sequence_of_operation', ea.STATE_SET, Object.values(siemensOperationModes)).withDescription('Operation mode'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants