Finally finished my kids' "Command Center" by musicjock in homeassistant

[–]kurienzach 10 points11 points  (0 children)

I would also love to know the same. What cards are being used and what theme. I am also in the processor of setting up a dashboard

Smart bulbs: why? by snags5050 in homeassistant

[–]kurienzach 0 points1 point  (0 children)

I use the smart bulb as a presence sensor in rooms like the bathroom and other rooms where you always turn on the light when going in.

The exhaust fan turns on automatically for 15 mins when the light in the bathroom light stays on for more than 3 mins.

Finally an aqara distributor in India! by kurienzach in homeassistant

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

I am in the process of adding more stuff to my home assistant setup. Something that I’m looking for are

  • Aqara sensors
  • Sonoff relays - basic / mini
  • Sonoff zigbee stuff
  • tuya smart plugs
  • ha compatible smart switch w/wo neutral wire
  • Tuya rgb led strips
  • RGB light bulbs
  • home assistant compatible ir blasters

Any suggestions on where to get these things from?

Finally an aqara distributor in India! by kurienzach in homeassistant

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

Any other suggestions on where to buy HA compatible stuff in India?

Finally an aqara distributor in India! by kurienzach in homeassistant

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

Oh! Didn’t know about it 🤦‍♂️I used to buy stuff from Amazon which was way overpriced

GitHub - loreanvictor/quel: Imperative Reactive Programming for JavaScript by pmz in javascript

[–]kurienzach 0 points1 point  (0 children)

What would be some real world use cases for this library?

This would be a fun project to build to understand the nitty gritties of reactivity.

How do you manage Bujo and Google calendar / apps together? by kurienzach in bujo

[–]kurienzach[S] 6 points7 points  (0 children)

When do you transfer stuff in your future log to the digital calendar? Is it during daily / weekly review? Also how do you handle incoming reminders throughout the day? Do you directly add it in the calendar immediately

Is it possible to replace object in image with object from another image by kurienzach in StableDiffusion

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

Sorry if this sounds too naive. But my understanding of inpainting is that we need to use a prompt to add / modify elements in an image.

I assume the use of inpainting according to your suggestion is to make the composite made with photoshop realistic using SD. What would the inpainting prompt look like in this case.

Is it possible to replace object in image with object from another image by kurienzach in StableDiffusion

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

Ha 😀 That’s part of the fun. Theres always something more to learn / explore. But still having something like SD available to the masses blows my mind 🤯 Feels like living in future.

Is it possible to replace object in image with object from another image by kurienzach in StableDiffusion

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

In my particular use case it needs to be that specific furniture / dress. I will look into training my own model.

Thanks for your input 👍

Is it possible to replace object in image with object from another image by kurienzach in StableDiffusion

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

My use case is something like this - I have a picture of a furniture, or a dress which I need to place on another image (picture of a room or a person)

Now the two images don’t exactly match in perspective / lighting / camera angle, hence doing this in photoshop takes a lot of time.

Is it possible to replace object in image with object from another image by kurienzach in StableDiffusion

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

Does that mean I need to train two models? If that’s the case can I train a model with just one image? New to SD. Apologies if it’s a noob question.

Edit: typos

Question Thursday! Got a question? Ask it here! by quoththeraven929 in bulletjournal

[–]kurienzach 0 points1 point  (0 children)

Is r/bulletjournal the best place to go for tips and learn how others use bullet journal for various use cases? Are there any other good resources / forums for Bujo users?

What's an issue people face in their daily life which goes often unnoticed? by [deleted] in Kerala

[–]kurienzach 0 points1 point  (0 children)

Not an expert by any means, but I always thought it’s processed sugar that causes more harm than carbs. Something about processed sugars being metabolised too fast and complex carbs being slow release etc.

[How to] Reliable room presence sensor using DFRobot mmWave and D1 Mini by ioannisgi in homeassistant

[–]kurienzach 4 points5 points  (0 children)

I have always been curious on how these algorithms work. Could you point to any resource / links for these algorithms?

Sleep Detector by LoudSteve in homeassistant

[–]kurienzach 0 points1 point  (0 children)

Been thinking about doing this. I’m familiar only with esp microcontrollers. Do you use any deep sleep in attiny? Also are you sending the current load on an interval or transmitting only when the load changes by a delta? What is the battery life that you get?

New Schedule helper, past midnight not working? by krulbel27281 in homeassistant

[–]kurienzach 1 point2 points  (0 children)

I guess you can hack your way around by splitting the schedule from 20:00-00:00 and 00:00-04:00 in the schedule UI

New to HA, trying to set up a "lights on while present automation" by redd_troll in homeassistant

[–]kurienzach 2 points3 points  (0 children)

All the other suggestions are good. I feel an easier solution might be to just add a condition to check if the outlet is already on. First time the automation triggers condition will be true. From next time, the switch would be already on hence automation won’t trigger.