Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/devices/moes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,9 @@ export const definitions: DefinitionWithExtend[] = [
model: "ZHT-SR",
vendor: "Moes",
description: "Smart ring thermostat",
extend: [tuya.modernExtend.tuyaBase({dp: true, timeStart: "2000"})],
extend: [tuya.modernExtend.tuyaBase({dp: true, timeStart: "1970"})],

onEvent: (tuya as any).onEventSetLocalTime,
Copy link
Owner

Choose a reason for hiding this comment

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

This shouldn't be needed, can you test without?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey Koenkk,
I’m a little confused by your comment. The suggested change fixes the incorrect date on the MOES Thermostat. Without this change it won’t work and always syncs the date with Wednesday.

I thought I could help others with my small fix.

Nico

exposes: [
e
.climate()
Expand Down
Loading