I’m a long time heavily modded minecraft player, and I’ve never heard of this issue. If you want proper feedback, I’d suggest adding more context. (That is to say, an outline of the feedback, so we don’t have to wade through 6 years of discussion.)
Minecraft has always had a janky aesthetic, so this doesn’t seem like it’s particularly out of the ordinary.
From what I read, this project does help integrate with HA to avoid using the Haier app, but still uses Haier’s cloud. Can anyone confirm if this was true?
Based on the documentation on the GitHub, it looks like it does use Haier’s cloud. Which, doesn’t make Haier’s actions any less shitty, but I can understand a company not wanting a bunch of users using their undocumented API, especially if there’s potential to have automations hitting it more frequently than their own app does (not that I have any reason to believe this project was actually being inefficient with API calls).
EDIT: sorry, I read it wrong, I thought the reply says the addon “doesn’t” use the remote API.
I digged a bit on the code, and every command indeed go through the cloud. So even if you use this addon, Haire can still collect a fair bit of data about you, since there is no way to communicate locally and directly to the AC.
But the addon only sends the minimum amount of data to achieve functionality, so definitely not as much data as using Haire’s app.
Can you link to where the documentation that specify they don’t use API?
Because I am looking at pyhOn (dependency of hon, and also being taken down), it seems like when executing a command, they do contact the cloud. Specefically
<span style="color:#323232;">url: str = f"{const.API_URL}/commands/v1/send"
</span><span style="color:#323232;"> async with self._hon.post(url, json=data) as response:
</span><span style="color:#323232;"> ...
</span>
Yeah, so I can kinda understand Haier’s position here though they probably could have just set/quoted some ToC’s on using their cloud services.
It also means that IMO the plugins weren’t offering much other than integration, and this probably would have been a product I’d have avoided even before they started acting like dicks.
Local control or bust (or ability to reprogrammed with FOSS firmware)
Bit of a tangent, but I hear Haier’s legal department can be reached at cybergovernance@haier-europe.com, if anyone has any questions about the legal grounds they’re claiming, I’m sure they’d be happy to elaborate - they clearly have plenty of free time on their hands.
Thanks so much I had not been tracking this case but it pissed me off to no end when I heard that Vizio was refusing to uphold the GPL. They are more than happy to greatly benefit from the labors of open source development but the second they have to do the smallest step in support of the GPL, they fight it. I doubt there is anything overly interesting that they could release. My mind is assuming they don’t want anyone to see the actual level of their data gathering.
The best outcome would be setting a precedent that allows FOSS organisations to send threatening letters to companies that violate the license. An individual dev maintaining a small library may theoretically be able to win a lawsuit, but practically? lmao good luck
It might be worth something for the open source community to consider open funding for a group that would help devs to do just that. It wouldn’t help everyone. But it might help enough to make an impact for everyone.
I think this could even be related to the idea of post-open source that Bruce Perens talked about. An organisation which helps its members handle the business-y parts of running large community projects. They could handle funding, legal representation, marketing and any other support that members may want. A large number of members would make it that much more effective as well.
Forked, and mirrored to my Forgejo server. As someone else pointed out on a different community, this is a great example of the Barbra Streisand effect in action.
People like me, without Haier appliances, are now aware of this fuckwittery, and have actively taken steps to preserve the code, before it gets taken down.
opensource
Newest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.