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

New device support ElectSmart PRO-900Z electric floor thermostat. #7604

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexelis
Copy link

@alexelis alexelis commented Jun 4, 2024

Added support for ElectSmart PRO-900Z electric floor thermostat.

Added support for ElectSmart PRO-900Z electric floor thermostat.
[26, 'min_temperature', tuya.valueConverter.divideBy10],
[27, 'local_temperature_calibration', tuya.valueConverter.raw],
[28, 'factory_reset', tuya.valueConverterBasic.lookup((_, device) => {
return {'factory reset': true};
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
return {'factory reset': true};
return {'factory_reset': true};

})],
[36, 'valve_state', tuya.valueConverter.trueFalseInvert],
[39, 'child_lock', tuya.valueConverterBasic.lookup((_, device) => {
return {'lock': true, 'unlock': false};
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
return {'lock': true, 'unlock': false};
return {'LOCK': true, 'UNLOCK': false};

(also updated exposes)

return {'lock': true, 'unlock': false};
})],
[40, 'eco_mode', tuya.valueConverterBasic.lookup((_, device) => {
return {'on': true, 'off': false};
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
return {'on': true, 'off': false};
return {'ON': true, 'OFF': false};

(also update exposes)

Osrx added a commit to Osrx/zigbee-herdsman-converters that referenced this pull request Aug 20, 2024
Fix issues in commit from @alexelis
Koenkk#7604

Added support for ElectSmart PRO-900Z electric floor thermostat.
@Osrx Osrx mentioned this pull request Aug 20, 2024
Osrx added a commit to Osrx/zigbee-herdsman-converters that referenced this pull request Aug 20, 2024
Fix issues in commit from @alexelis
Koenkk#7604

Added support for ElectSmart PRO-900Z electric floor thermostat.
@Osrx Osrx mentioned this pull request Aug 20, 2024
Koenkk added a commit that referenced this pull request Aug 26, 2024
* Update tuya.ts

Fix issues in commit from @alexelis
#7604

Added support for ElectSmart PRO-900Z electric floor thermostat.

* Update tuya.ts

* Update src/devices/tuya.ts

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>

* Update src/devices/tuya.ts

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>

* Update tuya.ts

* Update src/devices/tuya.ts

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>

* Update tuya.ts

* Update tuya.ts

* Update tuya.ts

* Update tuya.ts

* Update tuya.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
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.

2 participants