Skip to content
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

flipping temperature #233

Closed
Earnstl opened this issue Mar 17, 2021 · 1 comment
Closed

flipping temperature #233

Earnstl opened this issue Mar 17, 2021 · 1 comment
Assignees
Labels
bug Something isn't working FIXED

Comments

@Earnstl
Copy link

Earnstl commented Mar 17, 2021

Checklist

  • [ x] I have read the common issues wiki page
  • [ x] I have checked to make sure the plugin is up to date

Describe the bug
A clear and concise description of what the bug is.
I was able to integrate an InkBird IBS-M1.
The schema looks like this:
[Tuya] SimpleHeater changed: {"101":false,"102":0,"103":68,"104":955,"105":20000,"106":"AAMAAQRYApz/WAKc/yADZAAAAAAAAADoVaoA","107":0,"108":30000,"109":30000,"110":20000,"111":"AQAAAAJYApz/WAKc/yADZAAAAAAAAAAAAAAA","112":0,"113":30000,"114":30000,"115":20000,"116":"AgAAAAJYApz/WAKc/yADZAAAAAAAAAAAAAAA","117":0,"118":30000,"119":30000,"120":20000,"121":"AwAAAAJYApz/WAKc/yADZAAAAAAAAAAAAAAA","126":false,"128":30000}
I was able to get the datapoint for current temperature via the type "SimpleHeater". -> 104
I do not use the switching function.
As far as the temperature will be shown for a short period I get the right data and devided correctly by 100.
Unfortunately after a a second the reported temperature flips to 100, back to the current temperature, back to 100 and then stays there. Sometimes after a refresh it flips more then 2 times.

To Reproduce
Steps to reproduce the behavior:
make use of a temperature sensor

Expected behavior
A clear and concise description of what you expected to happen.
Show the current temperatur only.
No flipping.

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Environment (please complete the following information):

  • OS: Alpine Linux (3.12.4)
  • iOS version: -
  • Homehubs: -
  • Node Version: v14.16.0
  • Plugin Version: homebridge-tuya v2.0.0
  • Accessory Type: temp sensor via gateway

Additional context
Add any other context about the problem here.

@Earnstl Earnstl added the bug Something isn't working label Mar 17, 2021
xortuna added a commit to xortuna/homebridge-tuya that referenced this issue Mar 24, 2021
Temperature divisor was not being applied on updates to SimpleHeaterAccessory, this caused bug iRayanKhan#233 (comment)
iRayanKhan pushed a commit that referenced this issue Mar 25, 2021
Temperature divisor was not being applied on updates to SimpleHeaterAccessory, this caused bug #233 (comment)
@iRayanKhan
Copy link
Owner

Fixed in 2.1.0, thanks @xortuna!

pauldev20 pushed a commit to pauldev20/homebridge-tuya that referenced this issue Jun 11, 2024
Temperature divisor was not being applied on updates to SimpleHeaterAccessory, this caused bug iRayanKhan#233 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FIXED
Projects
None yet
Development

No branches or pull requests

2 participants