Replies: 10 comments 15 replies
-
Great. I would like to integrate It in HA but i never find the time. It would be nice if you can do it. If you have any question about my code, just ask. Maybe F0:0A ... Is a kind of ACK or status. |
Beta Was this translation helpful? Give feedback.
-
Short update, will go in-depth later:
Status message example: The temperatures follow specific function: (value / 2 - 16) celsius. I have not figured out why, as bitwise this does not make sense? Now I need to debug the write logic on HW level, because I think I am not able to write anything there. @issalig any tips for debugging the write logic. I assume that the writing can be also observed from the read side optocoupler leg and ground? |
Beta Was this translation helpful? Give feedback.
-
Again quick update: Write is now working! I am able to turn the device on and off with static string commands. My optocoupler and/or Q2 on the writing side was fried. I am not sure which one was it in the end. At least multimeter shows dead LED in the coupler. CAUTION to everyone! Check first which one is positive and which one is negative. In my case A was actually negative and B was positive. In this repos pictures A connects to the AB-link positive side. |
Beta Was this translation helpful? Give feedback.
-
Yep, I would be keen - seems silly to get 5 of them if you have spares! Let
me know how to pay you and get an address to you and I’ll definitely get
one
…On Wed, 17 Jan 2024 at 1:41 AM, issalig ***@***.***> wrote:
Yes, JLCPCB has good prices and it takes around or less than 2 weeks to
arrive at your place (which I think is great).
Moreover, I still have some spare PCB's and components if you are
interested.
—
Reply to this email directly, view it on GitHub
<#40 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOC3YICMERBQSVRHP7QDIM3YOZYPLAVCNFSM6AAAAABBLGMV4GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCNBTG42TK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I as well have two sets of PCBs and components I can send. Excluding the ESP8266, Diodes and resistors tho. |
Beta Was this translation helpful? Give feedback.
-
hey vakkeli, that would be great with components etc, makes it simple - how
would you like to organise it? happy to paypal or something like that?
thanks,
…On Wed, Jan 17, 2024 at 7:44 PM Vakkeli ***@***.***> wrote:
I as well have two sets of PCBs and components I can send. Excluding the
Diodes and resistors tho.
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOC3YIFBBJMDADMFW4AX74TYO5XMRAVCNFSM6AAAAABBLGMV4GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCNJSG44TG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm happy to make a node-red flow to integrate it into mqtt or similar as
well, if that's helpful (ie, direct node red, without esphome - but if theres an esphome version ill probably use that
as the majority of my house is run off esphome!) I'll probably order a POE powered ethernet esp32, seems to be a nice way to
do it; my heating systems getting pretty extreme now in its complexity...!
I wonder, can you enable the automatic mode from an address? thats one of my major annoyances with this heatpump, is that you can schedule fixed temperature heating on and off, but not the weather compensated version...
thanks!
…On Thu, Jan 18, 2024 at 7:55 PM Vakkeli ***@***.***> wrote:
After I am finished I will turn my repo/fork public and you can copy it
from there. As said I am using ESPHome and I have already built a custom
component. I have not actually used any SW code from this repo, built from
ground up. Custom component is built around C++ and some Python and your
code can be reused there. ESPHome makes the integration to HA basically
effortless, it just shows up there. ESPHome needs to be ran separetly tho
in a Docker or similar.
Current status: I have all the readable information passed to HA sensor,
now I am working on getting the Switches (On/off, modes) and Inputs
(temperatures) to work and polling for the additional data that can found
from the field menu.
@Etacovda <https://github.com/Etacovda> and others can send me a telegram
message if they are intrested in buying the PCB.
—
Reply to this email directly, view it on GitHub
<#40 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOC3YIC53DLEUMEFSXXUXGDYPDBNFAVCNFSM6AAAAABBLGMV4GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCNRVGQ4DK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
sounds good - I will share whatever I do along with photos and any code. I'll probably hijack off of vakkeli's code for the majority of it and fork that. |
Beta Was this translation helpful? Give feedback.
-
I have pushed my unfinished code to my own ESPHome repo: https://github.com/vakkeli/toshiba_uart_ctrl Few people have been intrested, so there you go. A disclamer though, It's still very much unfinished. Fortunately the reason I have not finished it, is that it has been running with my home automation and HA perfectly for four months now, wihtout any issues. So even though it's not finished it is very usable. :D Only works for the Estia Air-to-Water pumps to my knowledge. |
Beta Was this translation helpful? Give feedback.
-
FYI finally got around to finishing mine (depths of 'winter' here), and its working with your code vakkeli, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi all, and first of all a big thanks to @issalig for the work that you have done! I will definetly buy you a beer or coffee(s)!
I have built the HW you designed and I am now able to read my Air-to-Water heat pump AB communication. It is totally different device than yours but the AB protocol seems to work with the HW you designed. However, the communication structuring seems to differ very much from your observations. I have not spent much time with this and would like to ask if anybody else has decrypted the communication that is possibly TU2C-Link.
So if anybody else has seen something similar, please comment here. I will post updates to others here when I have had time to look at it. Perhaps finally, I will push my ready "product" in my own fork, with ESPHome and Home Assistant integrations.
Info on my project:
Some communication, power on, Heating 45C, Hot water off:
Beta Was this translation helpful? Give feedback.
All reactions