homeassistant

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

ALERT, in VS Code in Home Assistant: any use for this outside of editing yaml files?
@ALERT@sh.itjust.works avatar

your answer is pyscript.

ikidd,
@ikidd@lemmy.world avatar
ALERT,
@ALERT@sh.itjust.works avatar

I am among the contributors, so yes. The platform itself cannot harm you as it just provides a way to script on Python on Home Assistant.

ironhydroxide, in HA compatible sensors for a terrarium?

If you have a Bluetooth proxy setup you can get Switchbot devices pretty cheap. They have an outdoor temp/humidity sensor for ~$15. I bought a pack of 3 for $36.

Bluetooth proxy can easily be setup with esphome and a ~$10 esp32

dantheclamman,
@dantheclamman@lemmy.world avatar

Agreed, switchbot has been working for a while great in my hermit crab terrarium

lemming741, in Need to order switches

I’ve never used either zigbee or z-wave. Matter is vaporware as far as dimmers go.

I went with lutron caseta, their Diva line is really nice. And now they have 2 button pico remotes that aren’t fugly.

Minsk_trust,

I went with the inovelli switches but just checked out the site really liking the Lutron blinds. Thanks for the tip.

Shadow, in Need to order switches
@Shadow@lemmy.ca avatar

Yes, my inovelli are great.

Get zigbee, I wouldn’t invest in anything zwave (I run both).

Make sure you set your WiFi and zigbee to not conflict. www.metageek.com/…/zigbee-wifi-coexistence/

Minsk_trust,

Awesome thanks for the advice. Id seen conflicting info on zwave vs zigbee for switches. One of the main things was wifi interference, but i live in a remote place and dont have a ton of wifi devices or outside interference. Also ill most likely be running a ubiquiti ap cause i use ubiquiti at work and am comfortable with it. Should be super solid.

SzethFriendOfNimi,
@SzethFriendOfNimi@lemmy.world avatar

Keep in mind more and more devices also seem to come with their own Wi-Fi internally adding to the overall noise even if you’re secluded.

From tv set top boxes, appliances, light bulbs and even cable internet modems where it’s on and the provider won’t disable it

Shadow, (edited )
@Shadow@lemmy.ca avatar

Zwave is a closed standard and all your components will be slightly more expensive and harder to buy.

Zigbee is much more open, plus maybe threads will become a big thing one day.

I only use zwave for legacy reasons, I’ve been using it since before zigbee was a thing and I still have a handful of devices on it.

IKEA is a good source of cheap zigbee components to play with.

Jakor,

Adding another vote on the inovelli blues. Zigbee network has been rock solid for me. Integration with homeassistant has been flawless too - could not be happier with my purchase. It also helps that the company has a great track record with transparency and working with the community to improve their product.

One detail I don’t see mentioned often is the zigbee switches are a little smaller than the zwaves, making them easier to fit into the junction box. My house is old and has very small boxes - not sure these would have fit in some places if they were any bigger!!

AA5B, (edited ) in Need to order switches

Inovelli Red is z-wave

If you want Zigbee or Thread, the Blue series come as Zigbee and claim to be flashable to Thread

I have both and am very happy with them

Minsk_trust,

Thats really good to know. I ordered Blues but wasnt aware that it could be converted. Thanks.

thehatfox, in Accurate/smart oil sensor?
@thehatfox@lemmy.world avatar

I also have an oil boiler, and a tank in the garden. The tank was fitting with an Apollo Ultrasonic oil level sensor, which sends a signal to base station with a very basic LCD display in the house via 433Mhz radio.

I use an RTL-SDR USB radio dongle, a cheap 433MHz antenna and the rtl_433 software to monitor the signals from the ultrasonic sensor, which transits roughly once an hour. The level measurement transmitted is a fairly accurate centimetre value (I compared it with manual measurements with a dip stick for a few months).

The base station only showed a vague level indication with 10 bars, but now I have more a more precise smart display of the tank level, without any extra modification to the tank system.

Balakirev,

I’m starting to wonder if there are white label ultrasonic sensors out there since this looks like the Beckett. It also looks like this won’t support 120 AC. I’m in the USA and our namby pamby grid can’t handle it.

Serinus, in Install HAOS on Linux machine that has Debian 11 currently

Make sure the USB is MBR and not GPT.

good_hunter,

I simply created the usb from the aarch64 image provided. Wouldn’t it configure it right from that?

Serinus,
amelore, in Install HAOS on Linux machine that has Debian 11 currently

It’d be a lot easier to work with more conventional hardware.

First of all you downloaded the wrong version, your device is not amd64 but arm64. OSMC for Vero provides an img, so you can install an OS like you would on a raspberry pi. Though you’d probably have to make your own image since afaik it’s not really an rpi?

You can probably run hass in docker or install hass core instead.

good_hunter,

Thank you for pointing out the obvious mistake.

I tried the hass route instead, but can’t get it to work due to dependency issues once I try to install the supervisor package. Even though the aarch64 OS agent seems to install without issue. I’m tired of getting it to work.

I have managed to install HASS on a Mac mini m1 through a Debian vm in UTM, that is serving its introduction purposes right now. Likely I will end up getting a home assistant Green at some point, but I don’t find the price that appealing for what it is. Or I need to shell out even more for a n100 mini pc.

key, in Accurate/smart oil sensor?
@key@lemmy.keychat.org avatar

I have oil heat too and I struggle to imagine how you would add a sensor to it. That tank is solid and thick, trying to get anything inside it is a horrible idea and trying to sense through the metal is going to be prone to problems. In the past I’ve just pointed a camera at the main gauge.

nogooduser, (edited )

My tank came with a mounting point on the top of it where you can fit an ultrasonic sensor. You just configure it with the depth of your tank and that’s it. I have a unit inside that shows how much oil I have left.

Apparently, it uses an RF protocol that can be intercepted and interpreted in HA with the right dongle but I haven’t done that.

Edit: mine looks like this although with different branding.

JustEnoughDucks,
@JustEnoughDucks@feddit.nl avatar

The only option I could think of would be integrating an industrial oil tank sensor.

A wire sensor that uses Time-domain-reflectometry would likely be the best, but expensive. This uses a corrosion resistant cable and uses wave reflections when a pulse changes mediums (air to oil) in order to give a level reading.

More difficult to DIY though. You have to know what you are doing.

Ultrasonic sensor might work, but it depends on if oil for home heating gives off fumes that would interfere with it.

Otherwise another DIY solution would be optical sensing like a ToF sensor. Maybe the most realistic for easy integration in ESPHome, but like the ultrasonic sensor, you would have to protect it from a full tank contaminating the sensor with oil.

If the tank is plastic, a capacitive sensor could work too.

sramder, in Accurate/smart oil sensor?
@sramder@lemmy.world avatar

ESPHome has support for a few sensors that might get the job done… would weighing the tank be an option, or are you looking for something more off-the-shelf?

Balakirev,

I’ve seen a few that screw into the float sensor location. But maybe a DIY would be a good path!

sramder,
@sramder@lemmy.world avatar

I’ve yet to mess around with any of the liquid level sensing tech, so I don’t have any specific recommendations… but ESPHome has a huge array of different sensor filtering options which should really help. I think sensor noise and settling time are a lot of what complicate the task.

evo, in Air quality (Co2) monitoring options

Apollo AIR-1 seems like a good option. Open source software and hardware.

peregus,

It seems very nice! Do you have it? How is it? Do you know what gasses the gas sensor measure?

evo,

I don’t but I have a couple of the presence sensors from the company and like them a lot. They sort of require some tuning but have been quite reliable since.

spongebue, in How do you organize your HA devices

As a side note, I really wish folders were implemented for devices and automations and such. Especially since I have a scene controller (and another on the way) with several buttons, each of which can have 6 different triggers (pressing 1-5 times or holding the button down). Oh, and more for the LEDs.

DeltaTangoLima,
@DeltaTangoLima@reddrefuge.com avatar

This is why all my automations are in Node-Red. Reusability.

padook,
@padook@feddit.nl avatar

Yes! Especially automations! I would rather have tags than folders, so an automation could fit into more than one category (eg. Location, action) but I’d take anything over alphabetical!!

ShepherdPie,

I thought this was implemented on the dashboard. I don’t recall what exactly it’s called (context cards?) but I recall you could click a button to show a separate card or click and have it open a second ‘tab’ on the dashboard to control more things like with your scene controller.

Cooljimy84, in How do you organize your HA devices
@Cooljimy84@lemmy.world avatar

Before areas was a thing in HASS I would name things with an area name. ESP32-5-Bedroom. Now I just leave it what ever it defaults to, then use HASS to name them, and then put them in an area.

barbarosa, (edited )
@barbarosa@lemmy.world avatar

How do you et HASS to name them ? i,e. what names does it chose ? So basically you leave the location out of the name as that is shown in the area anyway ? Thing is, that sometimes you need to choose a device from a dropdown, and in these dropdowns they don’t show the area, so having the location sometime gives more information that is missing

Cooljimy84,
@Cooljimy84@lemmy.world avatar

So I don’t think HASS really names them, I think they have a default/preset name on themselves, like “TZ3000_2”

StrawberryPigtails, in How do you organize your HA devices

I may be wrong, but I think best practice says it doesn’t matter how you name your whatevers, so long as the convention you use is consistant. Within HA I tend to use the format <DeviceType>.<Room>.<WhereOrWhat>.<NumberIfRestMatches>.

For example, the plugs that control my space heaters in my livingroom are switch.livingroom.heater.1 and switch.livingroom.heater.2. The controls for the lights in the livingroom is button.livingroom.wall. Please don’t ask why I call plugs switches and controls buttons, I don’t have an answer, I just do. 🤷

barbarosa,
@barbarosa@lemmy.world avatar

So ${type_of_control}.${location}.${device_utility}.${number} ?

paf, (edited ) in Assist Widget

I just tried and I think they are limitations on numerous android OS.

It isn’t exactly a widget but what I have been able to do is create a shortcut when long pressing home assistant app icon on my phone

To do so, go to home assistant app settings/compagnon app/shortcut Give it a name and description, not too short according to documentation (see below), next add under dahsboard


<span style="color:#323232;">/lovelace/home?conversation=1
</span>

companion.home-assistant.io/…/android-shortcuts/

1000004227

1000004229

Edit: added another screenshot from settings (sorry in french but that should help). This was just a quick test, this is why I named it assist_widget. You can also change icon type

Banzai51,
@Banzai51@midwest.social avatar

That did the trick.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • homeassistant@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #