Skip to content

Conversation

@dtaylor7
Copy link

@dtaylor7 dtaylor7 commented Nov 6, 2025

Solves #3941

Add support for Thermostat Mini Series-Mini04 Plus - https://etowelthermostats.com/products/thermostat-mini-series-1?variant=45082151715042

2025-11-06_00-59-09 2025-11-06_00-59-17

@github-project-automation github-project-automation bot moved this to 👀 In review in Tuya Local Nov 6, 2025
@make-all make-all linked an issue Nov 6, 2025 that may be closed by this pull request
Copy link
Owner

@make-all make-all left a comment

Choose a reason for hiding this comment

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

Config is missing dps 102, 104, 105 that are showing in the log, and 23, 107, 108. 109, 110, 111, 112 that are not showing in the log, but may be useful as optional entities nonetheless.

- id: 4
name: hvac_mode
type: string
mapping:
Copy link
Owner

Choose a reason for hiding this comment

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

The full range for this dp is ["None", "Standby", "Manual", "LST", "Setback", "Comfort", "Program", "RBT"]

These all need to be covered (a default mapping here should be enough for hvac_mode, with an additional preset_mode mapped to the same dp giving access to the full range)

   - value: heat
     hidden: true

- dps_val: 'Manual'
value: heat
- id: 101
name: temperature
Copy link
Owner

Choose a reason for hiding this comment

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

This is documented as manual_temperature, so only valid for the Manual preset mode? There will need to be logic to redirect to comfort_temperature when appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

Request support for Thermostat Mini Series-Mini04 Plus

2 participants