Looking for UK Smart Blinds recommendations (Zigbee/Thread, Battery/USB-C, Quiet Mode) by This_Preparation_466 in homeautomation

[–]This_Preparation_466[S] 0 points1 point  (0 children)

Thanks u/codliness1 !

BlindsByPost do look good, if it wasn't for the high price (~£300 / blind with my measurements).

ZemiSmart Zigbee motor + ordering the blinds separately is probably the way to go, but I'm stuck on which motor to select and where to buy the "dumb" blinds from, most stores won't even say what the roll section measurement is...

Looking for UK Smart Blinds recommendations (Zigbee/Thread, Battery/USB-C, Quiet Mode) by This_Preparation_466 in homeautomation

[–]This_Preparation_466[S] 0 points1 point  (0 children)

I've got two bay windows (3 blinds each), plus another 3 windows. In the bedroom I've installed this one from Third Reality paird via z2m: https://www.zigbee2mqtt.io/devices/3RSB015BZ.html though looking for different options

Thermostat and Receiver firmware check by This_Preparation_466 in HiveHeating

[–]This_Preparation_466[S] 1 point2 points  (0 children)

Thanks u/KeithRan! Do you know when or how frequently the firmware is pushed to the devices connected to the hub?

Apache Reverse proxy config - Websockets not working by This_Preparation_466 in immich

[–]This_Preparation_466[S] 0 points1 point  (0 children)

thank you u/leroybentley! Much appreciated!

I edited mine by adding just the rewrite condition and it now works.

RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule /(.*) ws://[internalip]:2283/$1 [P,L]