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

Thermostat with wireless sensor #49

Open
niko199544 opened this issue Oct 27, 2023 · 2 comments
Open

Thermostat with wireless sensor #49

niko199544 opened this issue Oct 27, 2023 · 2 comments

Comments

@niko199544
Copy link

Hello.
I want to build a thermostat using your platform.
In general, I really liked what you do, it's a good project.
I can't figure out how to get the room temperature for the thermostat from the temperature sensor on the server. If you add this functionality I will complete the project and will be happy to share the PCB drawings and Arduino code with you.

@kakopappa
Copy link
Contributor

Hello Niko,

thanks!

If the temperature sensor in the same board as thermostat, you can use send temperature event to update the room temperature.

if they are different esp boards, you may need to use something like ESPNOW to send between each boards

https://sinricpro.github.io/esp8266-esp32-sdk-documentation/class_s_i_n_r_i_c_p_r_o__3__0__0_1_1_sinric_pro_thermostat.html#a75956fe7aff6e595a9b57519316ff789

@niko199544
Copy link
Author

Thank you very much for the answer.
If there was a GET function that would tell you the temperature in the room, it would be much easier.
I will definitely try ESPNOW. I still don't know what it is and how it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants