-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support API HTTP #1
Comments
@julien8913 nice to see you there, i alreadey had good progress in objectification of berryton, and i begun to make some commands available as tasmota commands, unfortunately its a bit short to be a real API, but as my berry knowledge is increasing, i see that its possible to listen on http and do some replies. the vocabulary is amongst this list : then tho send some commands i hesitate between receiving a payload wiht all the values in json (i would prefer that , since the values are all sent together in the same frame to the ac unit, it makes sense to always send all the parameters together, unfortunately its not the case with the homeasistant mqt hvac model... this is just a beginning of a proposal, tell me what you think about that. |
Hi, I don't have the necessary dev skills to advise you. However, from what I understand, from my side the payload can arrive at once or several times and doesn't seem to bother you. homey knows how to interpret Json and pass the data in variables. |
@julien8913 : mind first that berry is available only to ESP32 ESP32-S2, ESP32-C3, ESP32-S3 (dont recommend esp32 S2 as i see some instabilities on the S2). i recommend the atom modules from M5stack , as they are small and can easily be installed in the AC unit. |
Hello, https://shop.m5stack.com/products/atoms3-lite-esp32s3-dev-kit |
hi, yes, as explained in the readme of the Berryton_object branch , if you want to be fully sure you ll destroy nothing on your esp32 , you ll need bidirectionnal level shifters like this : |
I hadn't seen your update with the photos. |
@julien8913 some progress on this project ? |
Hello @ouinouin ,I'm sorry I've completely dropped out of all my projects this summer. I ordered last week the voltage regulator, I tried this day to connect to the air conditioning (I have output 5.1V on the ATOM side ) but the ATOMS3 does not seem to start (no http access). I followed the color code for the connection by following your photos. (ATOM lite connection.jpg) I also tried to run the BERRYTON script, but I must be doing it wrong because I don't see any log in the console linked to the script that would indicate that the script is running, nor do I see any log in the mqtt grinder ( I do see those on the ATOMS3 when it's powered by USB-C ) . I hope to get it up and running this evening. have a good day |
My air conditioning only sends 7V I think the power is too low. I don't understand why, I'll test it on the second split later. |
did you measure while loaded? maybe your converter is defective?
Le 9 octobre 2024 16:30:56 GMT+04:00, julien8913 ***@***.***> a écrit :
…My air conditioning only sends 7V I think the power is too low. I don't understand why, I'll test it on the second split later.
--
Reply to this email directly or view it on GitHub:
#1 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
No, I have 7V at the air conditioning output instead of 12V. To test, I can fit an 18650 battery to power the ESP. |
Hello,
As seen together I open this request to add support via HTTP API on your code .
Thanks for all your work .
The text was updated successfully, but these errors were encountered: