Replies: 28 comments 2 replies
-
Everything is fine fine. logger: Just try to change your yaml file like this: uart:
tx_pin: TX
rx_pin: RX
baud_rate: 9600
parity: EVEN
debug:
direction: BOTH
dummy_receiver: true
after:
timeout: 200ms
sequence:
- lambda: UARTDebug::log_hex(direction, bytes, ' '); This should dumpy data witch is received into the log. This way you can see if there is any data. |
Beta Was this translation helpful? Give feedback.
-
There wireing looks fine so far. But please check you cable connections. I had a lot problems with wires that where not really connected when I started planing with it. |
Beta Was this translation helpful? Give feedback.
-
I've already checked the cables twice, but I can do it again, but I'm not physically at the heat pump at the moment. |
Beta Was this translation helpful? Give feedback.
-
What do you mean by "I'm not physically at the heat pump"? |
Beta Was this translation helpful? Give feedback.
-
I'm currently at work :D |
Beta Was this translation helpful? Give feedback.
-
I checked the wiring and it was fine, so I ended up swapping the rx/tx connectors, even though I had them connected correctly according to the picture. Finally, I started to see these data, I don't know if it's good. |
Beta Was this translation helpful? Give feedback.
-
So should I look for an address starting with 20? according to what is written in the note? Or what should I do with specific data? |
Beta Was this translation helpful? Give feedback.
-
Can you please switch the uart baud rate to 2400 and try again. |
Beta Was this translation helpful? Give feedback.
-
I am sending the log here |
Beta Was this translation helpful? Give feedback.
-
Hmm. Can you please swap F1 and F2 again and try with 2400 and 9600 baud. On my system I got also data with F1 and F2 swapped. But the data is not valid. Your log looks like that. You can ignore the error for now. |
Beta Was this translation helpful? Give feedback.
-
I'll get to the heat pump again tomorrow morning. So what should I test for RS485 speeds? 2400 and 9600? and I will try to transfer F1 to F2. |
Beta Was this translation helpful? Give feedback.
-
Just try both and see if you can get anything under "Discovered devices" |
Beta Was this translation helpful? Give feedback.
-
I tried different combinations and got no result. I will try to order the M5Stack to rule out my device's fault. EDIT: |
Beta Was this translation helpful? Give feedback.
-
Today I ran out of the purchased M5STACK ATOM Lite which is listed in Plug and Play. I would like to ask to which connectors I should connect F1 and F2. They are pins 19 and 22 as in the M5STACK ATOM RS-485 EDIT: |
Beta Was this translation helpful? Give feedback.
-
Yes, both are needed (M5STACK ATOM Lite and M5STACK ATOM RS-485)🙂 |
Beta Was this translation helpful? Give feedback.
-
Could I ask for a sample of what I should see in the log? If I should also see the device (number) in the line Discovered devices: Or a sample of the log that is newsworthy. |
Beta Was this translation helpful? Give feedback.
-
Sorry I overlooked your edit. #23 (comment) That is exactly what we want to see. Your Indoor unit is 20.00.00. When you see that it works and you can control your devices when add a configuration for each unit to your yaml. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Well the problem here is that we need to know witch data point is responsible for controlling the water heating data. I am not sure yet how we get there. |
Beta Was this translation helpful? Give feedback.
-
@lanwin wouldn't the advanced logging, you are working on, help here? We should see the data published on the bus. |
Beta Was this translation helpful? Give feedback.
-
Can I offer a remote connection to my ESP .Would that help to develop faster. |
Beta Was this translation helpful? Give feedback.
-
The log data is pretty confusing since its a lot. I currently thinking about generating something like a table where every variable can appear with its last value. But I am not sure if that is possible with ESPHome. |
Beta Was this translation helpful? Give feedback.
-
Thank you. Maybe later. For now that would not help. |
Beta Was this translation helpful? Give feedback.
-
So let me know as soon as I can help you with anything related to reading the data.For now I'll wait :-) |
Beta Was this translation helpful? Give feedback.
-
I got these PDFs from Samsung support that show the registry numbers and what's under them. I don't know if it could help to identify which value should be changed to change the temperature of the service water. |
Beta Was this translation helpful? Give feedback.
-
Sorry I overlooked your answer. Sadly this did not help. The numbers really only count when you have that Modbus Interface. |
Beta Was this translation helpful? Give feedback.
-
Good day |
Beta Was this translation helpful? Give feedback.
-
Hello
I apologize in advance, I'm using Github for the first time for a question, so I don't know if this is the right way to write for advice.
I created esp according to see attachment. I also attached the settings I have to the file.
The problem is that I don't know how to know that something has been read or how to change it to read other data.
This is a heat pump (AE160JNYDGH)
I'm sorry if I wrote it incomprehensible, I'm using Google translator, I'm from the Czech Republic
Tepelné čerpadlo.txt
Beta Was this translation helpful? Give feedback.
All reactions