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
- 97 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
Jellyfin: The Free Software Media System@lemmy.ml•Making progressEnglish
1·3 months agoOk so you’re using docker, the drive is a USB disk?
I think you need to:
- create a mount point folder
- mount the drive in fstab so it’s available on boot
- create a dedicated user for Jellyfin to run as
- make sure the new user has read/write access to the folders with media (this may mean changing ownership, adding to a new or existing group)
- set the docker container to run as the new user
- add the mount point as a volume inside the docker container
- add the folders with media in Jellyfin
CondorWonder@lemmy.cato
Jellyfin: The Free Software Media System@lemmy.ml•Making progressEnglish
8·3 months agoMore info needed. How are you running Jellyfin? How is the drive attached? What OS?
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·4 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.
This. If you have any sort of set up - just do a backup and restore. All the configuration, automations, etc. will come across exactly as it was, including your subscription set up.
I’ve migrated from a Pi to a mini pc so it works between different platforms too - there I had to reinstall add ons but it was still generally an easy migration.
CondorWonder@lemmy.cato
homeassistant@lemmy.world•How to handle events firing on reboot?English
3·5 months agoI work around this with the uptime integration then conditions in automations that uptime must be over whatever time I want.
You could try using
not_fromin your state trigger but I’ve had limited success with that working recently. Something like this:#… - trigger: state entity_id: - event.inovelli_on_off_switch_config not_from: - unavailable - unknown #…
There’s your answer: you need an active PoE injector that follows 802.3af. None of the ones you pictured are the correct ones, they are passive not active and worst case can damage your device.
The difference is the active injector and the device communicate to determine how much power to provide, where the passive injectors just whack the device with their rated power. The device shouldn’t work without negotiation (per the spec).
CondorWonder@lemmy.cato
Jellyfin: The Free Software Media System@lemmy.ml•iOS music app that offers download functionEnglish
2·7 months agoCheck out Decoupled https://decoupled.app/
Based on what I’ve seen with my use of ZRam I don’t think it reserves the total space, but instead consumes whatever is shown in the output of
zramctl --output-all. If you’re swapping then yes it would take memory from the system (up to the 8G disk size), based on how compressible the swapped content is (like if you’re getting a 3x ratio it’s 8GB/3=2.6GB). That said - it will take memory from the disk cache if you’re swapping.Realistically I think your issue is IO and there’s not much you can do with if your disk cache is being flushed. Switching to zswap might help as it should spill more into disk if you’re under memory pressure.
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
3·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
Monitors@lemm.ee•[META] Moving community to monitors@piefed.social, community is locked.English
1·9 months ago!monitors@piefed.social for anyone else who’s lost
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·10 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.


Journiv, first featured here at https://lemmy.ca/post/55005402 might be what you’re looking for as a self hosted solution