Ah right, I misread that chart as manufacturer not integration and didn’t really look at the details. That does seem odd that Tuya is that prevalent, they don’t seem that common on troubleshooting boards which I’d expect if they were used that much. I wonder how much self selection is happening here in the labs project and how much it will change when it’s opened to the community.
- 0 Posts
- 49 Comments
Does this Tuya include Zigbee devices? I don’t have any wifi based Tuya devices but it’s surprising how many generic cheap Zigbee sensors are Tuya.
Roughly 1/3 of my Zigbee devices are Tuya branded, if you buy from AliExpress it’s a strong possibility.
ddrescue doesn’t work properly on audio discs (even if you use the correct sector size of 2048 bytes). Have you tried something like cdparanoia https://www.xiph.org/paranoia/?
CondorWonder@lemmy.cato
Selfhosted@lemmy.world•Home Assistant Connect ZBT-2 - A USB adapter that plugs into your Home Assistant system and opens up a world of smart device optionsEnglish
7·5 months agoNot sure what you mean by this - Nabu Casa has a Zwave device already called ZWA-2 which is fully supported.
A strong mesh is a better way to go to me - ensuring you have a mesh of router devies between the coordinator and the end device has worked well to ensure that no matter where the device is it works. A better antenna may help but all it takes is a glitch like your 2.4 wifi moving to overlap with the Zigbee range and the device drops out.
I have a tubesb Zigbee device with an external antenna and I’m not sure I’ll benefit from the ZBT2 but the 2.4ghz band is very busy here. I’m tempted to try it and see if it makes any difference. I find my Zigbee network ‘slow’ - like sensor updates take 1-2 seconds before HA receives them.
CondorWonder@lemmy.cato
Selfhosted@lemmy.world•LF Suggestions on how to architect new setup, 5x22TB + 3x4TB NVMEEnglish
1·5 months agoBcache can’t differentiate between data and metadata on the cache drive (it’s block level caching), so if something happens to a write-back cache device you lose data, and possibly the entire array. I wouldn’t use bcache (or zfs caching) without mirrored devices personally to ensure resiliency of the array. I don’t know if zfs is smarter - presumably is can be because it’s in control of the raw disks, I just didn’t want to deal with modules.
CondorWonder@lemmy.cato
Selfhosted@lemmy.world•LF Suggestions on how to architect new setup, 5x22TB + 3x4TB NVMEEnglish
1·5 months agoFor your second scenario - yes you can use md under bcache with no issues. It becomes more to configure but once set up has been solid. I actually do md/raid1 - luks - bcache - btrfs layers for the SSD cache disks, where the data drives just use luks - bcache - btrfs. Keep in mind that with bcache if you lose a cache disk you can’t mount - and of course if you’re doing write-back caching then the array is also lost. With write-through caching you can force disconnect the cache disk and mount the disks.
CondorWonder@lemmy.cato
Asklemmy@lemmy.ml•Does anyone knows why, on iphone, picture in picture doesnt work for youtube in safary?
6·7 months agoYouTube blocks it. There are extensions to allow it (like Vinegar) but by default it’s blocked. Brave might work around YouTube’s block in the same way.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Automation being broken by a disconnected light timing out??English
2·7 months agoYou can try adding
continue_on_error: trueto the scene action so it doesn’t kill the entire automation. Note that if later parts depend on this action then they’ll fail in weird ways. The best thing is to fix the Zigbee network so the device doesn’t drop off but I know that’s not easy.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•First ever upgrade issue - lost zwave controllerEnglish
2·10 months agoI’ve had to hard reset my controllers (both Zwave and Zigbee) a few times now, haven’t really found a cause but it’s usually been around times when updates were applied. It almost seemed to me like the device wasn’t released by the old container and that needed a hard disconnect to force it. IIRC logs just showed a generic can’t connect to device error but no sign of what had the device locked. First time I did some investigation, the few times it’s happened since then I just unplugged and reconnected the usb device, restarted the container and it worked after.
I haven’t had it happen for a while at least.
CondorWonder@lemmy.cato
Selfhosted@lemmy.world•Might be a bit of a tangent: use SIP at home via internetEnglish
1·11 months agoCheck with your provider for SIP server, username and password, and if they have a suggested app (even if you don’t want to use it, it means they have some kind of support). It’s probably in their support pages somewhere.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Devices continuously dropping off my ZigBee networkEnglish
1·11 months agoI found this on the deConz pages - https://github-wiki-see.page/m/dresden-elektronik/deconz-rest-plugin/wiki/LQI-explained
Can you find it in the UI somewhere?
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Devices continuously dropping off my ZigBee networkEnglish
1·11 months agoI don’t know deConz but ZHA shows RSSI on the device in home assistant, and you can see RSSI in the Zigbee2MQTT UI list of devices. I’d assume it’s something like that in deConz.
I’d say if the device is closer to the controller then I’d suspect the devices. Do you have any other devices yet or just the Aquara sensors? It’s possible they work better through a Zigbee router too so you can try connecting them via one.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Devices continuously dropping off my ZigBee networkEnglish
1·11 months agoHow is the link strength for the devices? Do they still drop off if you leave them right by the controller? If you’re just getting started I’m guessing you don’t have a strong mesh yet with plugged in devices to provide routers to the network.
My experience is that some manufacturers are better at following the spec and devices work better or worse based on that.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Local calender not working with external URL loginEnglish
1·11 months agoIs the reverse proxy using an add on or did you roll your own? Reason I ask is proxing HA needs special treatment for websockets (wss:// or ws:// scheme). Add ons should do it themselves but I had to do it myself with Apache. I’m not sure if there’s special config needed for nginx too.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Local calender not working with external URL loginEnglish
1·11 months agoDid you set up the proxy as a trusted forwarder? That means setting
use_x_forwarded_forandtrusted_proxiesin configuration.yaml?
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Local calender not working with external URL loginEnglish
1·11 months agoSilly question but does it still work directly without the proxy (like http://homeassistant.local:8123/ )? Check the logs in system- logs and see if you can find anything relevant. AFAIK the proxy shouldn’t change how calendars get loaded.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Recommendations for outdoor weather sensorEnglish
4·1 year agoI use an acurite 06002RM temperature and humidity sensor with a rtl 433 compatible receiver plugged into home assistant and an rtl2mqtt add on. It’s indoor/outdoor and has worked well for all sorts of weather. Combined with a sun shade and it’s a good solution I think, and completely local.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•Is it normal to not have any malicious login attempts?English
5·1 year agoI think it’s not quite as well known or prevalent as other services (as say SSH) so likely doesn’t have anything automated attacking it yet. If you check something like http://shodan.io/ against your ip, I’d guess the service has been found.
Home Assistant likely won’t come under any kind of attack until there’s a very easy to exploit, unpatched zero-day vulnerability in the wild. Given how many people (myself included) who have HA exposed publicly it’s really a matter of time. The best mitigation is not exposing publicly if possible, and staying up to date.
In my case I don’t expose HA over 8123, I have a proxy on 443 where HA is not the default host name, meaning if you don’t use the right host HA doesn’t receive the traffic. As I’d expect that automated attackers wouldn’t what my host is it’s a reasonable layer in the security onion. I don’t expect anything would realistically protect from a targeted attack but I’m also not important enough to be targeted.
Journiv, first featured here at https://lemmy.ca/post/55005402 might be what you’re looking for as a self hosted solution