Problem to write Analog values with API on EMS-ESP32 #2418
Replies: 3 comments 6 replies
-
I tested and think it's a bug. I'll work on a fix. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@kiLL3rsp33dy You can use the name of the sensor, this should work: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your answer. I just tested it. It works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new here and I try to work with the EMS-ESP Software on ESP32. The ESP is connected with my heating. Additionally I connected on a GPIO relay to control an heating element.
I want to control this GPIO via the API. To test this, I tried to write via the API using POSTMAN. Authentication via the bearer token is also set up. However, when I want to control the output via the analog sensor, the following error message always appears:
"message": "no setvalue in analogsensor"
I can change a value in the heating, but the analog values do not work. I don't know where my problem is. Does anyone have any solution?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions