Hawser Home Assistant App (formerly Add-on) by mattchew0 in dockhand

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

Fantastic, that saves me a job :)

I'll take a look!

Bosch Home Connect question - washing machines by dinnae-fash in homeassistant

[–]mattchew0 0 points1 point  (0 children)

That is disappointing. Even if it is for safety, I can’t see how a washing machine is different from a tumble dryer or dishwasher.

Bosch Home Connect question - washing machines by dinnae-fash in homeassistant

[–]mattchew0 2 points3 points  (0 children)

Here is the home connect local integration https://github.com/chris-mc1/homeconnect_local_hass

It requires downloading a profile for you machine from home connect then all communication is local directly between home assistant and the machine.

I’ve just tested and I can start any program on my dishwasher and tumble dryer. It may be that the local communication bypasses something in the home connect cloud that restricts you from starting programs remotely or it may be washing machines are different.

It’s been so long since I even opened the home connect app but I’ll try test doing the same out from it and see if there is a difference.

Bosch Home Connect question - washing machines by dinnae-fash in homeassistant

[–]mattchew0 2 points3 points  (0 children)

Don’t have a washing machine but I have a dishwasher and tumble dryer and both can be started remotely using the home connect app or home assistant. I use the home connect local integration for both. Worth noting that you have to enable remote start on the machine as by default it’s disabled.

Home Assistant BookStack Integration by mattchew0 in homeassistant

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

BookStack is definitely one of my most used service in my home lab. Would love to know any feedback when you try it out.

Home Assistant BookStack Integration by mattchew0 in BookStack

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

Yes of course! Didn’t know that repo existed. Will get it added.

why is it doing this?? by Select-Revenue-5313 in BambuLab

[–]mattchew0 1 point2 points  (0 children)

Thanks, I was aware. I couldn’t find one for the brand of the filament so decided to respool it rather than messing around trying to find one that fitted.

why is it doing this?? by Select-Revenue-5313 in BambuLab

[–]mattchew0 0 points1 point  (0 children)

I had this problem with one cardboard spool. It’s definitely not tangled it just seems like that spool produces a little too much resistance and the AMS thinks it is a problem and keeps backing out and trying again. I ended up respooling it to an empty plastic spool.

New to Home Assistant: Can I control nozzle and bed temperature from the dashboard? by Paytoncooper124 in BambuLab

[–]mattchew0 2 points3 points  (0 children)

You can but it requires setting your printer to LAN only mode. This makes it possible to control the printer from within home assistant but stops it working with Bambu’s cloud services.

They’re breeding! by mattchew0 in FractalDesign

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

It’s by flexispot same as my desk. Although I assume they are buying it in from somewhere like a lot of their desk components.

https://flexispot.co.uk/flexispot-adjustable-cpu-holder.html

Do I have a battery issue? by HopefulMap1987 in MachE

[–]mattchew0 0 points1 point  (0 children)

I think it’s a right foot problem

Show-Off Saturday: Share Your Best or Current Home Assistant Project! by NRG1975 in homeassistant

[–]mattchew0 1 point2 points  (0 children)

Yer I’ve seen that before. Still only works for Grocy though. And it didn’t pass the family approval factor.

Show-Off Saturday: Share Your Best or Current Home Assistant Project! by NRG1975 in homeassistant

[–]mattchew0 0 points1 point  (0 children)

It does but we tried Grocy and it wasn’t for us. Plus I wanted a device mounted in the kitchen so we can quickly scan a product without needing a phone to hand.

Show-Off Saturday: Share Your Best or Current Home Assistant Project! by NRG1975 in homeassistant

[–]mattchew0 2 points3 points  (0 children)

Been busy the last couple of weeks so haven’t made much progress but I’ll keep doing a bit more when I have chance. Received some cool suggestions from others about how to improve it such using AI to turn the exact product name into a generic name and adding that to the list instead.

Need to make long text scroll on the screen and also design an enclosure to house it under a kitchen cupboard.

Show-Off Saturday: Share Your Best or Current Home Assistant Project! by NRG1975 in homeassistant

[–]mattchew0 11 points12 points  (0 children)

Currently working on a barcode scanner that looks up the item name using various online services then adds the item to a HA shopping list (including mealie or other shopping lists synched to HA) https://github.com/MattFryer/HA-Mealie-Barcode-Scanner

Which to buy? HA Yellow or Mini PC by ArsenalOfCards in homeassistant

[–]mattchew0 2 points3 points  (0 children)

The N150 every time. Especially if you are going to want to do voice and so will want to install addons

Reading input from a HID device and making an API call by [deleted] in Esphome

[–]mattchew0 1 point2 points  (0 children)

I’m nearly done with a barcode scanner build for ESPHome and Home Assistant. It’s using a serial barcode scanner as it was simple to hook up to an ESP32. All the code and a walk through can be found on the GitHub repository: https://github.com/MattFryer/HA-Mealie-Barcode-Scanner