muchasuerte / ha-besmart

Home-Assistant Support for Riello's Besmart thermostats.
MIT License
13 stars 6 forks source link

Question. Where did you find BeSMART api #4

Open staszekj opened 2 years ago

staszekj commented 2 years ago

Hi, I'm thinking about buying BeSMART thermostat and wonder if there is HA integration. And .... it is :-) Great and CONGRATULATION the project!

BTW I have question. Where did you find the API documentation (see below)? Is there any official BeSMART documentation or did you hack mobile application?

API I found in your code: BASE_URL = "http://www.besmart-home.com/Android_vokera_20160516/" LOGIN = "login.php" ROOM_TEMP = "setRoomTemp.php" GET_SETTINGS = "getSetting.php" SET_SETTINGS = "setSetting.php" -- etc

I'm asking because if there is public documentation I can buy thermostat and expect maintenance in the future.

Congratulations one more time :-)

muchasuerte commented 1 year ago

I did the reverse engine/sniffing of android application, I did a try on understand more about Wifi Box Interface to besmart thermostat and cloud but I had no luck I know only cloud API.

the Receiver is an 'Model HRT-101D' , can you help me on understand if the real vendor can provide any SDK?

look at http://www.szacs.com/doce/product-detail-89.html

faxbio commented 1 year ago

Looking for an alternative to besmart due to the server lack of availability i stepped into EPH CONTROLS Company that produce a sospiciously lookalike device. I suppose It Is the main producer, maybe you can try to find some more information from them....

https://www.ephcontrols.com/section/gateway/

muchasuerte commented 1 year ago

The only option I can figure out is to use a Sonoff RF433MHz bridge (or any solution that can sniff RF 433 data) and try to determine if the communication can be sniffed.