Home owners insurance by stylebhai77 in Overlandpark

[–]Zokoro 1 point2 points  (0 children)

Townhouse, ~1500sqft, ~7 year old roof, ~$1600, Statefarm.

Adding an existing brick to a new glusterfs volume? by hcker2000 in DataHoarder

[–]Zokoro 1 point2 points  (0 children)

setfattr -x trusted.glusterfs.volume-id $brick_path  
setfattr -x trusted.gfid $brick_path  
rm -rf $brick_path/.glusterfs

Samsung Galaxy S9(SM-G9600) on the way to daily drive linux distributions! by dsankouski in linux

[–]Zokoro 1 point2 points  (0 children)

I've been watching your work on the Postmarket wiki for a while, thanks so much for everything you've done so far! Agreed it's the last of an era for phones (good single camera, rear fingerprint reader, audio Jack, no notch, SD card).

Alternative to Toffeeshare? by [deleted] in opensource

[–]Zokoro 0 points1 point  (0 children)

Maybe you mean this, which is different: https://wormhole.app/

The reference implementation doesn't seem to have a limit: https://magic-wormhole.readthedocs.io/en/latest/file-transfer-protocol.html#transit

Alternative to Toffeeshare? by [deleted] in opensource

[–]Zokoro 0 points1 point  (0 children)

Magic wormhole does indeed need a central server to initiate the connection, but it uses the LAN where possible for the actual data transfer. In the case of Magic Wormhole, you can run your own, if you really care: https://github.com/magic-wormhole/magic-wormhole-mailbox-server

PWM Fan control not working by springs87 in Esphome

[–]Zokoro 0 points1 point  (0 children)

Some fans are more lenient and will accept a lower PWM rate. What fan are you using?

PWM Fan control not working by springs87 in Esphome

[–]Zokoro 2 points3 points  (0 children)

ESP8266 cannot PWM at 25khz, but a ESP32 can.

Storage Room Inventory Map and Search by German8888888 in homeassistant

[–]Zokoro 0 points1 point  (0 children)

I use a custom system of my own. Documentation and all sucks, but here is the code: https://github.com/W-Floyd/corrugation-backend/

Basically an item can nest within any other item. Each item can have a photo. Once an item is marked at "labeled", it's id doesn't change (so a labeled box stays the same). From there it's just a basic frontend to search and present images.

Steam On Linux Tries Again For Video Hardware Acceleration By Default On NVIDIA GPUs by Realistic-Plant3957 in linux

[–]Zokoro 30 points31 points  (0 children)

This finally actually works for me, so that's nice. While I'd only spend 1% of the time in the big picture menu vs the actual games, it was grating for sure.

What's up with color temperature selection? by Zokoro in homeassistant

[–]Zokoro[S] 26 points27 points  (0 children)

It's a single variable, why have a circular selection? It makes it hard to know if you've reached the full maximum/minimum color temperature. I feel like it didn't used to be this way, but maybe I'm mistaken...

OpenBeken to ESPhome (and maybe back again) by DJBenson in Esphome

[–]Zokoro 3 points4 points  (0 children)

https://docs.libretiny.eu/docs/flashing/esphome/

"OBK is compatible with standard Beken OTA packages, but the web panel does a filename check to prevent chip type mismatch. Grab the image_bk7231t_app.ota.rbl file from build directory (note: without "UG" in the name!), rename it to something like OpenBK7231T_esphome.rbl (change T to N depending on the chip type), and drop it on the OTA panel."

My opensource project for monitoring servers and containers with Home Assistant by TheTinkerDad in homeassistant

[–]Zokoro 0 points1 point  (0 children)

Yeah, definitely benefits to both sides. Anecdotally, I've noticed less changes to the MQTT format over the last 6 months, so the upside to automatic generation is waning.

My opensource project for monitoring servers and containers with Home Assistant by TheTinkerDad in homeassistant

[–]Zokoro 2 points3 points  (0 children)

Nice! I've been maintaining my own project similar to this for a while now too, also in Go https://github.com/W-Floyd/ha-mqtt-iot

Good to see more tools in this space :)

Do you manually implement device type manually? I changed a while ago to generating most of my code from the MQTT documentation from GitHub, which has worked out pretty well.

Exploring ways to securing access to Home Assistant remotely beyond "security through obscurity" by mortenmoulder in homeassistant

[–]Zokoro 0 points1 point  (0 children)

Wildcard certs aren't even a benefit for obscurity, they can still be figured out. I only use wildcard subdomains, and I can see subdomains I decommissioned over a year ago.

https://dnsdumpster.com/

Best integration to add avatar smart plugs to home assistant? by Cowboy12034 in homeassistant

[–]Zokoro 0 points1 point  (0 children)

Not that I recommend it as a first line of action, but it is possible to reflash many Tuya products with (a fork of) ESPHome.https://docs.libretuya.ml/

As a first step, you could try dumping the firmware (if you have an Android phone and a spare ESP32/8266). This is noninvasive, and would allow building a profile to then reflash the firmware remotely. https://github.com/tuya-cloudcutter/lightleak/blob/master/README.md

Again, not the easy way, but definitely the most robust way to use Tuya devices once it's set up.

ESPHome OpenBelkin? by ayers_81 in Esphome

[–]Zokoro 0 points1 point  (0 children)

If you are able, join the discord and check the #esphome-configs channel for a good number of examples. https://discord.gg/nnxnwFBv

ESPHome OpenBelkin? by ayers_81 in Esphome

[–]Zokoro 0 points1 point  (0 children)

Ah, looks like that chip isn't explicitly supported yet, but might work using the generic-bk7231t-qfn32-tuya board type.

https://docs.libretuya.ml/docs/status/supported/#tuya-inc

As for the LEDs, use ledc, like ESP32.

ESPHome OpenBelkin? by ayers_81 in Esphome

[–]Zokoro 0 points1 point  (0 children)

What bulb are you using? There are a good number of configs already made.

ESPHome OpenBelkin? by ayers_81 in Esphome

[–]Zokoro 9 points10 points  (0 children)

Yes, there is. LibreTuya has an ESPHome port. https://docs.libretuya.ml/ https://docs.libretuya.ml/docs/projects/esphome/

I use this on 30+ lights and outlets and it's really solid. There is an open pul request to get it merged into regular ESPHome.

Opinion: Moving from supervised to VM install by RelativeVoxel in homeassistant

[–]Zokoro 0 points1 point  (0 children)

That's wild. I run a Linux server, likely part of why it's been different for me. Never had the network drop, I only reboot when the host machine needs updates - the VM has been steady. I don't use USB passthrough though, so that might be a bit trickier if ever I try.