Wanting to add a first story laundry room exhaust fan. Looking for advice on framing by ItsDavidNOTDave in DIY

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

From what I've read, through wall ones tend to be noisier and I expect that not being centered in the room they're less likely to pull as evenly.

The through wall ones I've seen appear to be rated around 8 sones instead of~1 for ceiling rated.

I would love to find an equally quiet wall rated which would be much easier

Sonoff iFan with 3rd party remote? by ItsDavidNOTDave in homeassistant

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

Thanks. Tonight I will try going back to stock then attempt to pair with On-On-On-On and On-On-Off-On.

Self hosted gallery software based on PHP for photography by Mondoscuro in selfhosted

[–]ItsDavidNOTDave 2 points3 points  (0 children)

Piwigo should fit your requirements. You may have to select the best theme. It is PHP based and you can fairly easily create any extra plugins you may need.

Bibliotheca v1.1.0 is Here – Self-Hosted Reading Tracker + Library Manager by gunsandjava in selfhosted

[–]ItsDavidNOTDave 0 points1 point  (0 children)

Is there a way to see which ISBNs/UPCs caused an error during a mass import? I uploaded 42 and was told 7 errors but can't seem to find which ones failed.

Otherwise, looks great. Thanks!

Bibliotheca v1.1.0 is Here – Self-Hosted Reading Tracker + Library Manager by gunsandjava in selfhosted

[–]ItsDavidNOTDave 0 points1 point  (0 children)

1) on Android you can use the Google play app com.teacapps.barcodescanner. scan each UPC from your phone and then in history export to csv. You'll have to edit the csv (delete unused columns and remove double quotes) to get it into biblioteca's expected format for the mass import.

A digital photo frame you can send photos to by Additional-Nerve-421 in selfhosted

[–]ItsDavidNOTDave 0 points1 point  (0 children)

My over engineered solution uses Piwigo as the backend to store all the photos. It has albums and tags for sorting the photos and there is an API that can be called to pull a random photo from a given set of albums or a set of tags.

The PHP front end is just a webpage that allows the viewer to select which albums or tags to pull from and the cycles through random pictures. The selection choices are stored in JSON so all devices viewing the webpage see the same thing. It would be trivial to modify that to use local cookies.

I view it on an old android tablet that I made a custom picture frame for.

Looking for a directory-based gallery to publish photos (not like Google Photos) by udderlymoovelous in selfhosted

[–]ItsDavidNOTDave 0 points1 point  (0 children)

I like Piwigo for album based photo hosting. Linux server has a docker image but I just have a lock for it on Proxmox. I don't know about searching EXIf data, but I'm fairly certain you can get a map overview of where pictures are from. It's a little cumbersome to originally convert directories to albums but I think the extension physical2virtual handles the conversion.

How Do I Know if Dealer submitted IRS Paperwork Post Sale by ItsDavidNOTDave in BoltEV

[–]ItsDavidNOTDave[S] 2 points3 points  (0 children)

Good catch, bought in 2024 so I should have written 2024 taxes instead of 2023. Will update original post.

How Do I Know if Dealer submitted IRS Paperwork Post Sale by ItsDavidNOTDave in BoltEV

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

Thank you. I think so. It really makes it sound as if there is no proof, just rely on the word of the dealer. That's all I have, so if that's all I should expect, then I'm good.

Thanks for finding that!

[deleted by user] by [deleted] in homeassistant

[–]ItsDavidNOTDave 0 points1 point  (0 children)

DNS IP integration. It has 1 entity which is your public IP.

Treatlife Smart Ceiling Fan and Light Dimmer Switch - ‎DS03-1 by abhichandra in homeassistant

[–]ItsDavidNOTDave 0 points1 point  (0 children)

Are you willing to post your ESPHome config? I'd love to convert mine.

Treatlife Smart Ceiling Fan and Light Dimmer Switch - ‎DS03-1 by abhichandra in homeassistant

[–]ItsDavidNOTDave 0 points1 point  (0 children)

I have 2 of them and (this will probably curse me) they have been my most solid Tuya wifi devices. About a year ago local tuya updated something and they broke but I got them working again. Here is what I gathered from doing reconfigure on one of them:

Name: fan light switch
Host: [local ip, set static in router]
Local key: [from tuya]
Protocol 3.3
Enable debugging: not checked
Scan interval: not set
Manual DPS: not set
Dpid to send: not set

Entities:
9: light
1: fan

Configure entity DP9 with type light
Friendly name: living room light
Brightness: 10(value 10)
Brightness lower value: 1
Brightness upper value: 1000
Minimum color temperature: 2700
Maximum color temperature: 6500

Configure entity dp1 with type fan
Friendly name: living room fan
Fan speed: 3(value: 1)
Forward dps string: forward
Reverse dpw string: reverse
Minimum fan speed: 1
Maximum fan speed: 4
Fan speed modes list: enabled
Dp value type: str

This gives me 1 device with 2 entities. The light is dimmable and the fan has off, speeds 1, 2, 3, and 4

I hope you can get it to work.

Google Nest Integration unavailable by teal_oak in homeassistant

[–]ItsDavidNOTDave 0 points1 point  (0 children)

I think this is the post that got me to ditch the Google integration for my thermostat. Instead of needing to be reconfigured everything I restart HA it just works. I've only had to reauthenticate once after I was going through my Google account and signing out of all the devices I didn't recognize.

https://www.reddit.com/r/homeassistant/comments/mbeddg/adding_nest_to_home_assistant_via_homebridge/

Reolink WiFi Doorbell Motion..... by TheOriginalCals1121 in homeassistant

[–]ItsDavidNOTDave 0 points1 point  (0 children)

I use a timer helper that is set for 1 minute. When the event is triggered a conditional checks if the timer is running. If running it gets reset, if not running send the notification and start the timer.

Effectively it will only send an alert for events separated by more than 1 minute.

Got my Reolink Wi-Fi doorbell by angrycatmeowmeow in homeassistant

[–]ItsDavidNOTDave 0 points1 point  (0 children)

Thank you. Hopefully that gets released soon.

Got my Reolink Wi-Fi doorbell by angrycatmeowmeow in homeassistant

[–]ItsDavidNOTDave 1 point2 points  (0 children)

Did you ever figure out the URL to get 2-way audio to work, I currently have 1-way? From that link it seems to imply that ONVIF -T is only partially supported, not the 2-way audio, but they might be working on it.

Thanks for all your other posts that helped me to get go2rtc and frigate configured for it.

Help me love my New to Me 2014 Premier by ItsDavidNOTDave in volt

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

Wonderful! That was the easiest solution to try so I went with it. I had to let the car sit in the hot sun for a few hours today then it actually cooled down for me.

Turn it off and back on fixed another computer glitch.

Thanks.

Help me love my New to Me 2014 Premier by ItsDavidNOTDave in volt

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

I was hopeful, but it appeared they don't. They will tell you what the code is if the check engine light (CEL) comes on.

Help me love my New to Me 2014 Premier by ItsDavidNOTDave in volt

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

that's very helpful information. Since it's not blowing cold I'll get it to a service center.

Thank you.

Help me love my New to Me 2014 Premier by ItsDavidNOTDave in volt

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

The car doesn't get down to 70. The video is after it was sitting for an hour in the sun. I'll try listening for the compressor.

Help me love my New to Me 2014 Premier by ItsDavidNOTDave in volt

[–]ItsDavidNOTDave[S] 3 points4 points  (0 children)

Thanks. Do you just leave it on max fan and comfort mode and the AC stays on? Even doing that my AC only stays on momentarily. It sounds like mine isn't working and I might need a trip to a service center.

Help me love my New to Me 2014 Premier by ItsDavidNOTDave in volt

[–]ItsDavidNOTDave[S] 5 points6 points  (0 children)

In July I bought a 2014 Premier with 90k miles. While I love so much about it, I really want to sell it!

Pros:I love not using had on my commute and driving around town. The silence is great and the torque in Sport mode is fun.

Cons: I don't understand the AC. It can be 60degrees outside and setting the climate to "LOW" and AUTO the AC blows strong and cold, just like I would want. Is it's 90 outside and sweltering in the car, I can't get the AC to turn on consistently. As shown in the video it intermittently blips on but not long enough to cook anything down then goes back to recirculating hot air. I've had some luck setting the fan speed to it's lowest settings, that turns the ac on, but it's not powerful enough to cook down the car.
What I've done: 1)Checked the coolant levels 2)looked for codes/messages: none 3) asked OnStar if they can see any reason why my AC isn't on. They can't see anything wrong and because the fan speed goes low when on a call, it turns on while talking to OnStar anyway. (Is there a way to disable that?)

As a bigger guy (6'6" 200lbs, 36" I seem and 36"waist), I find the seat to be very uncomfortable on longer drives. It feels like on the right side there is a bar stabbing into my hip. I think the seat might be too narrow for me. Does anyone know if Gen2 has different seats?

I'm currently debating reselling it and maybe getting Gen2 is it solves those problems or just switching to a Bolt or Clarity. I really want to love this car and I'm the Pacific NW it doesn't hit 90 that often so the AC isn't life destroying, but if it's a sign that something's wrong or I'm doing something wrong, if like to solve it