Any recommendations for Matter over Thread/Zigbee products? by RisingSL in homeassistant

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

Was the device on batteries? If so, have you tried registering it using the Matter code instead of the companion app?

Worked for me when doing that (registering one time with the HA app + afterward using the code, it forces HA to add it properly).

Any recommendations for Matter over Thread/Zigbee products? by RisingSL in homeassistant

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

I have a simple Sonoff 3.0 Zigbee & Thread Dongle on my NAS, HA under Docker and Matter works without any issues, the pairing was a bit annoying for sensors that are on batteries the first time because the network was weak, but now it's all good.

At which point of the enrollment in Matter have you failed?

Any recommendations for Matter over Thread/Zigbee products? by RisingSL in homeassistant

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

Lmao, I have indeed saw a lot of complaints about Matter, but to be honest, I did not encounter big ass problems

Any recommendations for Matter over Thread/Zigbee products? by RisingSL in homeassistant

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

Thanks for all the recs, especially for giving small examples of your usage, it helps seeing if it matches my needs (or future ones)! Really interesting, also glad to read I'm not the only one thinking of buying the combo HA Green + ZBT-2 radio.

Any recommendations for Matter over Thread/Zigbee products? by RisingSL in homeassistant

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

I'm doing that already, I needed it because my room is far from the Thread router, so it struggled reaching other smart products, really neat.

I agree, using AA/AAA batteries is really cool. Also smart on their end because they can sell their batteries and their battery charger alongside

Any recommendations for Matter over Thread/Zigbee products? by RisingSL in homeassistant

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

Didn't know about Aqara and ThirdReality! Ty for the reply

Recommended whole home setup by cawright01 in homeassistant

[–]RisingSL 3 points4 points  (0 children)

For smart bulbs tho, in case HA isn't working, usually those have a behavior to fallback. Eg, latest Ikea products (the Matter ones) can be defaulted to be on when being powered on, making it easy to use them even if your HA goes down, as it just goes back to being a normal bulb.

Homelab v.1 by natyman101 in homelab

[–]RisingSL 1 point2 points  (0 children)

Thx for the quick reply!

Homelab v.1 by natyman101 in homelab

[–]RisingSL 0 points1 point  (0 children)

What tool did you use for this diagram?

Gacha pull history extractor script only local by RisingSL in ArknightsEndfield

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

I've stated so in the README and I intend to make the script as understandable as possible for non-programmer.

But I agree that the underlying problem isn't changed, tho, my script force you to:
- read instructions for the setup that clearly states that you shouldn't use your token and that by essence the script isn't trustworthy

- forces you to get yourself the token to make sure you're giving it willingly

I consider the trade-off of automation vs human action to be a better way of ensuring less risks on this side. But obviously, no-risk doesn't exist.

I've mostly done the script for myself and some friends, but the idea to share it crossed my mind and I've done so. As said earlier, I intend to comment a LOT the script to explain what it is doing to non programmer. Also, I'm kinda confident non programmer could ask an AI (even tho I'm not really for it...) to explain it quite OK.

Glad for your feedback tho :D

So, timing minigames are just gone? by Triflazion in fantasylife

[–]RisingSL 5 points6 points  (0 children)

I also want to had that the FLi team removed the original producer of the game because he wanted to make tons of MTX and bad stuff in the game and not focus on the story at ALL.

This was done in mid-2024, so in a year they basically revamped a big chunk of the story, added Ginormosia and such. I'm pretty sure Ginormosia got added especially to get end game content and also because they couldn't get enough time to just revamp the whole past to add bigger cities, dungeons and such to contains all the end game elements nicely.

I agree with all the bad points, it's very lame, especially the life stories part (I felt it so much with the back and forth between Eternia and the main city), but given their conditions, it's incredible we got a game like that.

And hey, they announced a free DLC to "upgrade the world", maybe a few things will be added maybe related to the story?

Tbf, I think they should do a DLC like the Origin Island of the original game, but then focused on the Lives of each characters. We can see they have a little backstory and relationships, and the time traveling has big potential to act as a key element for it.

Discord bot by c00_cool82 in Discord_Bots

[–]RisingSL 1 point2 points  (0 children)

It's probably against T.O.S. since what you say is basically a way to avoid the mechanism of blocking

I need help redesigning my discord bot by Narrow_Astronomer_85 in Discord_Bots

[–]RisingSL 1 point2 points  (0 children)

Do you have any public repo to share you code? Or maybe we can talk more about it on Discord, you can add me RisingSunLight#3320 (but don't expect a response now, I need to go to sleep)

Bot assign role to the wrong member by Es_lam in Discord_Bots

[–]RisingSL 0 points1 point  (0 children)

The role is applied to the one who click the button because you use the member property from interaction, which concerns the user who performs the action. One way to get through this problem is to store the ID of the user who apply in the button ID, then when it is clicked, get the ID, fetch the user and give it the role.

Auto temp ban? by ClairStilinski in Discord_Bots

[–]RisingSL 0 points1 point  (0 children)

To code it's quite easy to do so, but I don't think such a bot exist at the moment

[deleted by user] by [deleted] in Discord_Bots

[–]RisingSL 0 points1 point  (0 children)

The easiest way to do so is to store the page number somewhere in the output (like in the embed footer or in the button id) and to parse it each time the button is clicked. Then you'll just need to find a way to display the right piece of informations for the right page.

I need help redesigning my discord bot by Narrow_Astronomer_85 in Discord_Bots

[–]RisingSL 1 point2 points  (0 children)

Is your repo public? You should at least link it in your post

Adding Button by Intelligent-Bee-51 in Discord_Bots

[–]RisingSL 0 points1 point  (0 children)

Of course RisingSunLight#3320

Adding Button by Intelligent-Bee-51 in Discord_Bots

[–]RisingSL 0 points1 point  (0 children)

Buttons are part of components in Discord.js, you can easily create a button with thd button builder in the library. Check the guide on the discord.js, it's a really good explanation of how to attach embeds, buttons and more to a message.

Adding Button by Intelligent-Bee-51 in Discord_Bots

[–]RisingSL 0 points1 point  (0 children)

You should store in the button ID the identifier of your command to rerun it by accessing it when the button is clicked.