-
Notifications
You must be signed in to change notification settings - Fork 70
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
ECO mode issue #32
Comments
Hey @Bl00d-B0b while working on #28 i've already saw that bug and fixed it. Will be fixed available in 1.16-fas. But then you will see: HASS Lovelace Climate Applet has a bug. There you can thange the temperature und it stays at your temperature. If you reload it shows again 20 degree. Kind Regards and thanks for your bug report |
* ecoMode temperature Fixed 20 degrees (not changeable) #32 * WebThings autodiscovery fix * IceBucketChallenge: Support for negative temperatures * Apple Captive Portal support
* WebThings autodiscovery fix * IceBucketChallenge: Support for negative temperatures * Apple Captive Portal support * WiFi RSS Value property (http://therm-test1.fritz.box/things/network/properties/rssi) #24
Hey @fashberg |
Hey,
to
Then HASS sends not string-values true/false but instead boolean values which are True/false (mind case!) RFC says at https://tools.ietf.org/html/rfc4627 The literal names MUST be lowercase. No other literal names are allowed. See also: https://json-schema.org/understanding-json-schema/reference/boolean.html BUT: In this case this is not a json-value, but just the value. However: In v1.16.beta2 true and True and TRUE are accepted! @blackscreener: Checkout https://github.com/fashberg/WThermostatBeca/releases/tag/v1.16.beta2-fas Kind Regards |
@fashberg |
* Case Insensitive true/false (HomeAssistant Uses "True" if boolean values are enabled) #32 * Climate Autodiscovery (BAC-002) * Typos
Hello,
I assume, when ECO mode is enable, then target Temperature should be read/only mqtt.
Now when I send ECO mode, my target Temperature set to value defined in firmware (that's correct). And I can't change it using buttons on thermostat (that's also correct), but I still have possibility to update targetTemperature value over mqtt
Ed
The text was updated successfully, but these errors were encountered: