Closed ari-za closed 10 months ago
I also suggest temporarily disabling the integration and see if you can reproduce the behavior with the official app. It should be doing exactly the same thing, since I reverse engineered all the messages from the app.
Without knowing the integration version where you think it was better and when it got worse, I don't know how to identify what might have happened. I reviewed the changes since the last major update when I added support for the new features in the new firmware version and I don't see anything that would have affected the stability of on/off (which is just a simple write of a single byte).
Thanks, as mentioned in the other thread my machine fw is the latest version for my machine (GS3 MP).
I will try exclusively with the LM app and see if it exhibits similar behavior.
I did notice when I have this issue when I turn the machine on via HA, the HA integration shows the machine is on, but it still shows off in the LM app when I load it up to check that after.
I'm talking blindly here but I suspect there might be an issue with feedback from LM integration since it writes the single byte (or attempts to), but does it/can it confirm that the write was actually successful by checking the status? Just an idea. Seems like the LM app checks as it has a spinning loading circle after you send the on request.
The integration polls the machine for the current state every 20s, so it will know whether it's really on or off, but it does take some time to act and the integration expects it to eventually succeed. It doesn't retry commands after a while if the state never changes, and it caches and reports the expected new state until it sees that the machine has transitioned. The only times that I've seen commands fail is when I have the official app open and the integration can't connect (which is expected, as the machine only supports one connection at a time).
I suggest reviewing your HA log for errors, and you can add this to configuration.yaml to enable more logging:
logger:
logs:
lmdirect: debug
Same thing this morning. Triggered on in HA (via Homekit), shows on in HA, machine is off however. Load up LM app, also shows off. (LM was closed before this). Status does not change to off in HA despite the machine really being off, stays as "on" even past the polling period of 20.
Only when I turn it off and on again in HA then it works.
Almost like the first "turn_on" command/write fails/doesn't execute, and then triggering it off and on in HA again works every time.
Again, I don't suspect a WiFi issue because i'm using UniFi and everything seems fine, also its about 4m from the Wifi AP.
I have now connected the LM to a 2.4GHz only network, but again I don't suspect that is the issue.
I only noticed this behavior after the latest machine update (v.123 in my case) which coincided with the big v2 app release. And I guess subsequent integration update.
I did enable logging above but not sure how often it logs, it seems it was filling up my log file causing weird issues on my HA.
Will continue to monitor.
The machine responds to the write command, so you should see an error in the log if it doesn't receive an OK. So as we discussed, please see if there are logs around when you see these failed attempts to turn the machine on and see if you see the same behavior with the official app. The fact that the app shows 'off' when HA thinks it's on tells me that the write was unsuccessful and you should see something in the log.
Ok I finally managed to enable logging and replicate the issue, so hopefully we can get to the bottom of this.
Timeline: 11:01 - restarted HA after enabling logging again
11:03am - request made to turn machine on in HA - machine does not turn on. Switch stays on in HA indefinitely
11:06am - turn HA switch off and on again and then the machine turns on this time.
subsequent off and on work without fail. seems after a certain amount of time it exhibits this behavior. e.g. early in the monrning when turning the machine on for the first time of the day.
Other notes: Confirmed in UniFi controller the wifi was connected and stable the whole time to the machine.
This happens pretty much every morning the first time I turn it on so I was able to replicate.
Where can I send you the log file privately?
I only need the few lines around where you try to turn on the machine and where it waits for a response, and there shouldn't be anything sensitive there.
I can't differentiate between the requests as there seems to be other requests made by the integration. I'll post what I have around the time, you'd be able to decipher. Also I will send you the full log on HA forums via PM.
Timeline in my post above
`<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
2023-03-20 | 11:03:10.132 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data -- | -- | -- 2023-03-20 | 11:03:10.133 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:03:10.135 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:03:10.135 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:03:10.136 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:03:10.136 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:03:10.137 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:03:10.137 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:03:10.137 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:03:10.137 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:03:10.138 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:03:10.258 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:03:10.261 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:03:10.262 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:03:11.545 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390000000000000000000100000001130126000001 2023-03-20 | 11:03:11.559 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=00003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:03:11.748 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:03:11.954 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015C 2023-03-20 | 11:03:11.961 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:03:12.160 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:03:12.170 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=54414E442D425920202031313A303300 2023-03-20 | 11:03:12.175 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:03:13.182 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00030B01140317 2023-03-20 | 11:03:14.121 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:14.121 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:03:15.130 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:03:17.175 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00030B01140317 2023-03-20 | 11:03:18.122 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:19.122 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:03:21.171 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00030B01140317 2023-03-20 | 11:03:21.172 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:03:21.174 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:03:21.174 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:03:40.297 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:03:40.298 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:03:40.299 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:03:40.300 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:03:40.300 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:03:40.301 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:03:40.301 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:03:40.301 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:03:40.301 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:03:40.302 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:03:40.302 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:03:40.429 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:03:40.430 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:03:40.430 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:03:41.547 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390000000000000000000100000001110126000001 2023-03-20 | 11:03:41.552 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=00003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:03:41.753 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:03:41.960 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015C 2023-03-20 | 11:03:41.966 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:03:42.171 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=54414E442D425920202031313A303300 2023-03-20 | 11:03:42.178 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:03:42.368 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:03:42.374 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:42.374 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:03:43.123 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:03:45.156 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00030B01140317 2023-03-20 | 11:03:46.156 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:47.179 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:03:49.126 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00030B01140317 2023-03-20 | 11:03:50.149 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:50.277 | DEBUG (MainThread) [lmdirect.connection] Sending 00000001 with 01 None 2023-03-20 | 11:03:50.559 | DEBUG (MainThread) [lmdirect.connection] Message=00000001, Data=OK 2023-03-20 | 11:03:50.559 | DEBUG (MainThread) [lmdirect.connection] Command Succeeded: 00000001: OK 2023-03-20 | 11:03:50.559 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:03:51.173 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:03:53.124 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=35030B01140317 2023-03-20 | 11:03:54.143 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:55.168 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:03:57.132 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:03:58.137 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:03:59.161 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:04:01.122 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:04:01.122 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:04:01.124 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:04:01.124 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:04:10.449 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:04:10.450 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:04:10.451 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:04:10.452 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:04:10.452 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:04:10.453 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:04:10.453 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:04:10.453 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:04:10.453 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:04:10.454 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:04:10.454 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:04:10.645 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:04:10.646 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:04:10.646 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:04:11.346 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390000000000000000000100000001110126000001 2023-03-20 | 11:04:11.554 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=00003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:04:11.554 | DEBUG (MainThread) [lmdirect.connection] Element power hasn't updated yet, so use the cached value 0 2023-03-20 | 11:04:11.755 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:04:11.759 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015C 2023-03-20 | 11:04:11.960 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:04:11.967 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=54414E442D425920202031313A303400 2023-03-20 | 11:04:12.165 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:04:12.171 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:04:13.124 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:04:14.132 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:04:14.133 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:04:15.135 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:04:17.192 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:04:18.122 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:04:19.135 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:04:21.178 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:04:21.179 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:04:21.183 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:04:21.183 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:04:40.663 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:04:40.663 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:04:40.664 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:04:40.664 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:04:40.665 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:04:40.665 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:04:40.665 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:04:40.665 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:04:40.666 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:04:40.666 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:04:40.666 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:04:40.743 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:04:40.743 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:04:40.744 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:04:41.554 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390000000000000000000100000001110126000001 2023-03-20 | 11:04:41.562 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=00003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:04:41.563 | DEBUG (MainThread) [lmdirect.connection] Element power hasn't updated yet, so use the cached value 0 2023-03-20 | 11:04:41.760 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:04:41.965 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015C 2023-03-20 | 11:04:41.975 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:04:42.169 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=54414E442D425920202031313A303400 2023-03-20 | 11:04:42.176 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:04:42.374 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:04:42.382 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:04:42.383 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:04:43.122 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:04:45.141 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:04:46.162 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:04:47.127 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:04:49.133 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00040B01140317 2023-03-20 | 11:04:50.158 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110128 2023-03-20 | 11:04:51.179 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:04:51.180 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:04:51.181 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:04:51.182 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:05:10.759 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:05:10.760 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:05:10.761 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:05:10.762 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:05:10.762 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:05:10.762 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:05:10.763 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:05:10.763 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:05:10.763 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:05:10.763 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:05:10.764 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:05:10.849 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:05:10.850 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:05:10.851 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:05:11.561 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390000000000000000000100000001110126000001 2023-03-20 | 11:05:11.566 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=00003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:05:11.566 | DEBUG (MainThread) [lmdirect.connection] Element power hasn't updated yet, so use the cached value 0 2023-03-20 | 11:05:11.763 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:05:11.968 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015C 2023-03-20 | 11:05:11.975 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:05:12.173 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=54414E442D425920202031313A303500 2023-03-20 | 11:05:12.180 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:05:12.379 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:05:13.123 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00050B01140317 2023-03-20 | 11:05:14.128 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:05:14.129 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:05:15.146 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:05:17.123 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00050B01140317 2023-03-20 | 11:05:18.127 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:05:19.136 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:05:21.187 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00050B01140317 2023-03-20 | 11:05:21.190 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:05:21.193 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:05:21.194 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:05:40.867 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:05:40.868 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:05:40.868 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:05:40.868 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:05:40.869 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:05:40.955 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:05:40.956 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:05:40.956 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:05:41.562 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390000000000000000000100000001110126000001 2023-03-20 | 11:05:41.568 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=00003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:05:41.569 | DEBUG (MainThread) [lmdirect.connection] Element power hasn't updated yet, so use the cached value 0 2023-03-20 | 11:05:41.766 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:05:41.978 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015C 2023-03-20 | 11:05:41.985 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:05:42.177 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=54414E442D425920202031313A303500 2023-03-20 | 11:05:42.191 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:05:42.323 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:05:42.387 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:05:42.388 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:05:43.124 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:05:45.148 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00050B01140317 2023-03-20 | 11:05:46.171 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:05:47.123 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:05:49.141 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=00050B01140317 2023-03-20 | 11:05:50.163 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:05:51.127 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:05:51.129 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:05:51.133 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:05:51.133 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:06:04.443 | DEBUG (MainThread) [lmdirect.connection] Sending 00000001 with 00 None 2023-03-20 | 11:06:04.444 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:06:04.510 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:06:04.512 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:06:04.512 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:06:05.329 | DEBUG (MainThread) [lmdirect.connection] Message=00000001, Data=OK 2023-03-20 | 11:06:05.329 | DEBUG (MainThread) [lmdirect.connection] Command Succeeded: 00000001: OK 2023-03-20 | 11:06:05.329 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:06:06.143 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7B00001FB800000000000004DF 2023-03-20 | 11:06:06.831 | DEBUG (MainThread) [lmdirect.connection] Sending 00000001 with 01 None 2023-03-20 | 11:06:07.169 | DEBUG (MainThread) [lmdirect.connection] Message=00000001, Data=OK 2023-03-20 | 11:06:07.170 | DEBUG (MainThread) [lmdirect.connection] Command Succeeded: 00000001: OK 2023-03-20 | 11:06:07.170 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:06:07.174 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=01003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:06:07.175 | DEBUG (MainThread) [lmdirect.connection] Element power has updated to 1, pop the cached value 2023-03-20 | 11:06:08.123 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:06:09.131 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:10.136 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:10.972 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:06:10.972 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:06:10.973 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:06:10.974 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:06:10.974 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:06:10.974 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:06:10.974 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:06:10.974 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:06:10.975 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:06:10.975 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:06:11.157 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01130128 2023-03-20 | 11:06:11.362 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E323030393030313431390100000000000000010100001501110126000001 2023-03-20 | 11:06:11.565 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=01003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:06:11.574 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:06:11.771 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015D 2023-03-20 | 11:06:11.974 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7D00001FB800000000000004DF 2023-03-20 | 11:06:12.121 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=33302E33DF4320FFFF2031313A303600 2023-03-20 | 11:06:12.180 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:06:12.321 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:06:12.321 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:06:12.383 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:06:14.127 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:15.149 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01130128 2023-03-20 | 11:06:16.181 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:06:18.124 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:19.145 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=01110126 2023-03-20 | 11:06:20.167 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:06:22.135 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:22.137 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:06:22.139 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:06:22.140 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task 2023-03-20 | 11:06:40.995 | DEBUG (MainThread) [custom_components.lamarzocco.api] Fetching data 2023-03-20 | 11:06:40.996 | DEBUG (MainThread) [lmdirect] Requesting status 2023-03-20 | 11:06:40.997 | DEBUG (MainThread) [lmdirect.connection] Sending 40000023 with None None 2023-03-20 | 11:06:40.997 | DEBUG (MainThread) [lmdirect.connection] Connecting 2023-03-20 | 11:06:40.998 | DEBUG (MainThread) [lmdirect.connection] Sending 0000001F with None None 2023-03-20 | 11:06:40.998 | DEBUG (MainThread) [lmdirect.connection] Sending 0310001D with None None 2023-03-20 | 11:06:40.999 | DEBUG (MainThread) [lmdirect.connection] Sending 0020002C with None None 2023-03-20 | 11:06:40.999 | DEBUG (MainThread) [lmdirect.connection] Sending 00500018 with None None 2023-03-20 | 11:06:40.999 | DEBUG (MainThread) [lmdirect.connection] Sending 60EF0010 with None None 2023-03-20 | 11:06:40.999 | DEBUG (MainThread) [lmdirect.connection] Sending 00E20004 with None None 2023-03-20 | 11:06:41.000 | DEBUG (MainThread) [lmdirect.connection] Sending 40600020 with None None 2023-03-20 | 11:06:41.069 | DEBUG (MainThread) [lmdirect.connection] Finished Connecting 2023-03-20 | 11:06:41.071 | DEBUG (MainThread) [lmdirect.connection] Starting read task 2023-03-20 | 11:06:41.072 | DEBUG (MainThread) [lmdirect.connection] Starting read reaper 2023-03-20 | 11:06:41.583 | DEBUG (MainThread) [lmdirect.connection] Message=40000023, Data=027B02536E32303039303031343139010000000000000001010000700123012A000001 2023-03-20 | 11:06:41.588 | DEBUG (MainThread) [lmdirect.connection] Message=0000001F, Data=01003C026E3230039804A6000608000012180000006E00DC0096012C03E811 2023-03-20 | 11:06:41.774 | DEBUG (MainThread) [lmdirect.connection] Message=0310001D, Data=FE080C080C080C080C080C080C080C0000000000000000000000000000 2023-03-20 | 11:06:41.979 | DEBUG (MainThread) [lmdirect.connection] Message=00500018, Data=0000006B0000008600003F7D00001FB800000000000004DF 2023-03-20 | 11:06:41.994 | DEBUG (MainThread) [lmdirect.connection] Message=0020002C, Data=0000024C000000000000000000000000000000000000024C000002430000000000000000000002430000015D 2023-03-20 | 11:06:42.122 | DEBUG (MainThread) [lmdirect.connection] Message=60EF0010, Data=33322E31DF4320FFFF2031313A303600 2023-03-20 | 11:06:42.182 | DEBUG (MainThread) [lmdirect.connection] Message=00E20004, Data=00000000 2023-03-20 | 11:06:42.322 | DEBUG (MainThread) [lmdirect.connection] Message=40600020, Data=0000009803A604500050000F000F006400640070000000000001550055000001 2023-03-20 | 11:06:42.326 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:43.124 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=0127012A 2023-03-20 | 11:06:43.124 | DEBUG (MainThread) [lmdirect.connection] Received all responses 2023-03-20 | 11:06:44.130 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:06:46.176 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:47.130 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=012F012C 2023-03-20 | 11:06:48.127 | DEBUG (MainThread) [lmdirect.connection] Message=40220001, Data=01 2023-03-20 | 11:06:50.173 | DEBUG (MainThread) [lmdirect.connection] Message=03000007, Data=0A060B01140317 2023-03-20 | 11:06:51.124 | DEBUG (MainThread) [lmdirect.connection] Message=401C0004, Data=0133012E 2023-03-20 | 11:06:51.124 | DEBUG (MainThread) [lmdirect.connection] Exiting loop: [] 2023-03-20 | 11:06:51.125 | DEBUG (MainThread) [lmdirect.connection] Finished closing 2023-03-20 | 11:06:51.126 | DEBUG (MainThread) [lmdirect.connection] Finished reaping read task
Hi all
Been having an issue for a while now whereby I switch the machine on in HA however the machine does not actually switch on quite often. I have to manually turn the machine off and on again and then it works. Sometimes it works, a lot of the time it doesn't. I seem to remember it was always solid before the update.
GS3 MP. Latest version. 1.23, gateway V1.1RC8
WiFi signal- Excellent (-65 dBm)
Still on Standby after switching on in HA:
Would be happy to do some logging if possible to help diagnose.