-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
I have a sample set extracted, now how do I interpret the payload #77
Comments
Hi @BradleyFord, many thanks for the logs. Actually the amount of data of this model it not overwhelming; my analysis follows below. Next step would be to add the 40, 41, and 42 packets to the ESP decoding firmware so you can monitor and try to understand any changing data in relation to your system's operation. I will ping you here when it is ready. Your log shows the following packets: -request 00001F, empty payload -request 000040, payload length 20, no variation in your log, likely basic settings (on/off etc) -request 000041, payload length 15, only payload byte 6 changes; byte 5+6 may represent a temperature -request 000042, payload length 8, only payload byte 6 changes -request 000020, payload length 1, no variation, sensor request? -requests 000120 .. 001020, payload length 1, no variation -requests 00F030, payload length 20 -request 0000A1, payload length 16, all-zeroes -request 0000B1, payload length 18, all-zeroes -request 800018, payload length 11, no variation -request 808000, empty payload |
Great thanks for that, although it would be good if I could help to interpret the payload for you!!! I will be back home again on Sunday, so can upload the changes then. It seems I temporarily broke the unit for the other VAM. When configuring I added the wifi, but didnt configure the MQTT and could not find the WebUI to add the MQTT info after configuring Wifi. The bigger one will be the AC units, that shall be fun :), although that will take me some more time to physically install. |
When the data is reported over MQTT you can definitely help to interpret! A webUI for MQTT reconfiguration is planned. For now, if you restart (with the reset button) the unit while WiFi is unavailable, it restarts the webUI to configure WiFi and MQTT. Alternatively, you can telnet to it and enter MQTT settings with the B command (B MQTT-IPv4 [MQTT-port [MQTT-user [MQTT-passwrod]]]). Reflashing does not reset MQTT settings unless you explicitly erase all flash memory before doing so. |
I just uploaded another batch of data with a video, I recorded a video as I slowly go through adjusting each of the settings. Here is a link to the video: |
Hi Arnold, |
I have managed to get a large data dump from my Daikin VAM; I have get this into Excel.
I can see various notes about different packet types, etc.
How do I take the next step to interpret this info?
(I am hoping to give Arnold an XLS with the various data interpted quite well, as I have about 6 or 7 different types of indoor units and VAM)
VAM Raw Data.xlsx
The text was updated successfully, but these errors were encountered: