Skip to content

Improve Moes ZHT-S01 with better schedule handling#11416

Merged
Koenkk merged 3 commits intoKoenkk:masterfrom
mr-brune:master
Feb 1, 2026
Merged

Improve Moes ZHT-S01 with better schedule handling#11416
Koenkk merged 3 commits intoKoenkk:masterfrom
mr-brune:master

Conversation

@mr-brune
Copy link
Copy Markdown
Contributor

@mr-brune mr-brune commented Jan 29, 2026

Better Schedule Handling like in the manual
Added fault_alarm support (DP 20) to report hardware errors.
Added factory_reset support (DP 28).

Added fault_alarm support (DP 20) to report hardware errors.
Added factory_reset support (DP 28).
@mr-brune mr-brune changed the title Better Schedule Handling Improve Moes ZHT-S01 with better schedule handling Jan 29, 2026
Comment thread src/devices/moes.ts Outdated
program_temperature: (name: string) => e.numeric(name, ea.STATE_SET).withUnit("°C").withValueMin(5).withValueMax(35),
// Period descriptions for user-friendly display
const WEEKDAY_PERIODS = [
{id: 1, desc: "☀️ Get up in the morning"},
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Suggested change
{id: 1, desc: "☀️ Get up in the morning"},
{id: 1, desc: "get_up_in_the_morning"},

Please make these all snake case, same for WEEKEND_PERIODS below

@Koenkk Koenkk merged commit 40f99ea into Koenkk:master Feb 1, 2026
3 checks passed
@Koenkk
Copy link
Copy Markdown
Owner

Koenkk commented Feb 1, 2026

Thanks!

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