Closed bschatzow closed 2 years ago
Thank you for testing with datactl
! As I alluded in my comment (https://github.com/home-assistant/operating-system/issues/1119#issuecomment-778632802), I kinda feared that this might be reproducible with the datactl
case as well. It does make sense, since the crash happens when Linux is running. But it is good that this is tested, as it rules out any firmware/bootloader (U-Boot) involvement.
You wrote somewhere Startech 3.1 controller and Kingston SSD, which model is this exactly? Is it this enclosure? https://www.startech.com/en-us/hdd/s251bmu313? And which Kingston SSD?
Now the kernel we use on Raspberry Pi comes straight from the Raspberry Pi foundation (github.com/raspberrypi/kernel). What would be interesting is if the crash also is reproducible with Raspberry Pi OS (and its kernel 5.4). But Raspberry Pi OS recently moved to 5.10, and I am working on moving Home Assistant OS to it as well.
I'll do a 6.0 development build with that new kernel soon, I'd suggest you give that a try. If it fixes the issue, then we just move forward. If not, I think the way forward is to try reproduce the issue on Raspberry Pi OS and report with the Raspberry Pi kernel developers.
Btw, since you opened this issue with more/new information, can we close https://github.com/home-assistant/operating-system/issues/1177?
I went to the samsung SSD Samsung SSD 860 EVO 250GB 2.5 Inch SATA III Internal SSD (MZ-76E250B/AM), as I want to have a second SSD to test. I have used the EVO series in windows for years with no problems. The StarTec model is USB312SAT3CB. I also went to the 2/22 Pi firmware.
I have read in different threads were people tested what you recommended and they have zero issues using the Pi with the Raspberry software. Again a difference here is that the Raspberry software is 32 bit vs 64. I have asked about the freeze issue in the Raspberry forums and every answer I have received says check the Kernel.
I have also asked repeatedly why booting from SD / SSD combo is more reliable and this was never answer. My issue is not the boot issue as many people have / had. My issue is after so many hours a system crash. I still think once the unit boots it should not matter what method was used.
My system crashed again in three hours.
Should I go back to OS 5.4? Should I go back to SSD only boot? I willing to test what you think can help. There are also others in the 1119 issue as well that will test for you. We just need directions.
Also what would be helpful is if the scrolling log was re-enabled on the PI. I have a monitor attached that has welcome to Home Assistant, Login. It would be nice to take a picture of the freeze to capture for you.
Again a difference here is that the Raspberry software is 32 bit vs 64
Sorry I lost a bit track of what all you tested, we do have a 32-bit image, did you test 32-bit?
I have also asked repeatedly why booting from SD / SSD combo is more reliable and this was never answer.
There are countless reports where it just doesn't boot, see #1257. SD card approach sidesteps that.
That said, if you boot from SD, initialization of controllers is done in Firmware and U-Boot. This initialization (e.g. setting up clocks, timings etc. etc.) might even influence later behavior. So testing with Firmware/U-Boot out of the game is a reasonable way to definitly pinpoint the issue to the kernel.
My system crashed again in three hours.
:(
Should I go back to OS 5.4? Should I go back to SSD only boot?
I would stay with SD card boot and SSD data. You can move to different versions of the OS also with this combination. You can go to OS 5.4 for now, I probably have a development release 6 with the Linux 5.10 kernel later today, I'll write once that is ready.
Also what would be helpful is if the scrolling log was re-enabled on the PI.
Not exactly sure what you mean, kernel errors should still appear on the console. The only thing we disabled are informational messages.
Again a difference here is that the Raspberry software is 32 bit vs 64
Sorry I lost a bit track of what all you tested, we do have a 32-bit image, did you test 32-bit?
I was under the understanding that PI 4 booting from USB was only done using the 64 bit version. I tested the 64 bit as that is what I had used for USB3 boot. I did not want to add another variable.
I have also asked repeatedly why booting from SD / SSD combo is more reliable and this was never answer.
There are countless reports where it just doesn't boot, see #1257. SD card approach sidesteps that.
That said, if you boot from SD, initialization of controllers is done in Firmware and U-Boot. This initialization (e.g. setting up clocks, timings etc. etc.) might even influence later behavior. So testing with Firmware/U-Boot out of the game is a reasonable way to definitely pinpoint the issue to the kernel.
I understand your answer, but I would think that after a couple of hours of operation nothing from the boot should be causing the system lockup?
My system crashed again in three hours.
:(
Should I go back to OS 5.4? Should I go back to SSD only boot?
I would stay with SD card boot and SSD data. You can move to different versions of the OS also with this combination. You can go to OS 5.4 for now, I probably have a development release 6 with the Linux 5.10 kernel later today, I'll write once that is ready.
If this is coming today. I'll hold off to test this.
Also what would be helpful is if the scrolling log was re-enabled on the PI.
Not exactly sure what you mean, kernel errors should still appear on the console. The only thing we disabled are informational messages. The monitor attached console comes up with two lines: Welcome to Home Assistant and Homeassistant Login: with a blinking cursor. In the past you had to press some key (don't remember) to get to the log in. The default was a rolling log. Also the font size is greatly reduced from what it was.
I was under the understanding that PI 4 booting from USB was only done using the 64 bit version. I tested the 64 bit as that is what I had used for USB3 boot. I did not want to add another variable.
Initially only 64-bit worked with USB boot yes. But today 32-bit does work as well. I mean if it helps, maybe worth a try. But I am also ok to stay with 64-bit testing.
I understand your answer, but I would think that after a couple of hours of operation nothing from the boot should be causing the system lockup?
Yeah I guess that makes it less likely to be firmware releated :man_shrugging:..
If this is coming today. I'll hold off to test this.
Probably, doing some testing right now.
Let me know when it is out and I will try it and capture any information you feel is helpful.
Do you know the settings to put the monitor back into the scrolling log? Something in the config.txt file?
Do you know the settings to put the monitor back into the scrolling log? Something in the config.txt file?
I am not quite clear what you mean by that, but I guess you mean the kernel logs which have been displayed on the login screen? We just lowered the log level by default once booted up, so that informational messages no longer show up and disturb any local session. Any warnings or error messages will still appear (see https://github.com/home-assistant/operating-system/pull/1054).
You can reenable all logs by using:
login: root
...
ha > login
# echo 7 > /proc/sys/kernel/printk
When the system froze it did not have any information on the screen. Do errors echo first to the screen or to the file?
Do you need to do this each time? If so, on a system restart I will miss this.
I tried this from the SSH 22222 and there is no change to what goes to the monitor.
I am having the exact same issue I guess I just need to what to see if updates will help. I thought it was an issue with my ssd but turns out I am not alone. I am running a Pi 3B+ on the latest version of everything 64 bit on a ssd. It is happening multiple times per day taking a long time to reboot
Upgrading to the latest beta version also hasn't helped it is still restarting multiple times.
@agners Latest lockup
@agners, I tried to downgrade the OS and during the downgrade the system crashed. Not sure why? I have done this lots of times with no issues before. It seemed something got corrupted on the Sd. No video out. So much for this method being more reliable. I never had an SSD fail in 6 months using them in Home Assistant. Had several SD fail in the year before I switched. When you release the new version of the OS I will test it 2 ways. First on my existing SSD and then I'll recreate a split system (Sd boot / SSD). I would hope that someone is working on a better restore process. I see the current process taking almost an hour, if everything goes well. The steps I see is create the SD, restore the snapshot to the SD, Install the SSH 22222 credentials to the SD, run disk partition utility.
I tried to downgrade the OS and during the downgrade the system crashed. Not sure why? I have done this lots of times with no issues before. It seemed something got corrupted on the Sd.
:worried: sorry to hear that.
The steps I see is create the SD, restore the snapshot to the SD, Install the SSH 22222 credentials to the SD, run disk partition utility.
Via snapshot should be straight forward, but yeah its time consuming.
The last development build with the Raspberry Pi Linux kernel 5.10 built successfully and is ready for download at https://os-builds.home-assistant.io/6.0.dev20210302/.
@agners Thanks. It is straight forward.i was just frustrated yesterday. How do you want me to report any information? Did my screen capture give you anything useful? I went to the developers channel and I do not see the developers OS. I was hoping to not load everything in the developers mode so we can make one change at a time. I used ha os update --version 6.0.dev20210302 to update. Hope this is correct.
@bschatzow the screen capture shows that the kernel seems to be still alive and well, but for some reason a python3 task (e.g. could be HA core) did get stuck somewhere. I assume that its related to a I/O operation (e.g. SSD write). But it doesn't really show the root cause etc... :(
Communicating here is probably the best, then we have things tracked.
For the update, you need to switch the Supervisor to the developer channel to get to OS updates from the developer channel, e.g.
su options --channel dev
su reload
os update --version 6.0.dev20210302
su options --channel stable
Thanks. All is running so far. Do you want me to switch the SU back to stable? Right now all software is in development, OS, core, & SU.
Crashed again, got 7 hours before crash. Not sure what is next? Also the screen showed no information. It stayed on login. Until I hear from you I am going back to 5.4. as it is very stable for me.
@TuomasPakkanen not particularly. Yes RCU stall can happen due to user space process running on RT, but that is not the case here. This is very likely triggered by some I/O issue. If OS 5.4 wouldn't work, I would assume broken hardware or power. But the the fact that OS 5.4 seems to work stable, indicates that there is a problem with newer kernel in combination with USB 3 etc.
@bschatzow I think I asked once, but I forgot where: Did you try OS release 5.5 once? Did that freeze as well?
Should we try running the ssd via usb2 port? Mine's on USB3. Asked @bschatzow if he had tried this earlier.
@agners
@bschatzow I think I asked once, but I forgot where: Did you try OS release 5.5 once? Did that freeze as well?
Yes it did.
@TuomasPakkanen made a very useful spreadsheet that is linked on 1119 that shows (I believe 32 users) with the different versions tried. I believe you can use this to try and establish a pattern. If more columns (or different columns) are needed just ask. I'm more than happy to try different things and convince others to also if you can give us directions of what to try. Aren't your development tools able to see the data streams and what is written? I know at my old company the software engineers were able to see almost everything. They could see the complete I/O data stream as well as simulate different parameters. If you don't have these tools everything we / you are doing is a guess (maybe an intelligent one, but a guess none the less).
@TuomasPakkanen if it works, why not :) It will be slower of course...
@bschatzow The problem of this issues are that they are highly hardware/environment dependent. We have all kinds of tool to analyze things. But those do not help when we don't see the problem here :( We would need to buy all the hardware you guys have to actually be able to reproduce, which is not feasible.
Is the problem also reproducible with a vanialla installation, from scratch (no add-ons, just Home Assistant default config?
What would be interesting is if the problems are also reproducible with Raspberry Pi OS. I guess just installing will not help, as this likely is some race condition etc, which only happens when there is actually things going on... So best would be to install a Supervised installation for testing.
@agners I only have one PI4 that I use. Others in many of the issues have confirmed the same hardware with no issues with the Raspberry desktop on top of the standard Debian image that Raspberry image installs.
If you think it is related to my Controller, I can purchase a different one. If so, which one? I currently tried both the StarTec 3.0 and 3.1. I have also tried the Samsung SSD EVO series as well as the Kingston. Both have been connected to the USB3 next to the power connector.
Should I move it to the other USB3 port?
I had no difference in reliably using the Sd boot.
I am using a standard HA PI4 installation that I have used since the beginning. The last test was done with the latest available download on the Sd and restored my snapshot that works great with 5.4. I never saw lockups in any versions before (pi3 & Pi 4) of course I had other issues. Some operator error and some HA. Never had an issue like this.
Is this the Supervised installation that you mention above that you want me to use?
Others in many of the issues have confirmed the same hardware with no issues with the Raspberry desktop on top of the standard Debian image that Raspberry image installs.
That does not make much sense: We established that it is kernel related. We use the very same kernel as the Raspberry Pi OS uses. How can it be that it is kernel related yet Raspberry Pi OS doesn't show it? I think you are mixing up things. "Others" likely have different issues. It is certainly good to compare cases and try to see patterns, but be careful to not make conclusions of your case by mixing in reports from others..
I created a special build now: It is based on the current release 6 dev branch, but uses the Raspberry Pi Linux 4.19 kernel as has been used in OS release 5.4. With that, we can definitly pinpoint or rule out kernel issues: https://os-builds.home-assistant.io/hassos_rpi4-64-6.0.dev20210304.raucb https://os-builds.home-assistant.io/hassos_rpi4-64-6.0.dev20210304.img.xz
I think the raucb update method via USB flash drive with the name CONFIG
should work (see https://github.com/home-assistant/operating-system/blob/dev/Documentation/configuration.md#automatic). Your system needs to be up at least 5 minutes, otherwise it won't start the update. Otherwise a from scratch installation using the img.xz
file and restoring is probably the only way.
@agners Thanks. This should be a great test! I created a special build now: It is based on the current release 6 dev branch, but uses the Raspberry Pi Linux 4.19 kernel as has been used in OS release 5.4. With that, we can definitly pinpoint or rule out kernel issues: https://os-builds.home-assistant.io/hassos_rpi4-64-6.0.dev20210304.raucb https://os-builds.home-assistant.io/hassos_rpi4-64-6.0.dev20210304.img.xz Can I just use the HA os update method? If not, I'll try the config method.
I did the systemctl restart hassos-config after I copied the file over and it did not work. Left it unable to boot.
Figured out how to use the img file. Used the normal etcher and drive would not boot. Stopped at same place as above loading from USB. Tried it on boot SSD drives and same result. Will not boot. Used the released image and booted in a couple of minutes. Maybe something is corrupted on the build?
Did work on my end, but only tested using SD card:
# uname -a
Linux homeassistant 4.19.127-v8 #1 SMP PREEMPT Thu Mar 4 16:09:35 UTC 2021 aarch64 HassOS
# cat /etc/os-release
NAME="Home Assistant OS"
VERSION="6.0.dev20210304 (RaspberryPi 4 64bit)"
Not sure why that would not boot from SSD, maybe some strange "new firmware/old kernel" interaction :man_shrugging:
I can put it back in and take a picture when it stops if that helps?
Well, maybe, but I don't want to spend time to fix a test build which we only ever will use for debugging. It was a shot in the dark, but it seems that other things are broken with that old 4.19 kernel :man_shrugging:
I'll send you a picture later today. Maybe it will tell you something.
A couple of things I can try if you think it can help. I can try the SD and data on the an SSD. Also I noticed that the config. txt file was changed. The dtparam=sd_poll_once=on was removed. I can edit this and try it. What do you think? I also see that there are different revisions of the Pi4. Mine is 1.2 which is the latest ( I believe for the 4g) others have 1.4 which is the latest for the 8G. One of the people with the 8 use identical hardware as me and his works. Maybe there is a timing issue on the board?
@TuomasPakkanen if it works, why not :) It will be slower of course...
I have now updated to 5.12 and plugged the SSD to an USB2 port. I think the performance difference probably doesn't matter in my use case. I also did a database wipe for other reasons and updated the RPI4 EEPROM to latest stable version (16th Feb.). Otherwise running the latest core version and have updated add-ons and such to latest versions.
Let's see how it goes. I'll try to fetch the logs if it crashes again. I guess via monitor you can't see any info but I did setup the SSH access to 22222.
@agners agners> You can reenable all logs by using:
login: root ... ha > login # echo 7 > /proc/sys/kernel/printk
This did not put the logs back into scrolling for me. I want to test a couple of other options, but I want to see the scrolling screen incase there is another lockup. Maybe the screen will have additional information that the logs do not have?
echo 7 > /proc/sys/kernel/printk
This command worked for me when I ran it via connecting to port 22222 via SSH. Can see the logs via monitor now.
Edit: still up on 5.12. Will keep monitoring it for maybe a week and if no crash, I'll try switching to USB3 to see if it crashes on that.
Hi guys, I was just reading all of the above after coming here from https://github.com/home-assistant/core/issues/43155 I'm curious as to why you suspect it's USB3 related ? Or is it just the boot problem you're talking about ? I had my RPI4 (4G) running on an SD with nothing plugged into any USB port, when I first experienced this problem. In fact one of the things I tried to resolve it was move to SSD to try to see if that fixed it, but it didnt. So far the only "fix" that works is back to 5.4. I've been running 5.4 with Frigate NVR monitoring 3 cameras for objects and it still hasnt fallen over. CPU gets up above 80% and automations start to run a lot slower, like lights taking seconds to turn on. But it keeps running.
Hi guys, I was just reading all of the above after coming here from home-assistant/core#43155 I'm curious as to why you suspect it's USB3 related ? Or is it just the boot problem you're talking about ? I had my RPI4 (4G) running on an SD with nothing plugged into any USB port, when I first experienced this problem. In fact one of the things I tried to resolve it was move to SSD to try to see if that fixed it, but it didnt. So far the only "fix" that works is back to 5.4. I've been running 5.4 with Frigate NVR monitoring 3 cameras for objects and it still hasnt fallen over. CPU gets up above 80% and automations start to run a lot slower, like lights taking seconds to turn on. But it keeps running.
I have now been running 5.12 via USB2 for a couple of days without a crash where as previously I have been getting crashes on OS versions above 5.4 when running the SSD via USB3. It is not a boot issue for me, the system boots completely fine on both USB versions.
I will try next weekend changing the SSD to USB3 to make sure something else has not fixed the issue for me.
@muzzak123 > Hi guys, I was just reading all of the above after coming here from home-assistant/core#43155
I'm curious as to why you suspect it's USB3 related ? Or is it just the boot problem you're talking about ? I believe people are making educated guesses on what the issue is. No one has been about to capture any useful logs to help the developers determine the root cause. People are using trial and error to try and fix the issue. I tried the SD / ssd method and this failed for me. @TuomasPakkanen is trying usb 2 and he has had better success with this than usb3. Checkout the 1119 issue. There is a spreadsheet with over 30 users' data and I believe all but one had usb3 configuration.
Thanks @bschatzow , It may be worth you browsing my link. Myself and others have tried a number of things as well. Also mentioned in that thread is the spreadsheet which I'm already in. I don't recall it mentioning specific info about USB or version ?
@muzzak123 > It may be worth you browsing my link. Myself and others have tried a number of things as well. Also mentioned in that thread is the spreadsheet which I'm already in. I don't recall it mentioning specific info about USB or version ? You are correct about the USB3 not in a separate column. I believe at the time the sheet started that it was (wrongly, I see now) an assumption that if you were using the PI4 on SSD it was on USB3. Still not understanding why so few are having this issue? If it was on SD like you are having and I on the SD / SSD this issue should be flooded with complaints. @TuomasPakkanen Should we add an USB column or cover it with hardware? By the way, I did read your thread and it seems like the people there are not putting in the time to figure out how to get the logs from the previous boot. Without these I don't see how any developer can help?
@muzzak123 I see that you are on 64 bit. Why? This was never needed for SD boot. I was told by @agners that 32 bit also now supports SSD boot. I am going to try my spare SSD with 32 bit and see if it makes a difference. I do know when I first changed to SSD in late Nov my SD was at OS 5.8 (32bit) with no issue. I went to 64 bit for the SSD at that time as I was told that the 32 bit did not support USB booting on the Pi4. It would be interesting to see if you could restore on a different SD that had OS 5.12 32 bit and see if you have the same issue? I just tried the 32 bit version on my SSD and it would not boot.
@agners <Initially only 64-bit worked with USB boot yes. But today 32-bit does work as well. I mean if it helps, maybe worth a try. But I am also ok to stay with 64-bit testing. I just tried the 32 bit version on my SSD and it does not boot off of USB3. Nothing shows on the monitor. I can try the 32 bit on the SD card and try everything else on the SSD if you think this will help figure out what the issue is? Last time I tried the 64 bit and it failed in a few hours. Let me know what you think.
@bschatzow - I think you are presumptuous in you're assumption .
By the way, I did read your thread and it seems like the people there are not putting in the time to figure out how to get the logs from the previous boot. Without these I don't see how any developer can help?
A lot of people including myself put a lot of time and effort into capturing what logs we could but the logs we did capture held no useful information. I summarised the situation at the end of the link and @agners agreed with me. Doesn't look like this thread is going anywhere so I'm unsubscribing.
OK so USB2 did not fix the issue. Here are the logs just before the crash:
`command: journalctl --since "2021-03-11 09:55:00" --until "2021-03-11 10:10" >/mnt/data/supervisor/homeassistant/jour8.txt 2>&1 crash at 10:00 sharp UTC time (based on ping based healtch check done with 5min intervals)
-- Logs begin at Thu 2021-01-21 04:47:04 UTC, end at Thu 2021-03-11 10:35:37 UTC. -- Mar 11 09:55:00 homeassistant aa84cd1e1859[412]: 2021-03-11 11:55:00 INFO (MainThread) [homeassistant.components.automation.health_check] Health check: Running automation actions Mar 11 09:55:00 homeassistant aa84cd1e1859[412]: 2021-03-11 11:55:00 INFO (MainThread) [homeassistant.components.automation.health_check] Health check: Executing step call service Mar 11 09:55:02 homeassistant systemd[1]: NetworkManager-dispatcher.service: Succeeded. Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:255 ZCL attribute report 0x588E81FFFE156034 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:265 ZCL attribute report 0xCCCCCCFFFEA901FE for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:294 ZCL attribute report 0xCCCCCCFFFEA9E25B for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:309 ZCL attribute report 0x588E81FFFE266EA9 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:315 ZCL attribute report 0xCCCCCCFFFEC36AC4 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:406 ZCL attribute report 0xCCCCCCFFFEA9E25B for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:512 ZCL attribute report 0x588E81FFFE266EA9 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:520 ZCL attribute report 0xCCCCCCFFFEA901FE for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:04 homeassistant 5c7c92aaa3a5[412]: 11:55:04:527 ZCL attribute report 0x588E81FFFE0EA096 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:07 homeassistant 5c7c92aaa3a5[412]: 11:55:07:173 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000297508, zclSeq: 130 Mar 11 09:55:07 homeassistant 5c7c92aaa3a5[412]: 11:55:07:175 ZCL attribute report 0x0017880106F64B5D for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:21 homeassistant 5c7c92aaa3a5[412]: 11:55:21:797 ZCL attribute report 0xEC1BBDFFFEA8CC50 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:136 binding for cluster 0x0000 of 0xCCCCCCFFFEA9E25B exists (verified by reporting) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:139 binding for cluster 0x0006 of 0xCCCCCCFFFEA9E25B exists (verified by reporting) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:141 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0xCCCCCCFFFEA9E25B (seems to be active) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:143 binding for cluster 0x0008 of 0xCCCCCCFFFEA9E25B exists (verified by reporting) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:145 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0xCCCCCCFFFEA9E25B (seems to be active) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:147 binding for cluster 0x0300 of 0xCCCCCCFFFEA9E25B exists (verified by reporting) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:150 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0xCCCCCCFFFEA9E25B (seems to be active) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:151 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0xCCCCCCFFFEA9E25B (seems to be active) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:152 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0xCCCCCCFFFEA9E25B (seems to be active) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:153 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0xCCCCCCFFFEA9E25B (seems to be active) Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:675 verified group capacity: 255 and group count: 3 of LightNode 0xccccccfffea9e25b Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:676 0xccccccfffea9e25b found group 0xFFF0 Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:678 0xccccccfffea9e25b found group 0x000C Mar 11 09:55:31 homeassistant 5c7c92aaa3a5[412]: 11:55:31:679 0xccccccfffea9e25b found group 0x000D Mar 11 09:55:40 homeassistant 5c7c92aaa3a5[412]: 11:55:40:160 Current channel 15 Mar 11 09:55:40 homeassistant 5c7c92aaa3a5[412]: 11:55:40:167 CTRL got nwk update id 0 Mar 11 09:55:40 homeassistant 5c7c92aaa3a5[412]: 11:55:40:173 Device TTL 4015 s flags: 0x7 Mar 11 09:55:40 homeassistant 5c7c92aaa3a5[412]: 11:55:40:319 ZCL attribute report 0xEC1BBDFFFEA8CC50 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:55:45 homeassistant aa84cd1e1859[412]: 2021-03-11 11:55:45 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547712867776] Connection closed by client Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:136 binding for cluster 0x0000 of 0xBC33ACFFFE7A8210 exists (verified by reporting) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:138 binding for cluster 0x0006 of 0xBC33ACFFFE7A8210 exists (verified by reporting) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:140 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0xBC33ACFFFE7A8210 (seems to be active) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:141 binding for cluster 0x0008 of 0xBC33ACFFFE7A8210 exists (verified by reporting) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:142 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0xBC33ACFFFE7A8210 (seems to be active) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:143 binding for cluster 0x0300 of 0xBC33ACFFFE7A8210 exists (verified by reporting) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:145 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0xBC33ACFFFE7A8210 (seems to be active) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:145 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0xBC33ACFFFE7A8210 (seems to be active) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:146 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0xBC33ACFFFE7A8210 (seems to be active) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:147 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0xBC33ACFFFE7A8210 (seems to be active) Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:730 verified group capacity: 255 and group count: 2 of LightNode 0xbc33acfffe7a8210 Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:732 0xbc33acfffe7a8210 found group 0xFFF0 Mar 11 09:55:46 homeassistant 5c7c92aaa3a5[412]: 11:55:46:734 0xbc33acfffe7a8210 found group 0x0009 Mar 11 09:55:48 homeassistant 43f446bf725a[412]: 03-11 11:55:48 INFO Syncing Snapshots Mar 11 09:55:48 homeassistant 9b55c8a5d153[412]: 21-03-11 09:55:48 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup Mar 11 09:55:48 homeassistant hassos-supervisor[886]: 21-03-11 09:55:48 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup Mar 11 09:55:49 homeassistant 5c7c92aaa3a5[412]: 11:55:49:131 remove dead link for (F66E, 472F) Mar 11 09:55:50 homeassistant 5c7c92aaa3a5[412]: 11:55:50:135 Skip idle timer callback, too early: elapsed 920 msec Mar 11 09:55:50 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:34720 - 36117 "PTR IN 49.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.018778959s Mar 11 09:55:50 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:60246 - 55231 "PTR IN 12.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.017972617s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:37621 - 39035 "PTR IN 2.0.17.172.in-addr.arpa. udp 41 false 512" NXDOMAIN qr,rd,ra 41 0.018090671s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:45308 - 14627 "PTR IN 28.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.018182355s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:43102 - 46079 "PTR IN 48.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.018579869s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:39392 - 38359 "PTR IN 15.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.0179386s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:59710 - 39657 "PTR IN 27.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.017847508s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:33249 - 37999 "PTR IN 10.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.01862598s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:56925 - 57684 "PTR IN 14.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.019945112s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:46524 - 26631 "PTR IN 22.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.018521203s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:54017 - 39605 "PTR IN 1.100.168.192.in-addr.arpa. udp 44 false 512" NXDOMAIN qr,rd,ra 44 0.017703454s Mar 11 09:55:51 homeassistant 71f9450e2473[412]: [INFO] 172.30.32.1:36458 - 57917 "PTR IN 17.100.168.192.in-addr.arpa. udp 45 false 512" NXDOMAIN qr,rd,ra 45 0.018238355s Mar 11 09:55:51 homeassistant 5c7c92aaa3a5[412]: 11:55:51:735 remove dead link for (9FD4, 396F) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:135 binding for cluster 0x0000 of 0xD0CF5EFFFEF12901 exists (verified by reporting) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:137 binding for cluster 0x0006 of 0xD0CF5EFFFEF12901 exists (verified by reporting) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:139 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0xD0CF5EFFFEF12901 (seems to be active) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:141 binding for cluster 0x0008 of 0xD0CF5EFFFEF12901 exists (verified by reporting) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:143 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0xD0CF5EFFFEF12901 (seems to be active) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:145 binding for cluster 0x0300 of 0xD0CF5EFFFEF12901 exists (verified by reporting) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:146 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0xD0CF5EFFFEF12901 (seems to be active) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:147 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0xD0CF5EFFFEF12901 (seems to be active) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:148 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0xD0CF5EFFFEF12901 (seems to be active) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:149 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0xD0CF5EFFFEF12901 (seems to be active) Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:252 verified group capacity: 255 and group count: 2 of LightNode 0xd0cf5efffef12901 Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:254 0xd0cf5efffef12901 found group 0xFFF0 Mar 11 09:55:57 homeassistant 5c7c92aaa3a5[412]: 11:55:57:255 0xd0cf5efffef12901 found group 0x0009 Mar 11 09:56:01 homeassistant 5c7c92aaa3a5[412]: 11:56:01:797 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000211A48, zclSeq: 131 Mar 11 09:56:01 homeassistant 5c7c92aaa3a5[412]: 11:56:01:799 ZCL attribute report 0x0017880106F64B5D for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000 Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:135 binding for cluster 0x0000 of 0xBC33ACFFFE74378E exists (verified by reporting) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:138 binding for cluster 0x0006 of 0xBC33ACFFFE74378E exists (verified by reporting) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:140 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0xBC33ACFFFE74378E (seems to be active) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:142 binding for cluster 0x0008 of 0xBC33ACFFFE74378E exists (verified by reporting) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:144 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0xBC33ACFFFE74378E (seems to be active) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:146 binding for cluster 0x0300 of 0xBC33ACFFFE74378E exists (verified by reporting) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:148 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0xBC33ACFFFE74378E (seems to be active) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:150 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0xBC33ACFFFE74378E (seems to be active) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:151 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0xBC33ACFFFE74378E (seems to be active) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:152 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0xBC33ACFFFE74378E (seems to be active) Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:728 verified group capacity: 255 and group count: 2 of LightNode 0xbc33acfffe74378e Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:730 0xbc33acfffe74378e found group 0xFFF0 Mar 11 09:56:04 homeassistant 5c7c92aaa3a5[412]: 11:56:04:732 0xbc33acfffe74378e found group 0x0009 Mar 11 09:56:26 homeassistant 5c7c92aaa3a5[412]: 11:56:26:135 Skip idle timer callback, too early: elapsed 941 msec Mar 11 09:56:31 homeassistant 5c7c92aaa3a5[412]: 11:56:31:816 ZCL attribute report 0x60A423FFFEF4D6CA for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:135 binding for cluster 0x0000 of 0x60A423FFFEF4D6CA exists (verified by reporting) Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:139 binding for cluster 0x0006 of 0x60A423FFFEF4D6CA exists (verified by reporting) Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:140 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0x60A423FFFEF4D6CA (seems to be active) Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:142 binding for cluster 0x0008 of 0x60A423FFFEF4D6CA exists (verified by reporting) Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:143 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0x60A423FFFEF4D6CA (seems to be active) Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:431 verified group capacity: 255 and group count: 1 of LightNode 0x60a423fffef4d6ca Mar 11 09:56:35 homeassistant 5c7c92aaa3a5[412]: 11:56:35:432 0x60a423fffef4d6ca found group 0xFFF0 Mar 11 09:56:40 homeassistant 5c7c92aaa3a5[412]: 11:56:40:161 Current channel 15 Mar 11 09:56:40 homeassistant 5c7c92aaa3a5[412]: 11:56:40:168 CTRL got nwk update id 0 Mar 11 09:56:40 homeassistant 5c7c92aaa3a5[412]: 11:56:40:175 Device TTL 3955 s flags: 0x7 Mar 11 09:56:46 homeassistant 5c7c92aaa3a5[412]: 11:56:46:548 ZCL attribute report 0xEC1BBDFFFED441B9 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:56:47 homeassistant 5c7c92aaa3a5[412]: 11:56:47:733 ZCL attribute report 0xEC1BBDFFFE469636 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:56:56 homeassistant 5c7c92aaa3a5[412]: 11:56:56:669 ZCL attribute report 0x60A423FFFEF4D6CA for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:57:25 homeassistant 5c7c92aaa3a5[412]: 11:57:25:328 ZCL attribute report 0xEC1BBDFFFED441B9 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:57:25 homeassistant 5c7c92aaa3a5[412]: 11:57:25:371 ZCL attribute report 0xEC1BBDFFFE469636 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:57:27 homeassistant 9b55c8a5d153[412]: Mar 11 09:57:40 homeassistant 5c7c92aaa3a5[412]: 11:57:40:163 Current channel 15 Mar 11 09:57:40 homeassistant 5c7c92aaa3a5[412]: 11:57:40:171 CTRL got nwk update id 0 Mar 11 09:57:40 homeassistant 5c7c92aaa3a5[412]: 11:57:40:177 Device TTL 3895 s flags: 0x7 Mar 11 09:57:49 homeassistant 5c7c92aaa3a5[412]: 11:57:49:180 dev /dev/ttyAMA0 Mar 11 09:57:49 homeassistant 5c7c92aaa3a5[412]: 11:57:49:182 GW firmware version: 0x26660700 Mar 11 09:57:49 homeassistant 5c7c92aaa3a5[412]: 11:57:49:183 GW firmware version is up to date: 0x26660700 Mar 11 09:58:05 homeassistant 5c7c92aaa3a5[412]: 11:58:05:338 ZCL attribute report 0x680AE2FFFE25B5E6 for cluster: 0x0300, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:58:16 homeassistant 5c7c92aaa3a5[412]: 11:58:16:146 remove outdated neighbor 0x9D5E Mar 11 09:58:21 homeassistant 5c7c92aaa3a5[412]: 11:58:21:797 ZCL attribute report 0xEC1BBDFFFEA8CC50 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:58:27 homeassistant 5c7c92aaa3a5[412]: 11:58:27:051 remove dead link for (88B6, 71D1) Mar 11 09:58:33 homeassistant 5c7c92aaa3a5[412]: 11:58:33:774 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 132 Mar 11 09:58:33 homeassistant 5c7c92aaa3a5[412]: 11:58:33:776 ZCL attribute report 0x0017880106F64B5D for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000 Mar 11 09:58:40 homeassistant 5c7c92aaa3a5[412]: 11:58:40:164 Current channel 15 Mar 11 09:58:40 homeassistant 5c7c92aaa3a5[412]: 11:58:40:172 CTRL got nwk update id 0 Mar 11 09:58:40 homeassistant 5c7c92aaa3a5[412]: 11:58:40:180 Device TTL 3835 s flags: 0x7 Mar 11 09:58:40 homeassistant 5c7c92aaa3a5[412]: 11:58:40:318 ZCL attribute report 0xEC1BBDFFFEA8CC50 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:135 binding for cluster 0x0000 of 0xCCCCCCFFFEA901FE exists (verified by reporting) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:137 binding for cluster 0x0006 of 0xCCCCCCFFFEA901FE exists (verified by reporting) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:139 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0xCCCCCCFFFEA901FE (seems to be active) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:140 binding for cluster 0x0008 of 0xCCCCCCFFFEA901FE exists (verified by reporting) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:141 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0xCCCCCCFFFEA901FE (seems to be active) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:142 binding for cluster 0x0300 of 0xCCCCCCFFFEA901FE exists (verified by reporting) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:143 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0xCCCCCCFFFEA901FE (seems to be active) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:144 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0xCCCCCCFFFEA901FE (seems to be active) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:145 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0xCCCCCCFFFEA901FE (seems to be active) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:146 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0xCCCCCCFFFEA901FE (seems to be active) Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:475 verified group capacity: 255 and group count: 3 of LightNode 0xccccccfffea901fe Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:476 0xccccccfffea901fe found group 0xFFF0 Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:478 0xccccccfffea901fe found group 0x000C Mar 11 09:59:05 homeassistant 5c7c92aaa3a5[412]: 11:59:05:479 0xccccccfffea901fe found group 0x000D Mar 11 09:59:13 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:13 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] 0 MiBeacon BLE ADV messages processed for 0 binary sensor device(s) total. Priority queue = 0 Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (MainThread) [custom_components.ble_monitor.sensor] 81 MiBeacon BLE ADV messages processed for 1 measuring device(s). Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (Thread-8) [custom_components.ble_monitor] HCIdump thread: main event_loop stopped, finishing Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (Thread-8) [custom_components.ble_monitor] HCIdump thread: Scanning will be restarted Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (Thread-8) [custom_components.ble_monitor] 21202 HCI events processed for previous period. Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (Thread-8) [custom_components.ble_monitor] HCIdump thread: Run Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (Thread-8) [custom_components.ble_monitor] HCIdump thread: connected to hci0 Mar 11 09:59:17 homeassistant aa84cd1e1859[412]: 2021-03-11 11:59:17 DEBUG (Thread-8) [custom_components.ble_monitor] HCIdump thread: start main event_loop Mar 11 09:59:40 homeassistant 5c7c92aaa3a5[412]: 11:59:40:163 Current channel 15 Mar 11 09:59:40 homeassistant 5c7c92aaa3a5[412]: 11:59:40:169 CTRL got nwk update id 0 Mar 11 09:59:40 homeassistant 5c7c92aaa3a5[412]: 11:59:40:176 Device TTL 3774 s flags: 0x7 Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:135 binding for cluster 0x0000 of 0xCCCCCCFFFEC36AC4 exists (verified by reporting) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:138 binding for cluster 0x0006 of 0xCCCCCCFFFEC36AC4 exists (verified by reporting) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:140 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0xCCCCCCFFFEC36AC4 (seems to be active) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:141 binding for cluster 0x0008 of 0xCCCCCCFFFEC36AC4 exists (verified by reporting) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:142 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0xCCCCCCFFFEC36AC4 (seems to be active) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:143 binding for cluster 0x0300 of 0xCCCCCCFFFEC36AC4 exists (verified by reporting) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:144 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0xCCCCCCFFFEC36AC4 (seems to be active) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:145 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0xCCCCCCFFFEC36AC4 (seems to be active) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:146 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0xCCCCCCFFFEC36AC4 (seems to be active) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:147 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0xCCCCCCFFFEC36AC4 (seems to be active) Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:240 verified group capacity: 255 and group count: 3 of LightNode 0xccccccfffec36ac4 Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:242 0xccccccfffec36ac4 found group 0xFFF0 Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:243 0xccccccfffec36ac4 found group 0x000C Mar 11 09:59:45 homeassistant 5c7c92aaa3a5[412]: 11:59:45:245 0xccccccfffec36ac4 found group 0x000D Mar 11 09:59:46 homeassistant 5c7c92aaa3a5[412]: 11:59:46:546 ZCL attribute report 0xEC1BBDFFFED441B9 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:59:47 homeassistant 5c7c92aaa3a5[412]: 11:59:47:735 ZCL attribute report 0xEC1BBDFFFE469636 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 09:59:54 homeassistant 5c7c92aaa3a5[412]: 11:59:54:894 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 246 Mar 11 09:59:54 homeassistant 5c7c92aaa3a5[412]: 11:59:54:896 ZCL attribute report 0x00178801080DA30E for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000 Mar 11 10:00:00 homeassistant aa84cd1e1859[412]: 2021-03-11 12:00:00 INFO (MainThread) [homeassistant.components.automation.health_check] Health check: Running automation actions Mar 11 10:00:00 homeassistant aa84cd1e1859[412]: 2021-03-11 12:00:00 INFO (MainThread) [homeassistant.components.automation.health_check] Health check: Executing step call service Mar 11 10:00:06 homeassistant 5c7c92aaa3a5[412]: 12:00:06:684 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000298308, zclSeq: 133 Mar 11 10:00:06 homeassistant 5c7c92aaa3a5[412]: 12:00:06:686 ZCL attribute report 0x0017880106F64B5D for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000 Mar 11 10:00:08 homeassistant 5c7c92aaa3a5[412]: 12:00:08:036 remove dead link for (1D7F, F7DA) Mar 11 10:00:24 homeassistant 5c7c92aaa3a5[412]: 12:00:24:331 discovery for zombie 0xec1bbdfffe47d13d dropped, last try was 200 s ago Mar 11 10:00:25 homeassistant 5c7c92aaa3a5[412]: 12:00:25:316 ZCL attribute report 0xEC1BBDFFFE469636 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 Mar 11 10:00:25 homeassistant 5c7c92aaa3a5[412]: 12:00:25:338 ZCL attribute report 0xEC1BBDFFFED441B9 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 ` I see no further messages when viewed via plugged in monitor, but a temperature icon started flashing there (due to pi4 getting hot after the crash and staying hot until power plug is pulled:
What's next? @agners @pvizeli
Edit: System stats before crash:
Note: the spike is during and due to reboot 30 mins after crash.
Nohing weird on memory usage either:
Temperature slightly rising pre-crash, but nothing too crazy:
@muzzak123
@bschatzow - I think you are presumptuous in you're assumption . I am not. I think you are taking my questions wrong. I am not assuming anything. I am like many others trying to piece together what the issue is what what the solution is.
Currently many people's RPI 4 work with both USB3 SSD booting and SD booting. But many like you and I do not. I am trying to understand the differences. People are doing trial and error (mostly errors) to try and come up with a solution that works. So far I have tried SSD all versions since 5.4. SD / SSD split on 5.12 - Crashed it 23 hours SSD on 32 bit (no boot) 6.x developers version on SSD (no boot) I was asking why you were on 64 bit for SD as this was not needed. My system ran with no issues on 32 bit on 5.8 (last I tried).
I do have the same problem. Running on a Raspberry Pi 4, 4 GB Model. Booting from a SSD via USB3, but I had the same problem with an SD card as well. Everything is up-to-date.
core-2021.3.3
supervisor-2021.03.4
Home Assistant OS 5.12
I can provide logs for a crash I had just a few hours ago. I cannot confirm that the device was still running as I don't have a micro HDMI cable at hand right now, so I cannot connect a display. The device is not reachable via the network once the system freezes. My router does not show it as connected even though it is connected using a ethernet cable.
Crash at 10:34, power cycle around 12:13:
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (SyncWorker_3) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-deconz with version 6.7.2
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to sabeechen/hassio-google-drive-backup-aarch64 with version 0.103.1
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to sabeechen/hassio-google-drive-backup-aarch64 with version 0.103.1
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.2.0
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.2.0
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-check_config with version 3.6.0
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-check_config with version 3.6.0
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-ssh with version 9.0.2
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-ssh with version 9.0.2
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.snapshots] Found 4 snapshot files
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.snapshots] Found 4 snapshot files
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.discovery] Loaded 1 messages
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.discovery] Loaded 1 messages
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.resolution.check] System checks complete
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.resolution.check] System checks complete
Mar 11 10:19:08 homeassistant 473d4a70daba[415]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
Mar 11 10:19:08 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:08 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (MainThread) [__main__] Running Supervisor
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (MainThread) [__main__] Running Supervisor
Mar 11 10:19:09 homeassistant rauc[316]: rauc mark: marked slot kernel.0 as good
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.hassos] Rauc: A - marked slot kernel.0 as good
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.hassos] Rauc: A - marked slot kernel.0 as good
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 2 add-ons
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 2 add-ons
Mar 11 10:19:09 homeassistant 473d4a70daba[415]: 21-03-11 10:19:09 INFO (SyncWorker_4) [supervisor.docker.interface] Cleaning addon_core_deconz application
Mar 11 10:19:09 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:09 INFO (SyncWorker_4) [supervisor.docker.interface] Cleaning addon_core_deconz application
Mar 11 10:19:09 homeassistant dockerd[415]: time="2021-03-11T10:19:09.339897371Z" level=warning msg="Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead."
Mar 11 10:19:09 homeassistant systemd[1]: var-lib-docker-overlay2-3b1dae11bd88a1ebbf8a20b399cdacbb899f2dae00c8d58597b7278be013ac25\x2dinit-merged.mount: Succeeded.
Mar 11 10:19:09 homeassistant systemd[1]: mnt-data-docker-overlay2-3b1dae11bd88a1ebbf8a20b399cdacbb899f2dae00c8d58597b7278be013ac25\x2dinit-merged.mount: Succeeded.
Mar 11 10:19:09 homeassistant systemd-udevd[1748]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 10:19:09 homeassistant kernel: hassio: port 6(veth98f5bce) entered blocking state
Mar 11 10:19:09 homeassistant kernel: hassio: port 6(veth98f5bce) entered disabled state
Mar 11 10:19:09 homeassistant kernel: device veth98f5bce entered promiscuous mode
Mar 11 10:19:09 homeassistant audit: ANOM_PROMISCUOUS dev=veth98f5bce prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Mar 11 10:19:09 homeassistant NetworkManager[308]: <info> [1615457949.5053] manager: (veth00f8cc2): new Veth device (/org/freedesktop/NetworkManager/Devices/19)
Mar 11 10:19:09 homeassistant NetworkManager[308]: <info> [1615457949.5086] manager: (veth98f5bce): new Veth device (/org/freedesktop/NetworkManager/Devices/20)
Mar 11 10:19:09 homeassistant systemd-udevd[1745]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 10:19:09 homeassistant dockerd[415]: time="2021-03-11T10:19:09.549879668Z" level=warning msg="Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead."
Mar 11 10:19:09 homeassistant dockerd[422]: time="2021-03-11T10:19:09.569885279Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2"
Mar 11 10:19:09 homeassistant dockerd[422]: time="2021-03-11T10:19:09.572416020Z" level=info msg="shim containerd-shim started" address="unix:///run/containerd/s/6cdb49a538cd4823ce126d886929150ea37dc66a6280ca0ed188ff3de2a0ec9d" debug=false pid=3080
Mar 11 10:19:09 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-6799ce24b21adfdb6792182cdeb5c8f63082adb6de8c8f2ed4f30a3cc5c708b7-runc.SCMunc.mount: Succeeded.
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=0
Mar 11 10:19:09 homeassistant kernel: kauditd_printk_skb: 28 callbacks suppressed
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.911:132): table=nat family=2 entries=0
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=filter family=2 entries=0
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.919:133): table=filter family=2 entries=0
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=5
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.927:134): table=nat family=2 entries=5
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=7
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.931:135): table=nat family=2 entries=7
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=8
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=10
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.939:136): table=nat family=2 entries=8
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.939:137): table=nat family=2 entries=10
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=11
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.943:138): table=nat family=2 entries=11
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=12
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.947:139): table=nat family=2 entries=12
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=13
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.951:140): table=nat family=2 entries=13
Mar 11 10:19:09 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=14
Mar 11 10:19:09 homeassistant kernel: audit: type=1325 audit(1615457949.955:141): table=nat family=2 entries=14
Mar 11 10:19:10 homeassistant kernel: eth0: renamed from veth00f8cc2
Mar 11 10:19:10 homeassistant kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth98f5bce: link becomes ready
Mar 11 10:19:10 homeassistant kernel: hassio: port 6(veth98f5bce) entered blocking state
Mar 11 10:19:10 homeassistant kernel: hassio: port 6(veth98f5bce) entered forwarding state
Mar 11 10:19:10 homeassistant NetworkManager[308]: <info> [1615457950.0307] device (veth98f5bce): carrier: link connected
Mar 11 10:19:10 homeassistant 473d4a70daba[415]: 21-03-11 10:19:10 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-deconz with version 6.7.2
Mar 11 10:19:10 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:10 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-deconz with version 6.7.2
Mar 11 10:19:10 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:10 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning addon_core_ssh application
Mar 11 10:19:10 homeassistant 473d4a70daba[415]: 21-03-11 10:19:10 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning addon_core_ssh application
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
Mar 11 10:19:10 homeassistant systemd[1]: var-lib-docker-overlay2-64904af6aa2b4aeabe186994a5ddfd88829e7d615b72b0ded6536b83effd172a\x2dinit-merged.mount: Succeeded.
Mar 11 10:19:10 homeassistant systemd[1]: mnt-data-docker-overlay2-64904af6aa2b4aeabe186994a5ddfd88829e7d615b72b0ded6536b83effd172a\x2dinit-merged.mount: Succeeded.
Mar 11 10:19:10 homeassistant systemd-udevd[1748]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered blocking state
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered disabled state
Mar 11 10:19:10 homeassistant audit: ANOM_PROMISCUOUS dev=veth5237276 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Mar 11 10:19:10 homeassistant kernel: device veth5237276 entered promiscuous mode
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered blocking state
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered forwarding state
Mar 11 10:19:10 homeassistant NetworkManager[308]: <info> [1615457950.3984] manager: (veth9327e43): new Veth device (/org/freedesktop/NetworkManager/Devices/21)
Mar 11 10:19:10 homeassistant NetworkManager[308]: <info> [1615457950.4016] manager: (veth5237276): new Veth device (/org/freedesktop/NetworkManager/Devices/22)
Mar 11 10:19:10 homeassistant systemd-udevd[1745]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=15
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=filter family=2 entries=30
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=16
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [s6-init] ensuring user provided files have correct perms...exited 0.
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [fix-attrs.d] applying ownership & permissions fixes...
Mar 11 10:19:10 homeassistant dockerd[422]: time="2021-03-11T10:19:10.496855945Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2"
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [fix-attrs.d] done.
Mar 11 10:19:10 homeassistant dockerd[422]: time="2021-03-11T10:19:10.500237500Z" level=info msg="shim containerd-shim started" address="unix:///run/containerd/s/0c2a9fccf80b79e5cb81fc6e8b92fb759ebebd04e6f259a4fb9b5745113caeb3" debug=false pid=3384
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered disabled state
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [cont-init.d] executing container initialization scripts...
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [cont-init.d] firmware.sh: executing...
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=0
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [11:19:10] INFO: GCFFlasher V3_17 (c) dresden elektronik ingenieurtechnik gmbh
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: Path | Vendor | Product | Serial | Type
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: -----------------+--------+---------+------------+-------
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: /dev/ttyACM0 | 0x1CF1 | 0x0030 | DE2194272 | ConBee II
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: /dev/ttyAMA0 | 0x0000 | 0x0000 | | RaspBee
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [cont-init.d] firmware.sh: exited 0.
Mar 11 10:19:10 homeassistant 6799ce24b21a[415]: [cont-init.d] nginx.sh: executing...
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=filter family=2 entries=0
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=5
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=7
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=8
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=10
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=11
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=12
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=13
Mar 11 10:19:10 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=14
Mar 11 10:19:10 homeassistant kernel: eth0: renamed from veth9327e43
Mar 11 10:19:10 homeassistant NetworkManager[308]: <info> [1615457950.9891] device (veth5237276): carrier: link connected
Mar 11 10:19:10 homeassistant kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth5237276: link becomes ready
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered blocking state
Mar 11 10:19:10 homeassistant kernel: hassio: port 7(veth5237276) entered forwarding state
Mar 11 10:19:11 homeassistant 473d4a70daba[415]: 21-03-11 10:19:11 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 9.0.2
Mar 11 10:19:11 homeassistant hassos-supervisor[1114]: 21-03-11 10:19:11 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 9.0.2
Mar 11 10:19:11 homeassistant 66bbbcaad321[415]: [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
Mar 11 10:19:11 homeassistant 6799ce24b21a[415]: [cont-init.d] nginx.sh: exited 0.
Mar 11 10:19:11 homeassistant 6799ce24b21a[415]: [cont-init.d] novnc.sh: executing...
Mar 11 10:19:11 homeassistant 66bbbcaad321[415]: [s6-init] ensuring user provided files have correct perms...exited 0.
Mar 11 10:19:11 homeassistant 66bbbcaad321[415]: [fix-attrs.d] applying ownership & permissions fixes...
Mar 11 10:19:11 homeassistant 66bbbcaad321[415]: [fix-attrs.d] cli: applying...
Mar 11 10:19:11 homeassistant 6799ce24b21a[415]: [cont-init.d] novnc.sh: exited 0.
Mar 11 10:19:11 homeassistant 6799ce24b21a[415]: [cont-init.d] done.
Mar 11 10:19:11 homeassistant 6799ce24b21a[415]: [services.d] starting services
Mar 11 10:19:11 homeassistant 66bbbcaad321[415]: [fix-attrs.d] cli: exited 0.
Mar 11 10:19:11 homeassistant 66bbbcaad321[415]: [fix-attrs.d] profile: applying...
Mar 11 10:19:11 homeassistant 6799ce24b21a[415]: [services.d] done.
-- Reboot --
Mar 11 10:19:13 homeassistant 64a32984d614[411]: 11:19:13:593 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 190
Mar 11 10:19:13 homeassistant 64a32984d614[411]: 11:19:13:594 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:19:17 homeassistant 64a32984d614[411]: 11:19:17:489 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 000029F206, zclSeq: 191
Mar 11 10:19:17 homeassistant 64a32984d614[411]: 11:19:17:491 ZCL attribute report 0x0017880108650B3A for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:19:21 homeassistant 64a32984d614[411]: 11:19:21:182 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 182
Mar 11 10:19:21 homeassistant 64a32984d614[411]: 11:19:21:184 ZCL attribute report 0x00178801086BA2F9 for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:19:36 homeassistant 64a32984d614[411]: 11:19:36:516 [INFO] - No button map for: lumi.sensor_motion, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 221
Mar 11 10:19:36 homeassistant 64a32984d614[411]: 11:19:36:519 ZCL attribute report 0x00158D00042DDC14 for cluster: 0x0406, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:19:44 homeassistant 64a32984d614[411]: 11:19:44:207 Current channel 15
Mar 11 10:19:44 homeassistant 64a32984d614[411]: 11:19:44:212 CTRL got nwk update id 1
Mar 11 10:19:44 homeassistant 64a32984d614[411]: 11:19:44:216 Device TTL 6120 s flags: 0x7
Mar 11 10:19:51 homeassistant 64a32984d614[411]: 11:19:51:013 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000216664, zclSeq: 192
Mar 11 10:19:51 homeassistant 64a32984d614[411]: 11:19:51:015 ZCL attribute report 0x0017880108650B3A for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:19:58 homeassistant 64a32984d614[411]: 11:19:58:049 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 193
Mar 11 10:19:58 homeassistant 64a32984d614[411]: 11:19:58:053 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:20:07 homeassistant 64a32984d614[411]: 11:20:07:986 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 194
Mar 11 10:20:07 homeassistant 64a32984d614[411]: 11:20:07:989 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:20:22 homeassistant 64a32984d614[411]: 11:20:22:547 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 195
Mar 11 10:20:22 homeassistant 64a32984d614[411]: 11:20:22:548 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:20:36 homeassistant 64a32984d614[411]: 11:20:36:702 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 196
Mar 11 10:20:36 homeassistant 64a32984d614[411]: 11:20:36:704 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:20:44 homeassistant 64a32984d614[411]: 11:20:44:200 Current channel 15
Mar 11 10:20:44 homeassistant 64a32984d614[411]: 11:20:44:204 CTRL got nwk update id 1
Mar 11 10:20:44 homeassistant 64a32984d614[411]: 11:20:44:208 Device TTL 6060 s flags: 0x7
Mar 11 10:20:45 homeassistant 64a32984d614[411]: 11:20:45:677 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 197
Mar 11 10:20:45 homeassistant 64a32984d614[411]: 11:20:45:679 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:20:55 homeassistant 64a32984d614[411]: 11:20:55:607 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 198
Mar 11 10:20:55 homeassistant 64a32984d614[411]: 11:20:55:609 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:20:59 homeassistant 64a32984d614[411]: 11:20:59:232 dev /dev/ttyAMA0
Mar 11 10:20:59 homeassistant 64a32984d614[411]: 11:20:59:234 GW firmware version: 0x26660700
Mar 11 10:20:59 homeassistant 64a32984d614[411]: 11:20:59:235 GW firmware version is up to date: 0x26660700
Mar 11 10:21:06 homeassistant 64a32984d614[411]: 11:21:06:579 sensor 16 (lumi.sensor_motion): disable presence
Mar 11 10:21:21 homeassistant 64a32984d614[411]: 11:21:21:690 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 199
Mar 11 10:21:21 homeassistant 64a32984d614[411]: 11:21:21:691 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:21:21 homeassistant 64a32984d614[411]: 11:21:21:967 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000297D07, zclSeq: 187
Mar 11 10:21:21 homeassistant 64a32984d614[411]: 11:21:21:969 ZCL attribute report 0x0017880108662E70 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:21:28 homeassistant 64a32984d614[411]: 11:21:28:096 [INFO] - No button map for: lumi.sensor_motion, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 222
Mar 11 10:21:28 homeassistant 64a32984d614[411]: 11:21:28:098 ZCL attribute report 0x00158D00042DDC14 for cluster: 0x0406, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:21:29 homeassistant 64a32984d614[411]: 11:21:29:849 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 216
Mar 11 10:21:29 homeassistant 64a32984d614[411]: 11:21:29:851 ZCL attribute report 0x00178801080CD11D for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:21:44 homeassistant 64a32984d614[411]: 11:21:44:197 Current channel 15
Mar 11 10:21:44 homeassistant 64a32984d614[411]: 11:21:44:201 CTRL got nwk update id 1
Mar 11 10:21:44 homeassistant 64a32984d614[411]: 11:21:44:204 Device TTL 6000 s flags: 0x7
Mar 11 10:21:50 homeassistant 64a32984d614[411]: 11:21:50:828 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 200
Mar 11 10:21:50 homeassistant 64a32984d614[411]: 11:21:50:830 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:21:55 homeassistant 64a32984d614[411]: 11:21:55:200 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000299A07, zclSeq: 140
Mar 11 10:21:55 homeassistant 64a32984d614[411]: 11:21:55:201 ZCL attribute report 0x0017880108662F99 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:21:56 homeassistant 64a32984d614[411]: 11:21:56:299 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 201
Mar 11 10:21:56 homeassistant 64a32984d614[411]: 11:21:56:300 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:06 homeassistant 64a32984d614[411]: 11:22:06:232 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 202
Mar 11 10:22:06 homeassistant 64a32984d614[411]: 11:22:06:234 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:15 homeassistant 64a32984d614[411]: 11:22:15:994 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 203
Mar 11 10:22:15 homeassistant 64a32984d614[411]: 11:22:15:996 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:25 homeassistant 64a32984d614[411]: 11:22:25:953 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 204
Mar 11 10:22:25 homeassistant 64a32984d614[411]: 11:22:25:955 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:26 homeassistant 64a32984d614[411]: 11:22:26:951 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 205
Mar 11 10:22:26 homeassistant 64a32984d614[411]: 11:22:26:953 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:30 homeassistant 64a32984d614[411]: 11:22:30:971 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 141
Mar 11 10:22:30 homeassistant 64a32984d614[411]: 11:22:30:973 ZCL attribute report 0x0017880108662F99 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:30 homeassistant 64a32984d614[411]: 11:22:30:994 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 000021053C, zclSeq: 142
Mar 11 10:22:30 homeassistant 64a32984d614[411]: 11:22:30:995 ZCL attribute report 0x0017880108662F99 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:31 homeassistant 64a32984d614[411]: 11:22:31:286 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000218856, zclSeq: 188
Mar 11 10:22:31 homeassistant 64a32984d614[411]: 11:22:31:287 ZCL attribute report 0x0017880108662E70 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:36 homeassistant 64a32984d614[411]: 11:22:36:139 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 206
Mar 11 10:22:36 homeassistant 64a32984d614[411]: 11:22:36:142 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:38 homeassistant 64a32984d614[411]: 11:22:38:558 [INFO] - No button map for: lumi.sensor_motion, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 223
Mar 11 10:22:38 homeassistant 64a32984d614[411]: 11:22:38:561 ZCL attribute report 0x00158D00042DDC14 for cluster: 0x0406, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:22:44 homeassistant 64a32984d614[411]: 11:22:44:193 Current channel 15
Mar 11 10:22:44 homeassistant 64a32984d614[411]: 11:22:44:197 CTRL got nwk update id 1
Mar 11 10:22:44 homeassistant 64a32984d614[411]: 11:22:44:201 Device TTL 5940 s flags: 0x7
Mar 11 10:22:45 homeassistant 64a32984d614[411]: 11:22:45:954 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 207
Mar 11 10:22:45 homeassistant 64a32984d614[411]: 11:22:45:956 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:55 homeassistant 64a32984d614[411]: 11:22:55:891 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 208
Mar 11 10:22:55 homeassistant 64a32984d614[411]: 11:22:55:894 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:22:59 homeassistant 473d4a70daba[411]:
Mar 11 10:23:07 homeassistant 64a32984d614[411]: 11:23:07:610 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 209
Mar 11 10:23:07 homeassistant 64a32984d614[411]: 11:23:07:611 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:23:08 homeassistant 64a32984d614[411]: 11:23:08:368 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 30002002, zclSeq: 143
Mar 11 10:23:08 homeassistant 64a32984d614[411]: 11:23:08:370 ZCL attribute report 0x0017880108662F99 for cluster: 0x0406, ep: 0x02, frame control: 0x1C, mfcode: 0x100B
Mar 11 10:23:08 homeassistant 64a32984d614[411]: 11:23:08:389 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: BASIC (0x0000), command: 0x0A, payload: 3200100033001000, zclSeq: 144
Mar 11 10:23:08 homeassistant 64a32984d614[411]: 11:23:08:391 ZCL attribute report 0x0017880108662F99 for cluster: 0x0000, ep: 0x02, frame control: 0x1C, mfcode: 0x100B
Mar 11 10:23:08 homeassistant 64a32984d614[411]: 11:23:08:408 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 145
Mar 11 10:23:08 homeassistant 64a32984d614[411]: 11:23:08:410 ZCL attribute report 0x0017880108662F99 for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:23:24 homeassistant 64a32984d614[411]: 11:23:24:346 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 210
Mar 11 10:23:24 homeassistant 64a32984d614[411]: 11:23:24:348 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:23:44 homeassistant 64a32984d614[411]: 11:23:44:195 Current channel 15
Mar 11 10:23:44 homeassistant 64a32984d614[411]: 11:23:44:199 CTRL got nwk update id 1
Mar 11 10:23:44 homeassistant 64a32984d614[411]: 11:23:44:203 Device TTL 5880 s flags: 0x7
Mar 11 10:23:44 homeassistant 64a32984d614[411]: 11:23:44:648 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 57
Mar 11 10:23:44 homeassistant 64a32984d614[411]: 11:23:44:650 ZCL attribute report 0x00178801086BA2EE for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:23:54 homeassistant 64a32984d614[411]: 11:23:54:925 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 211
Mar 11 10:23:54 homeassistant 64a32984d614[411]: 11:23:54:927 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:04 homeassistant 64a32984d614[411]: 11:24:04:897 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 212
Mar 11 10:24:04 homeassistant 64a32984d614[411]: 11:24:04:900 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:05 homeassistant 64a32984d614[411]: 11:24:05:117 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 189
Mar 11 10:24:05 homeassistant 64a32984d614[411]: 11:24:05:119 ZCL attribute report 0x0017880108662E70 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:08 homeassistant 64a32984d614[411]: 11:24:08:580 sensor 16 (lumi.sensor_motion): disable presence
Mar 11 10:24:15 homeassistant 64a32984d614[411]: 11:24:15:803 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000290007, zclSeq: 213
Mar 11 10:24:15 homeassistant 64a32984d614[411]: 11:24:15:804 ZCL attribute report 0x0017880108650B3A for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:22 homeassistant 64a32984d614[411]: 11:24:22:279 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 183
Mar 11 10:24:22 homeassistant 64a32984d614[411]: 11:24:22:283 ZCL attribute report 0x00178801086BA2F9 for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:24:43 homeassistant 64a32984d614[411]: 11:24:43:265 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 214
Mar 11 10:24:43 homeassistant 64a32984d614[411]: 11:24:43:270 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:44 homeassistant 64a32984d614[411]: 11:24:44:197 Current channel 15
Mar 11 10:24:44 homeassistant 64a32984d614[411]: 11:24:44:200 CTRL got nwk update id 1
Mar 11 10:24:44 homeassistant 64a32984d614[411]: 11:24:44:204 Device TTL 5820 s flags: 0x7
Mar 11 10:24:49 homeassistant 64a32984d614[411]: 11:24:49:263 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000212164, zclSeq: 215
Mar 11 10:24:49 homeassistant 64a32984d614[411]: 11:24:49:265 ZCL attribute report 0x0017880108650B3A for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:53 homeassistant 64a32984d614[411]: 11:24:53:205 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 216
Mar 11 10:24:53 homeassistant 64a32984d614[411]: 11:24:53:206 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:24:59 homeassistant 64a32984d614[411]: 11:24:59:243 dev /dev/ttyAMA0
Mar 11 10:24:59 homeassistant 64a32984d614[411]: 11:24:59:245 GW firmware version: 0x26660700
Mar 11 10:24:59 homeassistant 64a32984d614[411]: 11:24:59:246 GW firmware version is up to date: 0x26660700
Mar 11 10:25:10 homeassistant 64a32984d614[411]: 11:25:10:500 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 217
Mar 11 10:25:10 homeassistant 64a32984d614[411]: 11:25:10:502 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:12 homeassistant 64a32984d614[411]: 11:25:12:690 [INFO] - No button map for: lumi.sensor_motion, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 224
Mar 11 10:25:12 homeassistant 64a32984d614[411]: 11:25:12:691 ZCL attribute report 0x00158D00042DDC14 for cluster: 0x0406, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:25:17 homeassistant 64a32984d614[411]: 11:25:17:818 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 146
Mar 11 10:25:17 homeassistant 64a32984d614[411]: 11:25:17:822 ZCL attribute report 0x0017880108662F99 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:20 homeassistant 64a32984d614[411]: 11:25:20:437 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 218
Mar 11 10:25:20 homeassistant 64a32984d614[411]: 11:25:20:438 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:35 homeassistant 64a32984d614[411]: 11:25:35:297 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 219
Mar 11 10:25:35 homeassistant 64a32984d614[411]: 11:25:35:299 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:38 homeassistant 64a32984d614[411]: 11:25:38:335 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 147
Mar 11 10:25:38 homeassistant 64a32984d614[411]: 11:25:38:339 ZCL attribute report 0x0017880108662F99 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:44 homeassistant 64a32984d614[411]: 11:25:44:195 Current channel 15
Mar 11 10:25:44 homeassistant 64a32984d614[411]: 11:25:44:199 CTRL got nwk update id 1
Mar 11 10:25:44 homeassistant 64a32984d614[411]: 11:25:44:202 Device TTL 5760 s flags: 0x7
Mar 11 10:25:45 homeassistant 64a32984d614[411]: 11:25:45:234 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 220
Mar 11 10:25:45 homeassistant 64a32984d614[411]: 11:25:45:236 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:49 homeassistant 64a32984d614[411]: 11:25:49:362 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 221
Mar 11 10:25:49 homeassistant 64a32984d614[411]: 11:25:49:364 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:25:59 homeassistant 64a32984d614[411]: 11:25:59:298 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 222
Mar 11 10:25:59 homeassistant 64a32984d614[411]: 11:25:59:301 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:26:21 homeassistant 64a32984d614[411]: 11:26:21:439 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000297D07, zclSeq: 190
Mar 11 10:26:21 homeassistant 64a32984d614[411]: 11:26:21:440 ZCL attribute report 0x0017880108662E70 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:26:30 homeassistant 64a32984d614[411]: 11:26:30:949 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 217
Mar 11 10:26:30 homeassistant 64a32984d614[411]: 11:26:30:951 ZCL attribute report 0x00178801080CD11D for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:26:34 homeassistant 64a32984d614[411]: 11:26:34:494 ZCL attribute report 0x842E14FFFE1591D2 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000
Mar 11 10:26:42 homeassistant 64a32984d614[411]: 11:26:42:780 sensor 16 (lumi.sensor_motion): disable presence
Mar 11 10:26:44 homeassistant 64a32984d614[411]: 11:26:44:195 Current channel 15
Mar 11 10:26:44 homeassistant 64a32984d614[411]: 11:26:44:199 CTRL got nwk update id 1
Mar 11 10:26:44 homeassistant 64a32984d614[411]: 11:26:44:203 Device TTL 5700 s flags: 0x7
Mar 11 10:26:54 homeassistant 64a32984d614[411]: 11:26:54:348 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 000029A807, zclSeq: 148
Mar 11 10:26:54 homeassistant 64a32984d614[411]: 11:26:54:352 ZCL attribute report 0x0017880108662F99 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:27:30 homeassistant 64a32984d614[411]: 11:27:30:193 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000215039, zclSeq: 149
Mar 11 10:27:30 homeassistant 64a32984d614[411]: 11:27:30:196 ZCL attribute report 0x0017880108662F99 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:27:30 homeassistant 64a32984d614[411]: 11:27:30:866 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000214659, zclSeq: 191
Mar 11 10:27:30 homeassistant 64a32984d614[411]: 11:27:30:868 ZCL attribute report 0x0017880108662E70 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:27:44 homeassistant 64a32984d614[411]: 11:27:44:210 Current channel 15
Mar 11 10:27:44 homeassistant 64a32984d614[411]: 11:27:44:214 CTRL got nwk update id 1
Mar 11 10:27:44 homeassistant 64a32984d614[411]: 11:27:44:218 Device TTL 5640 s flags: 0x7
Mar 11 10:27:59 homeassistant 473d4a70daba[411]:
Mar 11 10:28:15 homeassistant 64a32984d614[411]: 11:28:15:535 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 223
Mar 11 10:28:15 homeassistant 64a32984d614[411]: 11:28:15:538 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:28:25 homeassistant 64a32984d614[411]: 11:28:25:454 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 224
Mar 11 10:28:25 homeassistant 64a32984d614[411]: 11:28:25:457 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:28:33 homeassistant 64a32984d614[411]: 11:28:33:113 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 225
Mar 11 10:28:33 homeassistant 64a32984d614[411]: 11:28:33:116 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:28:43 homeassistant 64a32984d614[411]: 11:28:43:080 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 226
Mar 11 10:28:43 homeassistant 64a32984d614[411]: 11:28:43:082 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:28:44 homeassistant 64a32984d614[411]: 11:28:44:195 Current channel 15
Mar 11 10:28:44 homeassistant 64a32984d614[411]: 11:28:44:199 CTRL got nwk update id 1
Mar 11 10:28:44 homeassistant 64a32984d614[411]: 11:28:44:203 Device TTL 5580 s flags: 0x7
Mar 11 10:28:45 homeassistant 64a32984d614[411]: 11:28:45:771 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 58
Mar 11 10:28:45 homeassistant 64a32984d614[411]: 11:28:45:773 ZCL attribute report 0x00178801086BA2EE for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:28:50 homeassistant 64a32984d614[411]: 11:28:50:142 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 227
Mar 11 10:28:50 homeassistant 64a32984d614[411]: 11:28:50:144 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:28:56 homeassistant 64a32984d614[411]: 11:28:56:727 verified group capacity: 23 and group count: 2 of LightNode 0x0017880108bf357c
Mar 11 10:28:56 homeassistant 64a32984d614[411]: 11:28:56:729 0x0017880108bf357c found group 0xFFF0
Mar 11 10:28:56 homeassistant 64a32984d614[411]: 11:28:56:730 0x0017880108bf357c found group 0x0008
Mar 11 10:28:59 homeassistant 64a32984d614[411]: 11:28:59:228 dev /dev/ttyAMA0
Mar 11 10:28:59 homeassistant 64a32984d614[411]: 11:28:59:230 GW firmware version: 0x26660700
Mar 11 10:28:59 homeassistant 64a32984d614[411]: 11:28:59:232 GW firmware version is up to date: 0x26660700
Mar 11 10:29:04 homeassistant 64a32984d614[411]: 11:29:04:642 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 192
Mar 11 10:29:04 homeassistant 64a32984d614[411]: 11:29:04:643 ZCL attribute report 0x0017880108662E70 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:29:07 homeassistant 64a32984d614[411]: 11:29:07:220 verified group capacity: 24 and group count: 1 of LightNode 0x00178801064f328c
Mar 11 10:29:07 homeassistant 64a32984d614[411]: 11:29:07:222 0x00178801064f328c found group 0xFFF0
Mar 11 10:29:08 homeassistant 64a32984d614[411]: 11:29:08:363 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 228
Mar 11 10:29:08 homeassistant 64a32984d614[411]: 11:29:08:365 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:29:14 homeassistant 64a32984d614[411]: 11:29:14:699 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000291D07, zclSeq: 229
Mar 11 10:29:14 homeassistant 64a32984d614[411]: 11:29:14:701 ZCL attribute report 0x0017880108650B3A for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:29:17 homeassistant 64a32984d614[411]: 11:29:17:020 verified group capacity: 23 and group count: 2 of LightNode 0x0017880108b1cc9f
Mar 11 10:29:17 homeassistant 64a32984d614[411]: 11:29:17:022 0x0017880108b1cc9f found group 0xFFF0
Mar 11 10:29:17 homeassistant 64a32984d614[411]: 11:29:17:024 0x0017880108b1cc9f found group 0x0009
Mar 11 10:29:19 homeassistant 64a32984d614[411]: 11:29:19:549 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 230
Mar 11 10:29:19 homeassistant 64a32984d614[411]: 11:29:19:552 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:29:23 homeassistant 64a32984d614[411]: 11:29:23:438 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 184
Mar 11 10:29:23 homeassistant 64a32984d614[411]: 11:29:23:440 ZCL attribute report 0x00178801086BA2F9 for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:29:24 homeassistant 64a32984d614[411]: 11:29:24:467 verified group capacity: 23 and group count: 2 of LightNode 0x0017880108b1d069
Mar 11 10:29:24 homeassistant 64a32984d614[411]: 11:29:24:469 0x0017880108b1d069 found group 0xFFF0
Mar 11 10:29:24 homeassistant 64a32984d614[411]: 11:29:24:471 0x0017880108b1d069 found group 0x0002
Mar 11 10:29:25 homeassistant 64a32984d614[411]: 11:29:25:680 binding for cluster 0x0000 of 0x842E14FFFE1591D2 exists (verified by reporting)
Mar 11 10:29:25 homeassistant 64a32984d614[411]: 11:29:25:683 binding for cluster 0x0006 of 0x842E14FFFE1591D2 exists (verified by reporting)
Mar 11 10:29:25 homeassistant 64a32984d614[411]: 11:29:25:685 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0x842E14FFFE1591D2 (seems to be active)
Mar 11 10:29:25 homeassistant 64a32984d614[411]: 11:29:25:687 binding for cluster 0x0008 of 0x842E14FFFE1591D2 exists (verified by reporting)
Mar 11 10:29:25 homeassistant 64a32984d614[411]: 11:29:25:689 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0x842E14FFFE1591D2 (seems to be active)
Mar 11 10:29:26 homeassistant 64a32984d614[411]: 11:29:26:021 verified group capacity: 255 and group count: 1 of LightNode 0x842e14fffe1591d2
Mar 11 10:29:26 homeassistant 64a32984d614[411]: 11:29:26:024 0x842e14fffe1591d2 found group 0xFFF0
Mar 11 10:29:37 homeassistant 64a32984d614[411]: 11:29:37:218 verified group capacity: 23 and group count: 2 of LightNode 0x00178801067f6a64
Mar 11 10:29:37 homeassistant 64a32984d614[411]: 11:29:37:219 0x00178801067f6a64 found group 0xFFF0
Mar 11 10:29:37 homeassistant 64a32984d614[411]: 11:29:37:221 0x00178801067f6a64 found group 0x0004
Mar 11 10:29:38 homeassistant 64a32984d614[411]: 11:29:38:797 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 231
Mar 11 10:29:38 homeassistant 64a32984d614[411]: 11:29:38:798 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:29:43 homeassistant 64a32984d614[411]: 11:29:43:967 verified group capacity: 24 and group count: 1 of LightNode 0x00178801062f9e3d
Mar 11 10:29:43 homeassistant 64a32984d614[411]: 11:29:43:969 0x00178801062f9e3d found group 0xFFF0
Mar 11 10:29:44 homeassistant 64a32984d614[411]: 11:29:44:200 Current channel 15
Mar 11 10:29:44 homeassistant 64a32984d614[411]: 11:29:44:204 CTRL got nwk update id 1
Mar 11 10:29:44 homeassistant 64a32984d614[411]: 11:29:44:206 Device TTL 5520 s flags: 0x7
Mar 11 10:29:45 homeassistant 64a32984d614[411]: 11:29:45:462 [INFO] - No button map for: lumi.weather, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0402, command: 0x0A, payload: 0000291708, zclSeq: 18
Mar 11 10:29:45 homeassistant 64a32984d614[411]: 11:29:45:464 ZCL attribute report 0x00158D00048791AD for cluster: 0x0402, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:29:45 homeassistant 64a32984d614[411]: 11:29:45:480 [INFO] - No button map for: lumi.weather, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0405, command: 0x0A, payload: 0000212C0D, zclSeq: 19
Mar 11 10:29:45 homeassistant 64a32984d614[411]: 11:29:45:481 ZCL attribute report 0x00158D00048791AD for cluster: 0x0405, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:29:45 homeassistant 64a32984d614[411]: 11:29:45:486 [INFO] - No button map for: lumi.weather, unicast to: 0x0000, endpoint: 0x01, cluster: 0x0403, command: 0x0A, payload: 000029C003140028FF1000298725, zclSeq: 20
Mar 11 10:29:45 homeassistant 64a32984d614[411]: 11:29:45:488 ZCL attribute report 0x00158D00048791AD for cluster: 0x0403, ep: 0x01, frame control: 0x18, mfcode: 0x0000
Mar 11 10:29:47 homeassistant 64a32984d614[411]: 11:29:47:827 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000212D65, zclSeq: 232
Mar 11 10:29:47 homeassistant 64a32984d614[411]: 11:29:47:830 ZCL attribute report 0x0017880108650B3A for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:29:51 homeassistant 64a32984d614[411]: 11:29:51:456 verified group capacity: 23 and group count: 2 of LightNode 0x0017880108a798ee
Mar 11 10:29:51 homeassistant 64a32984d614[411]: 11:29:51:458 0x0017880108a798ee found group 0xFFF0
Mar 11 10:29:51 homeassistant 64a32984d614[411]: 11:29:51:460 0x0017880108a798ee found group 0x0002
Mar 11 10:30:02 homeassistant 64a32984d614[411]: 11:30:02:517 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 233
Mar 11 10:30:02 homeassistant 64a32984d614[411]: 11:30:02:517 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:30:12 homeassistant 64a32984d614[411]: 11:30:12:485 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 234
Mar 11 10:30:12 homeassistant 64a32984d614[411]: 11:30:12:487 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:30:14 homeassistant 64a32984d614[411]: 11:30:14:737 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 235
Mar 11 10:30:14 homeassistant 64a32984d614[411]: 11:30:14:739 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:30:24 homeassistant 64a32984d614[411]: 11:30:24:673 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 236
Mar 11 10:30:24 homeassistant 64a32984d614[411]: 11:30:24:675 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:30:34 homeassistant 64a32984d614[411]: 11:30:34:228 verified group capacity: 23 and group count: 2 of LightNode 0x0017880108b1d070
Mar 11 10:30:34 homeassistant 64a32984d614[411]: 11:30:34:230 0x0017880108b1d070 found group 0xFFF0
Mar 11 10:30:34 homeassistant 64a32984d614[411]: 11:30:34:231 0x0017880108b1d070 found group 0x0009
Mar 11 10:30:37 homeassistant 64a32984d614[411]: 11:30:37:910 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 150
Mar 11 10:30:37 homeassistant 64a32984d614[411]: 11:30:37:911 ZCL attribute report 0x0017880108662F99 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:30:37 homeassistant 64a32984d614[411]: 11:30:37:952 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 0000216241, zclSeq: 151
Mar 11 10:30:37 homeassistant 64a32984d614[411]: 11:30:37:953 ZCL attribute report 0x0017880108662F99 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:30:43 homeassistant 64a32984d614[411]: 11:30:43:222 verified group capacity: 23 and group count: 2 of LightNode 0x0017880109114c1a
Mar 11 10:30:43 homeassistant 64a32984d614[411]: 11:30:43:224 0x0017880109114c1a found group 0xFFF0
Mar 11 10:30:43 homeassistant 64a32984d614[411]: 11:30:43:226 0x0017880109114c1a found group 0x0002
Mar 11 10:30:44 homeassistant 64a32984d614[411]: 11:30:44:211 Current channel 15
Mar 11 10:30:44 homeassistant 64a32984d614[411]: 11:30:44:215 CTRL got nwk update id 1
Mar 11 10:30:44 homeassistant 64a32984d614[411]: 11:30:44:219 Device TTL 5460 s flags: 0x7
Mar 11 10:30:46 homeassistant 64a32984d614[411]: 11:30:46:957 verified group capacity: 23 and group count: 2 of LightNode 0x0017880108bf3bb8
Mar 11 10:30:46 homeassistant 64a32984d614[411]: 11:30:46:958 0x0017880108bf3bb8 found group 0xFFF0
Mar 11 10:30:46 homeassistant 64a32984d614[411]: 11:30:46:959 0x0017880108bf3bb8 found group 0x0004
Mar 11 10:30:52 homeassistant 64a32984d614[411]: 11:30:52:975 verified group capacity: 24 and group count: 1 of LightNode 0x00178801067f8e6d
Mar 11 10:30:52 homeassistant 64a32984d614[411]: 11:30:52:977 0x00178801067f8e6d found group 0xFFF0
Mar 11 10:30:53 homeassistant 64a32984d614[411]: 11:30:53:829 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 237
Mar 11 10:30:53 homeassistant 64a32984d614[411]: 11:30:53:831 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:31:03 homeassistant 64a32984d614[411]: 11:31:03:769 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 238
Mar 11 10:31:03 homeassistant 64a32984d614[411]: 11:31:03:770 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:31:20 homeassistant 64a32984d614[411]: 11:31:20:876 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000297D07, zclSeq: 193
Mar 11 10:31:20 homeassistant 64a32984d614[411]: 11:31:20:878 ZCL attribute report 0x0017880108662E70 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:31:31 homeassistant 64a32984d614[411]: 11:31:31:474 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 239
Mar 11 10:31:31 homeassistant 64a32984d614[411]: 11:31:31:478 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:31:32 homeassistant 64a32984d614[411]: 11:31:32:050 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 218
Mar 11 10:31:32 homeassistant 64a32984d614[411]: 11:31:32:052 ZCL attribute report 0x00178801080CD11D for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:31:41 homeassistant 64a32984d614[411]: 11:31:41:396 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 240
Mar 11 10:31:41 homeassistant 64a32984d614[411]: 11:31:41:397 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:31:44 homeassistant 64a32984d614[411]: 11:31:44:206 Current channel 15
Mar 11 10:31:44 homeassistant 64a32984d614[411]: 11:31:44:210 CTRL got nwk update id 1
Mar 11 10:31:44 homeassistant 64a32984d614[411]: 11:31:44:214 Device TTL 5400 s flags: 0x7
Mar 11 10:31:53 homeassistant 64a32984d614[411]: 11:31:53:928 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000299A07, zclSeq: 152
Mar 11 10:31:53 homeassistant 64a32984d614[411]: 11:31:53:930 ZCL attribute report 0x0017880108662F99 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:32:30 homeassistant 64a32984d614[411]: 11:32:30:194 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 000021DE57, zclSeq: 194
Mar 11 10:32:30 homeassistant 64a32984d614[411]: 11:32:30:196 ZCL attribute report 0x0017880108662E70 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:32:44 homeassistant 64a32984d614[411]: 11:32:44:198 Current channel 15
Mar 11 10:32:44 homeassistant 64a32984d614[411]: 11:32:44:202 CTRL got nwk update id 1
Mar 11 10:32:44 homeassistant 64a32984d614[411]: 11:32:44:206 Device TTL 5340 s flags: 0x7
Mar 11 10:32:59 homeassistant 64a32984d614[411]: 11:32:59:232 dev /dev/ttyAMA0
Mar 11 10:32:59 homeassistant 64a32984d614[411]: 11:32:59:234 GW firmware version: 0x26660700
Mar 11 10:32:59 homeassistant 64a32984d614[411]: 11:32:59:235 GW firmware version is up to date: 0x26660700
Mar 11 10:33:00 homeassistant 473d4a70daba[411]:
Mar 11 10:33:44 homeassistant 64a32984d614[411]: 11:33:44:202 Current channel 15
Mar 11 10:33:44 homeassistant 64a32984d614[411]: 11:33:44:206 CTRL got nwk update id 1
Mar 11 10:33:44 homeassistant 64a32984d614[411]: 11:33:44:210 Device TTL 5280 s flags: 0x7
Mar 11 10:33:46 homeassistant 64a32984d614[411]: 11:33:46:791 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001801, zclSeq: 241
Mar 11 10:33:46 homeassistant 64a32984d614[411]: 11:33:46:792 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:33:46 homeassistant 64a32984d614[411]: 11:33:46:886 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 59
Mar 11 10:33:46 homeassistant 64a32984d614[411]: 11:33:46:887 ZCL attribute report 0x00178801086BA2EE for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 10:34:04 homeassistant 64a32984d614[411]: 11:34:04:057 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 195
Mar 11 10:34:04 homeassistant 64a32984d614[411]: 11:34:04:059 ZCL attribute report 0x0017880108662E70 for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:34:05 homeassistant 64a32984d614[411]: 11:34:05:832 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 242
Mar 11 10:34:05 homeassistant 64a32984d614[411]: 11:34:05:835 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 10:34:13 homeassistant 64a32984d614[411]: 11:34:13:305 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000291D07, zclSeq: 243
Mar 11 10:34:13 homeassistant 64a32984d614[411]: 11:34:13:308 ZCL attribute report 0x0017880108650B3A for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
-- Reboot --
Mar 11 12:13:39 homeassistant systemd-timesyncd[300]: Initial synchronization to time server 162.159.200.1:123 (time.cloudflare.com).
Mar 11 12:13:39 homeassistant 6799ce24b21a[415]: [13:13:39] INFO: Running the OSRAM LEdvance OTA updater...
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [fix-attrs.d] profile: exited 0.
Mar 11 12:13:39 homeassistant 6799ce24b21a[415]: [13:13:39] INFO: Websockify waiting for VNC to start
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [fix-attrs.d] ssh: applying...
Mar 11 12:13:39 homeassistant 6799ce24b21a[415]: [13:13:39] INFO: Running the IKEA OTA updater...
Mar 11 12:13:39 homeassistant 6799ce24b21a[415]: [13:13:39] INFO: Running the deCONZ OTA updater...
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [fix-attrs.d] ssh: exited 0.
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [fix-attrs.d] done.
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [cont-init.d] executing container initialization scripts...
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [cont-init.d] keygen.sh: executing...
Mar 11 12:13:39 homeassistant 6799ce24b21a[415]: [13:13:39] INFO: Starting VNC server (local/yes)...
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [13:13:39] INFO: Restoring host keys...
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [cont-init.d] keygen.sh: exited 0.
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [cont-init.d] profile.sh: executing...
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [cont-init.d] profile.sh: exited 0.
Mar 11 12:13:39 homeassistant 66bbbcaad321[415]: [cont-init.d] ssh.sh: executing...
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [13:13:40] INFO: Setup authorized_keys
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [cont-init.d] ssh.sh: exited 0.
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [cont-init.d] done.
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [services.d] starting services
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [services.d] done.
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [13:13:40] INFO: Starting Web Terminal...
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4695] N: ttyd 1.6.3-3b174da (libwebsockets 4.1.4-v4.1.4)
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4697] N: tty configuration:
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4697] N: start command: tmux -u new -A -s homeassistant bash -l
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4697] N: close signal: SIGHUP (1)
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4697] N: terminal type: xterm-256color
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4697] N: LWS: 4.1.4-v4.1.4, loglevel 7
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4697] N: NET CLI SRV H1 H2 WS IPV6-off
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:4719] N: /usr/lib/libwebsockets-evlib_uv.so
Mar 11 12:13:40 homeassistant 6799ce24b21a[415]: [13:13:40] INFO: Starting websockify...
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:5140] N: Using foreign event loop...
Mar 11 12:13:40 homeassistant 66bbbcaad321[415]: [2021/03/11 13:13:40:5143] N: Listening on port: 8099
Mar 11 12:13:41 homeassistant audit[4366]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=4366 comm="wmiir" exe="/usr/bin/wmiir" sig=11 res=1
Mar 11 12:13:41 homeassistant systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Mar 11 12:13:41 homeassistant systemd[1]: Started Process Core Dump (PID 4391/UID 0).
Mar 11 12:13:41 homeassistant 66bbbcaad321[415]: [13:13:41] INFO: Starting the SSH daemon...
Mar 11 12:13:41 homeassistant 66bbbcaad321[415]: Server listening on 0.0.0.0 port 22.
Mar 11 12:13:41 homeassistant 66bbbcaad321[415]: Server listening on :: port 22.
Mar 11 12:13:41 homeassistant systemd-coredump[4395]: Process 4366 (wmiir) of user 0 dumped core.
Mar 11 12:13:41 homeassistant systemd[1]: systemd-coredump@0-4391-0.service: Succeeded.
Mar 11 12:13:41 homeassistant 6799ce24b21a[415]: WebSocket server settings:
Mar 11 12:13:41 homeassistant 6799ce24b21a[415]: - Listen on 127.0.0.1:5901
Mar 11 12:13:41 homeassistant 6799ce24b21a[415]: - Flash security policy server
Mar 11 12:13:41 homeassistant 6799ce24b21a[415]: - Web server. Web root: /usr/share/novnc
Mar 11 12:13:41 homeassistant 6799ce24b21a[415]: - No SSL/TLS support (no cert file)
Mar 11 12:13:41 homeassistant 6799ce24b21a[415]: - proxying from 127.0.0.1:5901 to 127.0.0.1:5900
Mar 11 12:13:43 homeassistant 6799ce24b21a[415]: [13:13:43] INFO: deCONZ waiting for VNC to start
Mar 11 12:13:43 homeassistant 6799ce24b21a[415]: [13:13:43] INFO: Starting the deCONZ gateway...
Mar 11 12:13:43 homeassistant 6799ce24b21a[415]: QCoreApplication::arguments: Please instantiate the QApplication object first
Mar 11 12:13:43 homeassistant 473d4a70daba[415]: 21-03-11 12:13:43 INFO (MainThread) [supervisor.core] Start Home Assistant Core
Mar 11 12:13:43 homeassistant hassos-supervisor[1114]: 21-03-11 12:13:43 INFO (MainThread) [supervisor.core] Start Home Assistant Core
Mar 11 12:13:44 homeassistant 473d4a70daba[415]: 21-03-11 12:13:44 INFO (SyncWorker_3) [supervisor.docker.interface] Starting homeassistant
Mar 11 12:13:44 homeassistant hassos-supervisor[1114]: 21-03-11 12:13:44 INFO (SyncWorker_3) [supervisor.docker.interface] Starting homeassistant
Mar 11 12:13:44 homeassistant dockerd[422]: time="2021-03-11T12:13:44.139620056Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2"
Mar 11 12:13:44 homeassistant dockerd[422]: time="2021-03-11T12:13:44.142207242Z" level=info msg="shim containerd-shim started" address="unix:///run/containerd/s/2533eb9302357ef724668aeb617a445b87299506d133b7c78d26db56308bea90" debug=false pid=4915
Mar 11 12:13:44 homeassistant hassos-supervisor[1114]: 21-03-11 12:13:44 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
Mar 11 12:13:44 homeassistant 473d4a70daba[415]: 21-03-11 12:13:44 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [s6-init] ensuring user provided files have correct perms...exited 0.
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [fix-attrs.d] applying ownership & permissions fixes...
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [fix-attrs.d] done.
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [cont-init.d] executing container initialization scripts...
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [cont-init.d] udev.sh: executing...
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [13:13:44] INFO: Using udev information from host
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [cont-init.d] udev.sh: exited 0.
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [cont-init.d] done.
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [services.d] starting services
Mar 11 12:13:44 homeassistant 4a96b39263d8[415]: [services.d] done.
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: libpng warning: iCCP: known incorrect sRGB profile
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: libpng warning: iCCP: known incorrect sRGB profile
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:259 HTTP Server listen on address 0.0.0.0, port: 40850, root: /usr/share/deCONZ/webapp/
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:272 CTRL. 3.27.213:13:45:346 COM: use stable device path /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2194272-if00
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:389 dev /dev/ttyAMA0
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:390 COM: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2194272-if00 / serialno: DE2194272, ConBee II
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:390 ZCLDB init file /data/.local/share/dresden-elektronik/deCONZ/zcldb.txt
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: [13:13:45] INFO: Starting Nginx...
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:559 parent process s6-supervise
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:561 gw run mode: docker/hassio
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:562 GW sd-card image version file does not exist: /data/.local/share/dresden-elektronik/deCONZ/gw-version
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:571 DB sqlite version 3.27.2
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:573 DB PRAGMA page_count: 42
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:574 DB PRAGMA page_size: 4096
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:575 DB PRAGMA freelist_count: 2
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:575 DB file size 172032 bytes, free pages 2
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:576 DB PRAGMA user_version: 7
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:577 DB cleanup
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:579 DB create temporary views
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 2021/03/11 13:13:45 [notice] 313#313: using the "epoll" event method
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 2021/03/11 13:13:45 [notice] 313#313: nginx/1.14.2
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 2021/03/11 13:13:45 [notice] 313#313: OS: Linux 5.4.83-v8
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 2021/03/11 13:13:45 [notice] 313#313: getrlimit(RLIMIT_NOFILE): 1048576:1048576
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 2021/03/11 13:13:45 [notice] 313#313: start worker processes
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 2021/03/11 13:13:45 [notice] 313#313: start worker process 1210
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:602 started websocket server at port 8081
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:609 [INFO] - Found file containing button maps. Parsing data...
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:614 [WARNING] - Button map 'sunricherCCTMap' in JSON file has no assigned ModelIDs. Skip loading button map...
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:623 [INFO] - Button maps loaded.
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:626 dlg action: Read binding table
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:627 found node plugin: libde_rest_plugin.so - REST API Plugin
Mar 11 12:13:45 homeassistant 6799ce24b21a[415]: 13:13:45:632 found node plugin: libde_signal_plugin.so - Signal Monitor Plugin
Mar 11 12:13:46 homeassistant dropbear[5180]: [5180] Mar 11 12:13:46 Child connection from 192.168.1.2:55248
Mar 11 12:13:46 homeassistant dropbear[5180]: [5180] Mar 11 12:13:46 Pubkey auth succeeded for 'root' with key sha1!! 5e:44:c1:78:9f:8c:5e:30:c2:5a:5b:04:9a:dd:6c:1a:3d:b9:ca:33 from 192.168.1.2:55248
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:226 found node plugin: libstd_otau_plugin.so - STD OTAU Plugin
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:346 LightNode 1: Configuration tool 1 added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:361 LightNode 2: Nachttischli added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:368 SensorNode 2 set node 0x00178801086ba2f9
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:373 LightNode 3: Kleiderzimmer added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:375 SensorNode 3 set node 0x00178801086ba2ee
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:378 SensorNode 5 set node 0x00158d00048791ad
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:379 SensorNode 6 set node 0x00158d00048791ad
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:379 SensorNode 4 set node 0x00158d00048791ad
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:381 SensorNode 9 set node 0x0017880108650b3a
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:382 SensorNode 8 set node 0x0017880108650b3a
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:383 SensorNode 7 set node 0x0017880108650b3a
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:387 LightNode 5: Büro 1 added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:390 LightNode 6: Büro 2 added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:393 LightNode 7: Stube 1 added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:395 SensorNode 10 set node 0x0017880108662f99
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:396 SensorNode 12 set node 0x0017880108662f99
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:397 SensorNode 11 set node 0x0017880108662f99
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:401 LightNode 8: Eingang added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:403 SensorNode 14 set node 0x0017880108662e70
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:404 SensorNode 15 set node 0x0017880108662e70
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:405 SensorNode 13 set node 0x0017880108662e70
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:409 LightNode 9: Gang added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:412 LightNode 10: Stube 2 added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:415 LightNode 11: LED added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:418 LightNode 12: Büro Kette added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:422 LightNode 13: Schlafzimmer added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:424 SensorNode 17 set node 0x00178801080cd11d
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:428 LightNode 4: Esstisch added
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:442 SensorNode 16 set node 0x00158d00042ddc14
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:491 dev /dev/ttyAMA0
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:493 COM: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2194272-if00 / serialno: DE2194272, ConBee II
Mar 11 12:13:50 homeassistant 6799ce24b21a[415]: 13:13:50:864 dev /dev/ttyAMA0
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:110 Announced to internet https://phoscon.de/discover
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:111 discovery server date: Thu, 11 Mar 2021 12:13:51 GMT
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:111 local time seems to be ok
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:537 dev /dev/ttyAMA0
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:539 COM: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2194272-if00 / serialno: DE2194272, ConBee II
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: QObject::connect: Cannot queue arguments of type 'QTextBlock'
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: (Make sure 'QTextBlock' is registered using qRegisterMetaType().)
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: QObject::connect: Cannot queue arguments of type 'QTextCursor'
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: (Make sure 'QTextCursor' is registered using qRegisterMetaType().)
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:550 COM check bootloader
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: PROTO: CRC error
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:563 COM detected application
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: PROTO: CRC error
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:647 Device firmware version 0x26660700 ConBee II
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:651 unlocked max nodes: 200
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:702 Skip idle timer callback, too early: elapsed 947 msec
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:725 Device protocol version: 0x010C
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:817 Current channel 15
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:829 CTRL got nwk update id 1
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:833 CTRL ANT_CTRL 0x03
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:856 Device protocol version: 0x010C
Mar 11 12:13:51 homeassistant 4a96b39263d8[415]: 2021-03-11 13:13:51 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Mar 11 12:13:51 homeassistant 4a96b39263d8[415]: 2021-03-11 13:13:51 WARNING (MainThread) [homeassistant.loader] You are using a custom integration meteo-swiss which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Mar 11 12:13:51 homeassistant 4a96b39263d8[415]: 2021-03-11 13:13:51 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'meteo-swiss'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'meteo-swiss'
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:917 Current channel 15
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:930 CTRL got nwk update id 1
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:934 CTRL ANT_CTRL 0x03
Mar 11 12:13:51 homeassistant 4a96b39263d8[415]: 2021-03-11 13:13:51 WARNING (MainThread) [homeassistant.loader] You are using a custom integration adaptive_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:976 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0406, command: 0x0A, payload: 00001800, zclSeq: 136
Mar 11 12:13:51 homeassistant 6799ce24b21a[415]: 13:13:51:976 ZCL attribute report 0x0017880108650B3A for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 12:13:52 homeassistant 4a96b39263d8[415]: 2021-03-11 13:13:52 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly.
Mar 11 12:13:53 homeassistant dropbear[5180]: [5180] Mar 11 12:13:53 syslogin_perform_logout: logout(pts/0) returned an error: No such file or directory
Mar 11 12:13:53 homeassistant dropbear[5180]: [5180] Mar 11 12:13:53 Exit (root) from <192.168.1.2:55248>: Disconnect received
Mar 11 12:13:53 homeassistant 6799ce24b21a[415]: 13:13:53:602 Skip idle timer callback, too early: elapsed 949 msec
Mar 11 12:13:55 homeassistant 6799ce24b21a[415]: [13:13:55] INFO: Successfully send discovery information to Home Assistant.
Mar 11 12:13:55 homeassistant dropbear[5264]: [5264] Mar 11 12:13:55 Child connection from 192.168.1.2:55254
Mar 11 12:13:55 homeassistant dropbear[5264]: [5264] Mar 11 12:13:55 Pubkey auth succeeded for 'root' with key sha1!! 5e:44:c1:78:9f:8c:5e:30:c2:5a:5b:04:9a:dd:6c:1a:3d:b9:ca:33 from 192.168.1.2:55254
Mar 11 12:13:56 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-0971756f33397b45f70865a1df1970d438f559091f33f364e0ed640559e90753-runc.IW4jsc.mount: Succeeded.
Mar 11 12:13:58 homeassistant dropbear[5264]: [5264] Mar 11 12:13:58 syslogin_perform_logout: logout(pts/0) returned an error: No such file or directory
Mar 11 12:13:58 homeassistant dropbear[5264]: [5264] Mar 11 12:13:58 Exit (root) from <192.168.1.2:55254>: Disconnect received
Mar 11 12:13:59 homeassistant 6799ce24b21a[415]: 13:13:59:188 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0402, command: 0x0A, payload: 0000293907, zclSeq: 138
Mar 11 12:13:59 homeassistant 6799ce24b21a[415]: 13:13:59:189 ZCL attribute report 0x0017880108650B3A for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 12:14:00 homeassistant dropbear[5313]: [5313] Mar 11 12:14:00 Child connection from 192.168.1.2:55258
Mar 11 12:14:00 homeassistant 6799ce24b21a[415]: 13:14:00:575 dev /dev/ttyAMA0
Mar 11 12:14:00 homeassistant 6799ce24b21a[415]: 13:14:00:579 GW update firmware found: /usr/share/deCONZ/firmware/deCONZ_ConBeeII_0x26660700.bin.GCF
Mar 11 12:14:00 homeassistant 6799ce24b21a[415]: 13:14:00:580 GW firmware version: 0x26660700
Mar 11 12:14:00 homeassistant 6799ce24b21a[415]: 13:14:00:580 GW firmware version is up to date: 0x26660700
Mar 11 12:14:00 homeassistant systemd[1]: systemd-hostnamed.service: Succeeded.
Mar 11 12:14:01 homeassistant dropbear[5313]: [5313] Mar 11 12:14:01 Pubkey auth succeeded for 'root' with key sha1!! 5e:44:c1:78:9f:8c:5e:30:c2:5a:5b:04:9a:dd:6c:1a:3d:b9:ca:33 from 192.168.1.2:55258
Mar 11 12:14:02 homeassistant 4a96b39263d8[415]: 2021-03-11 13:14:02 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
Mar 11 12:14:08 homeassistant 6799ce24b21a[415]: 13:14:08:287 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 83
Mar 11 12:14:08 homeassistant 6799ce24b21a[415]: 13:14:08:288 ZCL attribute report 0x00178801086BA2EE for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 12:14:32 homeassistant 6799ce24b21a[415]: 13:14:32:250 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 000021DF59, zclSeq: 139
Mar 11 12:14:32 homeassistant 6799ce24b21a[415]: 13:14:32:251 ZCL attribute report 0x0017880108650B3A for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 12:14:34 homeassistant 6799ce24b21a[415]: 13:14:34:592 Bind response success for 0x842e14fffe1591d2 ep: 0x01 cluster: 0x0000
Mar 11 12:14:34 homeassistant 6799ce24b21a[415]: 13:14:34:651 ZCL configure reporting rsp seq: 45 0x842E14FFFE1591D2 for ep: 0x01 cluster: 0x0000 attr: 0x4000 status: 0x00
Mar 11 12:14:34 homeassistant 6799ce24b21a[415]: 13:14:34:717 Bind response success for 0x842e14fffe1591d2 ep: 0x01 cluster: 0x0006
Mar 11 12:14:34 homeassistant 6799ce24b21a[415]: 13:14:34:760 ZCL configure reporting rsp seq: 46 0x842E14FFFE1591D2 for ep: 0x01 cluster: 0x0006 attr: 0x0000 status: 0x00
Mar 11 12:14:34 homeassistant 6799ce24b21a[415]: 13:14:34:861 Bind response success for 0x842e14fffe1591d2 ep: 0x01 cluster: 0x0008
Mar 11 12:14:34 homeassistant 6799ce24b21a[415]: 13:14:34:862 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0x842E14FFFE1591D2 (wait reading or unsupported)
Mar 11 12:14:42 homeassistant 6799ce24b21a[415]: 13:14:42:086 [INFO] - No button map for: RWL021, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0001, command: 0x0A, payload: 210020C8, zclSeq: 209
Mar 11 12:14:42 homeassistant 6799ce24b21a[415]: 13:14:42:087 ZCL attribute report 0x00178801086BA2F9 for cluster: 0x0001, ep: 0x02, frame control: 0x18, mfcode: 0x0000
Mar 11 12:14:45 homeassistant 6799ce24b21a[415]: 13:14:45:546 Current channel 15
Mar 11 12:14:45 homeassistant 6799ce24b21a[415]: 13:14:45:550 CTRL got nwk update id 1
Mar 11 12:14:45 homeassistant 6799ce24b21a[415]: 13:14:45:562 Device TTL 3498 s flags: 0x7
Mar 11 12:14:52 homeassistant 4a96b39263d8[415]: 2021-03-11 13:14:52 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: recorder
Mar 11 12:14:54 homeassistant 6799ce24b21a[415]: 13:14:54:079 Bind response success for 0x842e14fffe1591d2 ep: 0x01 cluster: 0x0000
Mar 11 12:14:56 homeassistant 6799ce24b21a[415]: 13:14:56:089 Bind response success for 0x842e14fffe1591d2 ep: 0x01 cluster: 0x0006
Mar 11 12:14:56 homeassistant 6799ce24b21a[415]: 13:14:56:090 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0x842E14FFFE1591D2 (seems to be active)
Mar 11 12:15:05 homeassistant 4a96b39263d8[415]: 2021-03-11 13:15:05 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=13 from 2021-03-09 11:05:42.672996)
Mar 11 12:15:14 homeassistant 473d4a70daba[415]: 21-03-11 12:15:14 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
Mar 11 12:15:14 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:14 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
Mar 11 12:15:14 homeassistant 4a96b39263d8[415]: 2021-03-11 13:15:14 WARNING (MainThread) [homeassistant.loader] You are using a custom integration xiaomi_cloud_map_extractor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Mar 11 12:15:16 homeassistant 6799ce24b21a[415]: 13:15:16:437 New websocket 172.30.32.1:35438 (state: 3)
Mar 11 12:15:18 homeassistant 6799ce24b21a[415]: 13:15:18:833 CTRL restore cached node 0x00158d00042ddc14
Mar 11 12:15:18 homeassistant 6799ce24b21a[415]: 13:15:18:833 Node zombie state changed 0x00158d00042ddc14
Mar 11 12:15:18 homeassistant 6799ce24b21a[415]: 13:15:18:835 new node - ext: 0x00158d00042ddc14, nwk: 0x81D3
Mar 11 12:15:25 homeassistant 4a96b39263d8[415]: 2021-03-11 13:15:25 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.noo_noo_cam is taking over 10 seconds
Mar 11 12:15:26 homeassistant 6799ce24b21a[415]: 13:15:26:652 [INFO] - No button map for: SML001, unicast to: 0x0000, endpoint: 0x02, cluster: 0x0400, command: 0x0A, payload: 000021873D, zclSeq: 243
Mar 11 12:15:26 homeassistant 6799ce24b21a[415]: 13:15:26:653 ZCL attribute report 0x0017880108662F99 for cluster: 0x0400, ep: 0x02, frame control: 0x08, mfcode: 0x0000
Mar 11 12:15:35 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:35 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
Mar 11 12:15:35 homeassistant 473d4a70daba[415]: 21-03-11 12:15:35 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
Mar 11 12:15:35 homeassistant 473d4a70daba[415]: 21-03-11 12:15:35 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 2 add-ons
Mar 11 12:15:35 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:35 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 2 add-ons
Mar 11 12:15:35 homeassistant 473d4a70daba[415]: 21-03-11 12:15:35 INFO (SyncWorker_5) [supervisor.docker.interface] Cleaning addon_core_configurator application
Mar 11 12:15:35 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:35 INFO (SyncWorker_5) [supervisor.docker.interface] Cleaning addon_core_configurator application
Mar 11 12:15:35 homeassistant systemd[1]: var-lib-docker-overlay2-93f755987375037685a815a3371e02ec2ea85b89645c168b9b95e962daeed6ad\x2dinit-merged.mount: Succeeded.
Mar 11 12:15:35 homeassistant systemd[1]: mnt-data-docker-overlay2-93f755987375037685a815a3371e02ec2ea85b89645c168b9b95e962daeed6ad\x2dinit-merged.mount: Succeeded.
Mar 11 12:15:35 homeassistant audit: ANOM_PROMISCUOUS dev=veth08d0409 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Mar 11 12:15:35 homeassistant kernel: hassio: port 8(veth08d0409) entered blocking state
Mar 11 12:15:35 homeassistant kernel: hassio: port 8(veth08d0409) entered disabled state
Mar 11 12:15:35 homeassistant kernel: device veth08d0409 entered promiscuous mode
Mar 11 12:15:35 homeassistant kernel: kauditd_printk_skb: 15 callbacks suppressed
Mar 11 12:15:35 homeassistant kernel: audit: type=1700 audit(1615464935.582:157): dev=veth08d0409 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Mar 11 12:15:35 homeassistant systemd-udevd[5396]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 12:15:35 homeassistant NetworkManager[308]: <info> [1615464935.5933] manager: (veth8dc8190): new Veth device (/org/freedesktop/NetworkManager/Devices/23)
Mar 11 12:15:35 homeassistant systemd-udevd[5396]: Using default interface naming scheme 'v245'.
Mar 11 12:15:35 homeassistant systemd-udevd[5395]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 12:15:35 homeassistant NetworkManager[308]: <info> [1615464935.5986] manager: (veth08d0409): new Veth device (/org/freedesktop/NetworkManager/Devices/24)
Mar 11 12:15:35 homeassistant systemd-udevd[5395]: Using default interface naming scheme 'v245'.
Mar 11 12:15:35 homeassistant dockerd[422]: time="2021-03-11T12:15:35.653046924Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2"
Mar 11 12:15:35 homeassistant dockerd[422]: time="2021-03-11T12:15:35.656033127Z" level=info msg="shim containerd-shim started" address="unix:///run/containerd/s/c926b49d35d058e3c098d4192972cfb31dd7dee395cafd3c1b49d2bef40057f1" debug=false pid=5400
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=0
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.014:158): table=nat family=2 entries=0
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=filter family=2 entries=0
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.022:159): table=filter family=2 entries=0
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=5
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.030:160): table=nat family=2 entries=5
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=7
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.034:161): table=nat family=2 entries=7
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=8
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.038:162): table=nat family=2 entries=8
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=10
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.042:163): table=nat family=2 entries=10
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=11
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.046:164): table=nat family=2 entries=11
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=12
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.050:165): table=nat family=2 entries=12
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=13
Mar 11 12:15:36 homeassistant kernel: audit: type=1325 audit(1615464936.054:166): table=nat family=2 entries=13
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=14
Mar 11 12:15:36 homeassistant kernel: eth0: renamed from veth8dc8190
Mar 11 12:15:36 homeassistant kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth08d0409: link becomes ready
Mar 11 12:15:36 homeassistant kernel: hassio: port 8(veth08d0409) entered blocking state
Mar 11 12:15:36 homeassistant kernel: hassio: port 8(veth08d0409) entered forwarding state
Mar 11 12:15:36 homeassistant NetworkManager[308]: <info> [1615464936.1232] device (veth08d0409): carrier: link connected
Mar 11 12:15:36 homeassistant 473d4a70daba[415]: 21-03-11 12:15:36 INFO (SyncWorker_5) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-configurator with version 5.2.0
Mar 11 12:15:36 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:36 INFO (SyncWorker_5) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-configurator with version 5.2.0
Mar 11 12:15:36 homeassistant 473d4a70daba[415]: 21-03-11 12:15:36 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning addon_cebe7a76_hassio_google_drive_backup application
Mar 11 12:15:36 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:36 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning addon_cebe7a76_hassio_google_drive_backup application
Mar 11 12:15:36 homeassistant systemd[1]: var-lib-docker-overlay2-685d4e1e76c6370bcda8d140ba07236809d73e2c531c467c3ff853dc804b99e3\x2dinit-merged.mount: Succeeded.
Mar 11 12:15:36 homeassistant systemd[1]: mnt-data-docker-overlay2-685d4e1e76c6370bcda8d140ba07236809d73e2c531c467c3ff853dc804b99e3\x2dinit-merged.mount: Succeeded.
Mar 11 12:15:36 homeassistant 656729cede19[415]: [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
Mar 11 12:15:36 homeassistant audit: ANOM_PROMISCUOUS dev=vetha59cbcc prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Mar 11 12:15:36 homeassistant systemd-udevd[5399]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 12:15:36 homeassistant systemd-udevd[5399]: Using default interface naming scheme 'v245'.
Mar 11 12:15:36 homeassistant kernel: hassio: port 9(vetha59cbcc) entered blocking state
Mar 11 12:15:36 homeassistant kernel: hassio: port 9(vetha59cbcc) entered disabled state
Mar 11 12:15:36 homeassistant kernel: device vetha59cbcc entered promiscuous mode
Mar 11 12:15:36 homeassistant kernel: hassio: port 9(vetha59cbcc) entered blocking state
Mar 11 12:15:36 homeassistant kernel: hassio: port 9(vetha59cbcc) entered forwarding state
Mar 11 12:15:36 homeassistant NetworkManager[308]: <info> [1615464936.5011] manager: (vetha4f05f9): new Veth device (/org/freedesktop/NetworkManager/Devices/25)
Mar 11 12:15:36 homeassistant NetworkManager[308]: <info> [1615464936.5043] manager: (vetha59cbcc): new Veth device (/org/freedesktop/NetworkManager/Devices/26)
Mar 11 12:15:36 homeassistant systemd-udevd[5396]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=17
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=filter family=2 entries=31
Mar 11 12:15:36 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=18
Mar 11 12:15:36 homeassistant kernel: hassio: port 9(vetha59cbcc) entered disabled state
Mar 11 12:15:36 homeassistant dockerd[422]: time="2021-03-11T12:15:36.599744999Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2"
Mar 11 12:15:36 homeassistant dockerd[422]: time="2021-03-11T12:15:36.602632699Z" level=info msg="shim containerd-shim started" address="unix:///run/containerd/s/5fa30e979d573271436c88a6a8c931f63b8eb8841ec5e4ac716cf7dc5ac82432" debug=false pid=5592
Mar 11 12:15:36 homeassistant 656729cede19[415]: [s6-init] ensuring user provided files have correct perms...exited 0.
Mar 11 12:15:36 homeassistant 656729cede19[415]: [fix-attrs.d] applying ownership & permissions fixes...
Mar 11 12:15:36 homeassistant 656729cede19[415]: [fix-attrs.d] done.
Mar 11 12:15:36 homeassistant 656729cede19[415]: [cont-init.d] executing container initialization scripts...
Mar 11 12:15:36 homeassistant 656729cede19[415]: [cont-init.d] done.
Mar 11 12:15:36 homeassistant 656729cede19[415]: [services.d] starting services
Mar 11 12:15:36 homeassistant 656729cede19[415]: [services.d] done.
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=0
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=filter family=2 entries=0
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=5
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=7
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=8
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=10
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=11
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=12
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=13
Mar 11 12:15:37 homeassistant audit: NETFILTER_CFG table=nat family=2 entries=14
Mar 11 12:15:37 homeassistant kernel: eth0: renamed from vetha4f05f9
Mar 11 12:15:37 homeassistant kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vetha59cbcc: link becomes ready
Mar 11 12:15:37 homeassistant kernel: hassio: port 9(vetha59cbcc) entered blocking state
Mar 11 12:15:37 homeassistant kernel: hassio: port 9(vetha59cbcc) entered forwarding state
Mar 11 12:15:37 homeassistant NetworkManager[308]: <info> [1615464937.1253] device (vetha59cbcc): carrier: link connected
Mar 11 12:15:37 homeassistant 473d4a70daba[415]: 21-03-11 12:15:37 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on sabeechen/hassio-google-drive-backup-aarch64 with version 0.103.1
Mar 11 12:15:37 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:37 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on sabeechen/hassio-google-drive-backup-aarch64 with version 0.103.1
Mar 11 12:15:39 homeassistant 656729cede19[415]: INFO:2021-03-11 13:15:39,438:hass_configurator.configurator:Starting server
Mar 11 12:15:39 homeassistant 656729cede19[415]: INFO:2021-03-11 13:15:39,441:hass_configurator.configurator:Listening on: http://0.0.0.0:8099
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /core/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /core/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant dcf639e8b369[415]: 03-11 13:15:39 INFO Starting server on port 8099
Mar 11 12:15:39 homeassistant dcf639e8b369[415]: 03-11 13:15:39 INFO Server started
Mar 11 12:15:39 homeassistant dcf639e8b369[415]: 03-11 13:15:39 INFO Syncing Snapshots
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/b8f428cf/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/b8f428cf/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/93f60360/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/93f60360/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/236cf3df/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/236cf3df/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant 473d4a70daba[415]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/1dbc0c3d/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:39 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:39 INFO (MainThread) [supervisor.api.security] /snapshots/1dbc0c3d/info access from cebe7a76_hassio_google_drive_backup
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.core] Supervisor is up and running
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.core] Supervisor is up and running
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.host.info] Updating local host information
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.host.info] Updating local host information
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
Mar 11 12:15:42 homeassistant dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.107' (uid=0 pid=5776 comm="gdbus call --system --dest org.freedesktop.hostnam")
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.check] System checks complete
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.check] System checks complete
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
Mar 11 12:15:42 homeassistant systemd[1]: Starting Hostname Service...
Mar 11 12:15:42 homeassistant dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.hostname1'
Mar 11 12:15:42 homeassistant systemd[1]: Started Hostname Service.
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.host.services] Updating service information
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.host.services] Updating service information
Mar 11 12:15:42 homeassistant 473d4a70daba[415]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.host.network] Updating local network information
Mar 11 12:15:42 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:42 INFO (MainThread) [supervisor.host.network] Updating local network information
Mar 11 12:15:44 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:44 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
Mar 11 12:15:44 homeassistant 473d4a70daba[415]: 21-03-11 12:15:44 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
Mar 11 12:15:44 homeassistant c10960492cb3[415]: I: [pulseaudio] client.c: Created 0 "Native client (UNIX socket client)"
Mar 11 12:15:44 homeassistant c10960492cb3[415]: I: [pulseaudio] protocol-native.c: Client authenticated anonymously.
Mar 11 12:15:44 homeassistant c10960492cb3[415]: D: [pulseaudio] protocol-native.c: Protocol version: remote 34, local 34
Mar 11 12:15:44 homeassistant c10960492cb3[415]: D: [pulseaudio] protocol-native.c: SHM possible: no
Mar 11 12:15:44 homeassistant c10960492cb3[415]: D: [pulseaudio] protocol-native.c: Negotiated SHM: no
Mar 11 12:15:44 homeassistant c10960492cb3[415]: D: [pulseaudio] protocol-native.c: Disabling srbchannel, reason: No SHM support
Mar 11 12:15:44 homeassistant c10960492cb3[415]: I: [pulseaudio] client.c: Freed 0 "supervisor"
Mar 11 12:15:44 homeassistant c10960492cb3[415]: I: [pulseaudio] protocol-native.c: Connection died.
Mar 11 12:15:44 homeassistant hassos-supervisor[1114]: 21-03-11 12:15:44 INFO (MainThread) [supervisor.host] Host information reload completed
Mar 11 12:15:44 homeassistant 473d4a70daba[415]: 21-03-11 12:15:44 INFO (MainThread) [supervisor.host] Host information reload completed
During the outtage no new data points were recorded:
CPU and memory usage are absolutely normal before and after the crash. There were no spikes or memory issues.
I cannot confirm that the device got unusually hot during downtime.
@agner, I updated the firmware on the StarTech controller this morning, rebooted then updated to OS 5.12. Froze 4 hours later. Is there anything I can do to help troubleshoot this issue?
@agners,
Is there a way to get the 32 bit version to boot my SSD? You said above that it now supports SSD booting. I have tried several versions and I can't get it to boot.
Since I have not been able to boot the SSD with a 32 bit version, do you think the next test I should try is going back to 32 bit SD ( which worked up to 5.8 (last version I tried)) and do another spit test?
@agners, Is there a way to get the 32 bit version to boot my SSD? You said above that it now supports SSD booting. I have tried several versions and I can't get it to boot.
Last time I checked 32-bit worked on the devices I test with usually. With OS release 6 we get a new U-Boot, and there have been fixes which might improve the situation. Just tested a local build with U-Boot 2021.04-rc4 now with my Samsung T1 USB 3.0 SSD, and 32-bit seems to work well. I'll let you know once I have some builds online.
@agner, I updated the firmware on the StarTech controller this morning, rebooted then updated to OS 5.12. Froze 4 hours later. Is there anything I can do to help troubleshoot this issue?
Just Googled quickly, have you noticed this thread? https://www.raspberrypi.org/forums/viewtopic.php?t=297562
To me it seems that this adapter is unstable in general, so this seems not really be HAOS related.
Hardware Environment
Home Assistant OS release:
Journal logs:
Kernel logs:
Description of problem: Did a system restore on to an SD drive. Followed all the instructions and did a split of the SD for booting and SSD for everything else. System locked up in < 24 hours.