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

Documentation: Incorrect power control value after update #1351

Open
1 task
haraldhotzbehofsits opened this issue Jan 12, 2024 · 3 comments
Open
1 task

Documentation: Incorrect power control value after update #1351

haraldhotzbehofsits opened this issue Jan 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@haraldhotzbehofsits
Copy link

Platform

ESP8266

Assembly

I did the assebly by myself

nRF24L01+ Module

No response

Antenna

circuit board

Power Stabilization

Elko (~100uF)

Connection picture

  • I will attach/upload an Image of my wiring

Version

0.8.52

Github Hash

455d29a

Build & Flash Method

AhoyDTU Webinstaller

Setup

Debug Serial Log output

-

Error description

Power has been at 100% before with 0.8.36, after update to 0.8.52 the live view shows 10%, manual change to 100% brings it back to 100%.

image

@haraldhotzbehofsits haraldhotzbehofsits added the bug Something isn't working label Jan 12, 2024
@lumapu lumapu added the documentation Improvements or additions to documentation label Jan 12, 2024
@lumapu
Copy link
Owner

lumapu commented Jan 12, 2024

yes there has been a change recently. I introduced one decimal place for the power limit. Since then the limit has to be multiplied by 10 if it is set from MqTT.

Example:
target limit: 87.9%
send limit: 879

The documentation about that is missing, for that reason I added the "documentation" label to this issue

@haraldhotzbehofsits
Copy link
Author

I recogniced that today, that my power limiter is broken by that change, now I know where to fix it.

@stefan123t
Copy link
Collaborator

@haraldhotzbehofsits also described or fixed in #1684

@lumapu do we need to keep this open for the documentation ?
I have documented the OpenDTU Swagger REST API UI (OpenAPI opendtu_openapi.yaml).

@stefan123t stefan123t changed the title Incorrect power control value after update Documentation: Incorrect power control value after update Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants