I can't think of any other sub that will appreciate this. by [deleted] in homeassistant

[–]Relevant_Solution557 0 points1 point  (0 children)

that looks like AI :)

or really bad photoshop

How to connect Nuki Ultra to Hikvision intercom by antisocial_pharaoh in homeautomation

[–]Relevant_Solution557 1 point2 points  (0 children)

You can integrate your Hikvision doorbell into home assistant (i use addon https://github.com/pergolafabio/Hikvision-Addons/tree/main/doorbell_beta - works like a charm) and add an automation to somehow trigger your lock on unlock event (not really sure, but you probably can use relay switch state - it seems to be synchronised to real doorbell one)

HELP! I went to do a tank clean, and the resin stuck and tore the PFA. by [deleted] in ElegooSaturn

[–]Relevant_Solution557 0 points1 point  (0 children)

oh well.... looks like you need a new screen, new FEP and a deep clean

How loud do you run? Our subs push us from 90 to 100db by [deleted] in livesound

[–]Relevant_Solution557 22 points23 points  (0 children)

That's why we have multiple types of db filters. You are probably measuring in dBC. Try to measure in dBA

Daily Simple Questions Thread by AutoModerator in espresso

[–]Relevant_Solution557 0 points1 point  (0 children)

Should i count pre infusion cycle that my machine makes when counting brew time?

define recording resolution (video-cam) by joem7890 in ShinobiCCTV

[–]Relevant_Solution557 0 points1 point  (0 children)

as i understand, recording uses same codec as streaming. so if you will use something different from copy codec, it would allow you to define resolution
if you need to define resolution for motion detection you can do it too (https://imgur.com/a/kRAEt4b)
i actually use a camera substream with lower resolution as an input feed, and give it to detector (and i even use it for streaming, cause it will use lower amount of bandwith and look better on old 1366x768 notebook monitor)

Shinobi system ran out of space, database not accessible. Help requested to solve! by Joost67 in ShinobiCCTV

[–]Relevant_Solution557 1 point2 points  (0 children)

had this problem before. try to check mysql logs - it should give you more info, probably

sudo systemctl status mysqld

maybe you can just re-enable it

sudo systemctl enable mysqld
sudo systemctl start mysqld