-
Notifications
You must be signed in to change notification settings - Fork 28
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
ZHA: Switch temperature between Celsius and Fahrenheit, Show smiley, Comfort parameters #28
Comments
Comfort parametersFor firmware version 0.1.2.1ClusterID: 0x0204 (Thermostat User Interface Configuration) For firmware version 0.1.1.7 - 0.1.2.0ClusterID: 0x0204 (Thermostat User Interface Configuration) |
Hello, I'm trying to build the code with a small edit in board_lyws03mmc.h where I set #define SHOW_SMILEY 0 but it is still displayed on the LCD. Is there any possibility not to have the SMILEY/COMFORT displayed on the LCD? |
ZigBee Cluster Library Specification Cluster 0x0204 Thermostat User Interface Configuration, Attr: 2 ScheduleProgrammingVisibility |
That did not work for me, but I managed to change it by changeing this value: ScheduleProgrammingVisibility.Enabled to ScheduleProgrammingVisibility.Disabled The manaufacturer code override field does not seem to do anything. |
Same, manufacturer code override didn't work for me, but set the values from C to F on my LYWSD03MMC using TemperatureDisplayMode.Imperial worked great. |
Switch temperature between Celsius and Fahrenheit
ENUM8 (id:0x30)
Value: 0 - temperature in Celsius
Value: 1 - temperature in Fahrenheit
Show smiley
ENUM8 (id:0x30)
Value: 0 - Show smiley
Value: 1 - Don't show smiley
The text was updated successfully, but these errors were encountered: