这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Conversation

@bertbesser
Copy link
Contributor

The FHT binding would not send correct control commands for low temperature values.

(
Presumably, this bug was hidden for quite a long time, since virtually nobody sets low temperatures to heat their homes :-)
)

Detailed bug description
Temperature control command are hex strings following the "FHT80b syntax: THHHHCCAA" given in http://culfw.de/commandref.html#cmd_T. (Note: Temp commands can only be sent to FHT80b devices, i.e. the buggy method setDesiredTemperature(...) will not be called for commands requiring other syntax.)

Low temp values were converted to one-digit hex strings, whereas two-digit hex-strings are required, cf. the trailing AA part of the command string.

@watou watou added the bug label Jan 26, 2017
@watou watou added this to the 1.9.1 milestone Jan 26, 2017
@watou watou merged commit cac5c0f into openhab:master Jan 26, 2017
watou pushed a commit to watou/openhab that referenced this pull request Jan 26, 2017
@watou
Copy link
Contributor

watou commented Jan 26, 2017

cherry picked onto 1.9.x branch

@kaikreuzer kaikreuzer modified the milestones: 1.9.1, 1.10.0 Jun 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants