theeuwke / toshiba-estia-debug

Toshiba estia r32 debug interface hacking on CN801
GNU General Public License v2.0
1 stars 0 forks source link

I'm quite exited about it #1

Open krishy2 opened 1 year ago

krishy2 commented 1 year ago

Let me know the details, I'm on a very similar case.

theeuwke commented 1 year ago

This program is just a helper for protocol reverse engineering, and will only be read-only. There are 7 different types of packets (or telegrams), see https://ibb.co/tXvhKq5

I use a serial to tcp bridge (ser2net). Thus far I've decoded some data in packet type 6 https://imgbb.com/rHhsNVs

My next step is build a esp-home plugin, so I can read the data with an ESP8266 and send it to Home Assitant

krishy2 commented 1 year ago

Thats fine. But what is the physical layer? Is it a RS485? There is another Toshiba protocol project, but not for Estia. Maybe there are some similarities.

theeuwke commented 1 year ago

Just RS232 TTL, baudrate 38400 8N1 probably used for estia startup tool (but that is write only)