-
Notifications
You must be signed in to change notification settings - Fork 7
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
Local ekon server for device #19
Comments
UDP Communication alaysis update:
Data packet format:
|
Official UDP Servers addresses and ports:
Deprecated:
|
Server->Device
|
The development of server interface has moved to a different repo |
When HVAC Is turned in off STATE, Server has also "turn on" "turn off" commands / or it is "change mode" |
You should not yet try the commands below, this was only confirm to not-brick the device by me,
but there's a really small bricking chance, reset with the button should solve everything in case of issues,
also in case of issues I Have managed to reclaim the device using ESPTouch SmartConfig app, but if you are no expert you shouldn't be doing this)
I'll document here some info I've gathered regarding how it might be possible to redirect traffic to local LAN server and implement locally without cloud.
First, app uses ESP Smart config/ESP Touch to add the ESP device into the wifi network. This can also be done without the original app, using ESPTouch SmartConfig app.
After the device is in the wifi LAN the app goes on to configure the server it will be using, this is done by POSTing to the device
(ip address: Airconet+ server, activate-ac.com)
If you want to remove the device and disconnect from Wifi (I'm not sure if it restores factory settings):
As seen above the device communicates using udp datagrams to the server. I Have tested switching the server to my pc address and I'm able to record messages sent from the device.
The text was updated successfully, but these errors were encountered: