homeassistant

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

captainastronaut, (edited ) in Variable Position Damper Control

I know those kind of motorized vents are used in commercial HVAC. (Here’s a white paper on a stepper motor for one portescap.com/…/customized-and-reliable-stepper-m… )

A stepper would be the easiest thing because if you know it takes 10 steps to fully open from fully closed, you could keep track of how many steps you have sent each direction in Home Assistant and be able to display the current status. 

If you want a knob on the wall that controls this, I think somewhere behind it you are still going to need a control system that translates wall switch inputs into stepping logic. Home Assistant would be able to do that easily. 

18107,

Be aware that an underpowered or stuck stepper motor can “skip”, causing the position data to be incorrect.

A servo motor has active feedback, so doesn’t have this issue. Servos do have their own drawbacks too, so they are not always a suitable replacement.

lemming741, in Variable Position Damper Control

You need an actuator that takes a proportional input signal. 0-10vdc is common. You’ll just need a 24vac to 10vdc power supply for the manual potentiometer.

supplyhouse.com/Johnson-Controls-M9104-GGA-3S-DC-…

cerpangha.com/…/s963b-1136-honeywell-manual-poten…

jubilationtcornpone,

Thank you! I think that actuator is exactly what I need.

lemming741,

Nice. I don’t know about the torque requirements or mounting dimensions of your existing (or new?) damper so double check those. Kinda sucks that they don’t make one that takes the pot signal directly. I know a lot of lighting dimmers are 0-10v but how they are powered and interact with that damper is uncharted territory.

claudemifsud, in Any Smart Home YouTubers at CES?

Reed from Smart Home Solver was there.

spaduf, in HA compatible sensors for a terrarium?

I feel like your best bet is ESPHome and the ESP family of devices. Last time I checked you could get the parts for a project like this off Amazon (with spare parts) for under 20$.

esphome.io

dmtalon,

I agree if your diy an esp32 and a dht11 could easily handle those duties.

I use one with 2 DHT11s and two DS18B20s to monitor my HVAC temps.

https://infosec.pub/pictrs/image/5bcb7fab-3232-4347-918b-e56a99906bb9.jpeg

jemikwa, (edited ) in HA compatible sensors for a terrarium?

Not sure what temp and humidity levels a terrarium is expected to have, but Shelly makes a good device for monitoring both - www.shelly.com/en/…/shelly-h-and-t-white.
Or one with a screen (still smart) - www.shelly.com/en-us/…/shelly-h-and-t-gen3-1/
We use the latter in our bedroom which triggers the power outlet to a humidifier if it gets too dry when we’re sick.

BOFH666, in Haier hits Home Assistant plugin dev with takedown notice

Well, they just lost some customers…

RvTV95XBeo,

An F&P induction range was on our short list for an upcoming replacement to our aging gas range. It is now off the short list. Not sure how many API calls a $8000 range would have paid for, but I’m sure they’ll be happy to know my HA server won’t be pinging them any time soon.

AreaKode, (edited ) in Haier hits Home Assistant plugin dev with takedown notice

Oh no. At least there’s no way for everyone in the world to make a backup before it goes dark…

Steve,

It would be a shame if 697 people and counting were to fork the project, it would be a real pain to serve each one of them with takedown notices.

helenslunch, (edited )
@helenslunch@feddit.nl avatar

This is the great thing about FOSS. Someone else will just take the code and reupload it. If they want it removed from GitHub, they can deal with Microsoft. At which point it’ll just be re-uploaded again. There’s nothing illegal about it.

So Haier suffers the Streisand effect and the people who want to simply continue using it.

1stTime4MeInMCU,

Right… they claim hosting it is a violation of their TOS, but I’m not one of their customers. How can I violate their TOS if I don’t even use their product.

DeltaTangoLima, in Haier hits Home Assistant plugin dev with takedown notice
@DeltaTangoLima@reddrefuge.com avatar

“Specifically, the plug-ins are using our services in an unauthorized manner, which is causing significant economic harm to our Company.”

Presumably, they don’t charge customers extra for hOn, so surely the only people using it via HA are the same people that would otherwise have used their (presumably) shitty app that isn’t meeting the customers’ needs in the first place?

Not clear on how this causes them “significant” economic harm. Dick move.

Windswept,

Loss of 3rd party data sales from the tracking embedded in their apps would be my guess.

DeltaTangoLima, (edited )
@DeltaTangoLima@reddrefuge.com avatar

Yeah - in an ideal world, the dev would have the means (and legal standing) to challenge this, just to force the fuckers to admit it in court.

Not that it isn’t written into their ToS somewhere - just would love them to admit exactly how that harms them so much, financially speaking. Shine a light on the whole thing.

helenslunch,
@helenslunch@feddit.nl avatar

Specifically, the plug-ins are using our services in an unauthorized manner

By plug-ins, you mean your customers?

Rehwyn, (edited )

The only way I see a company like this having “significant economic harm” from you not using their free app is if 1) they eventually plan to charge a fee to use the app or 2) they profit from data their app collects about you (third party data sales, for example).

Not something I’m interested in either way, so they’ve lost a potential customer.

DeltaTangoLima, (edited )
@DeltaTangoLima@reddrefuge.com avatar

Looking at the brands they already own, it’s not hard to picture a future where they’ll own a brand I want to buy.

Although, I’m really interested (and haven’t done reading up on hOn yet) - just what level of automation are people looking for on their appliances? I used smart plugs with current measurements, so I can easily get HA to just tell me when my washing machine or dishwasher are finished.

What else are people doing with hOn in HA?

chaospatterns, (edited )

One of the problems with the cloud-polling integrations is that they will frequently poll the back-end APIs to get the current status of that device. A normal user might only open up the app once or twice a day and call the APIs, but these integrations will go 24/7 every 10s-5m. That can add up to a non-trivial amount of traffic. If there’s 100 users opening it up once a day, that’s not a lot of traffic, but 10 users polling every 1 minute is equivalent to 15k people doing something once a day.

I actually saw one of my integrations I used defaulted to updating every 10 seconds. I decreased that because I didn’t want to draw attention to it.

A business will look at their usage and ask why there’s more than expected traffic. They could be running their server on a potato. They could go back and support Matter, that costs money, requires skilled engineers, and cuts into profit margins.

While it sucks, that is something they could point to in a court about “economic harm”.

DeltaTangoLima,
@DeltaTangoLima@reddrefuge.com avatar

I reckon it’s probably not that much. There has to be tens of thousands of customers worldwide that are using their shitty app.

Forks and stars on the original repo numbered only in the hundreds.

Cloud services and API gateways usually charge once you get into the millions of requests. Amazon API Gateway doesn’t even charge for having the APIs active - only for the requests that are received and the data transferred out.

I’m finding it very difficult to believe a few hundred HA users even came close to putting a dent in their cloud bill.

Xatix, in Haier hits Home Assistant plugin dev with takedown notice

I just used their Feedback form to tell them what a shitty practice that is and that I will never use their products again.

scrubbles, in Haier hits Home Assistant plugin dev with takedown notice
@scrubbles@poptalk.scrubbles.tech avatar

Amazing. Let’s truly take it from their point of view.

The only people who care about this plugin are HomeAssistant users, so a very small subset. Those users then either

A) Already own the product, and thus are not going to cost them anything because they already bought it or B) Home Assistant users who are in the market for their product, and from experience will only buy a product if there’s an HA plugin.

In what way are they losing “millions” to these 2 groups again?

I have literally made decisions on purchases like vehicles on if they have a home assistant plugin or not. For HomeAssitant users it’s one of the largest factors.

dantheclamman,
@dantheclamman@lemmy.world avatar

It is insanely petty. Perhaps they don’t want people reverse engineering their APIs, but all their competitors and threat actors likely do it, just not on a public repo.

utopiah,

I’m in nearly B as I usually only buy things with proper protocols, e.g Zigbee, that might not need a dedicated plugin. So obviously Haier is now a company I won’t buy anything from and will actively not recommend to anything who cares about my opinion on IoT.

AbouBenAdhem, (edited ) in Haier hits Home Assistant plugin dev with takedown notice

TIL General Electric Appliances, Hoover, Fisher & Paykel, Aqua, Hotpoint, Leader, and Candy are all owned by the same company.

reddig33,

Sad, isn’t it? For fun, look up Whirlpool, Albertsons, and Kroger on Wikipedia to see all the brands they own. No wonder prices are high when so much competition has been eliminated.

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

For the Europeans, look up AEG, Bauknecht, Electrolux, Liebherr…sad story as well. And one hell of a case for rampant capitalism running amok…

KyuubiNoKitsune,

BuT ThE FrEe mArKeT!!

nexusband,
@nexusband@lemmy.world avatar

There’s a difference between rampant capitalism running amok and the free market…free always needs rules, or it would be anarchy…

eatfudd,

Muh freedom

JustEnoughDucks,
@JustEnoughDucks@feddit.nl avatar

Please yell me bosch and Siemens are seperate companies…

nexusband,
@nexusband@lemmy.world avatar

Nope, they are not, at least in terms of household appliances. BUT they still produce quality stuff in Germany and Europe. And they actually never have been separate. And HomeConnect is commited to HAOS, iirc they actually provide some code to the plugin.

en.m.wikipedia.org/wiki/BSH_Hausgeräte

APassenger,

Quick nofe: Albertsons and Kroger want to be one company. Soon.

Heir_Of_Isildur,

Noted, thanks

deegeese, in Haier hits Home Assistant plugin dev with takedown notice

Special shout-out to LiftMaster/Chamberlain who did the same rug-pull on their customers last year.

Never trust free cloud services attached to a paid product.

Damage, in Haier hits Home Assistant plugin dev with takedown notice

eh, another one for the blacklist… it’s getting difficult.

echutaa, in HA compatible sensors for a terrarium?

I have some sensors on a hognose enclosure and I can say for sure stay away from INKBIRD stuff. It integrates poorly and fails on loss of internet connection.

I don’t have a good solution for the heatmats yet but I’m looking into integrating an aquarium controller I have laying around to manage that.

For hygrometers there are a ton, but you’re going to want to look for low power and probably zigbee. the majority of the sensors I’ve tried have been an annoyance to manage batteries but the zigbee ones seem better.

dynamojoe, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration

My guess is someone saw what was being built and said “hey, we can build something similar and sell it”, hence the C&D.

Dehydrated,

Still a ridiculous move. If I buy an appliance, I pay for it and I own it. I am allowed to do with it whatever I want. If I want to use my own solution for controlling it, hosted on my own server, I should have every right to do so. Fuck corporations and their shitty cloud solutions.

jonne,

The EU really needs to start doing something about this kind of shit.

Tinidril,

The US does too, but fat chance of that happening.

AzPsycho,

The Apple iOS method. See a great app or product on your platform. If they won’t sell it or want to much Apple just makes their own version and prohibits the original.

bamboo,

This is actually a thing and is called Sherlocking: thehustle.co/sherlocking-explained/

redcalcium, (edited )

Apple is so notorious at doing this, it’s not even funny anymore. The article didn’t mention these two famous sherlocking cases though:

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