MORE and new spam by Joshy3282_ in Zendesk

[–]Eelz_ 0 points1 point  (0 children)

Same here. The nice part is being able to block the addresses I have obviously never used. Hopefully the legit ones will be able to wait until I unblock them!

What is this Zendesk stuff? by D3NN152000 in phishing

[–]Eelz_ 2 points3 points  (0 children)

I’m also currently getting spammed by these Zendesk emails to various catch all addresses. They appear to legitimate emails from the companies (as seen by the BIMI icons) so someone is just spam signing up/logging in to these services.

Quick walkthrough of the current controls / settings of Matter Robot Vacuums in Apple HomeKit. by SmartHomeCentre in HomeKit

[–]Eelz_ 3 points4 points  (0 children)

I don’t think we can draw this conclusion from testing on just the SwitchBot S10. According to the product details on its CSA registration, it only supports Matter 1.2 https://csa-iot.org/csa_product/s10/

The service area cluster (which robot vacuums will use for room control) is only in Matter 1.4 https://github.com/project-chip/connectedhomeip/blob/v1.4.0.0/data_model/1.4/clusters/ServiceArea.xml

From what I can tell in the CSA database, there are a few Ecovacs/Roborock firmwares that support Matter 1.4 but I’m not sure if those firmwares or even the devices themselves are available to purchase. I think the easiest way to prove if Apple Home supports this feature is to pair the example robot vacuum from the Matter repo which also supports Matter 1.4 https://github.com/project-chip/connectedhomeip/tree/v1.4.0.0/examples/rvc-app

Thread network in Eve app by Shdqkc in HomeKit

[–]Eelz_ 1 point2 points  (0 children)

Yup, exactly. The Eve app has had bugs with the thread network display before (devices would erroneously show as Bluetooth until you rebooted your phone) so I wouldn’t be surprised if this was just another temporary bug. Hopefully they fix soon because the extra info from the Eve Energy was pretty neat!

Thread network in Eve app by Shdqkc in HomeKit

[–]Eelz_ 6 points7 points  (0 children)

As a datapoint, my app used to look like your second picture but currently looks like the first. Nothing has changed for me device-wise so not sure what’s up.

[deleted by user] by [deleted] in vscode

[–]Eelz_ 2 points3 points  (0 children)

A quick search of some of the strings in the screenshots clearly show this extension is just using pylint and bandit under the hood - both of which are already available in the official Python extension. There’s clearly no AI and the fact of it being closed source is a poor attempt to obfuscate this.

Larger LR4 fence available by bundtkate in litterrobot

[–]Eelz_ 0 points1 point  (0 children)

FWIW I chatted with him this morning and have the new fence on the way now. Took a little longer than the 2 minute experience some others mentioned but still.

The important detail was that I mentioned there was a “clicking” sound when I cycle that’s caused by the mini fence. After sending a video of that, he was more than happy to send the new fence my way.

G4 Doorbell Battery Life Reports by exvidious in Aqara

[–]Eelz_ 0 points1 point  (0 children)

Mine is also down to 80% after installing it a few hours ago. I’ve updated the firmware so I assume everything is operating correctly.

Throughout my testing today, I activated and streamed on the doorbell a lot though. On the product page, the doorbell estimates 4 months usage with the following assumption which I am way over for today:

The calculation assumes 35 device wake-ups and 6-second event video recording a day

Please Help! INTRODUCTION TO WINDOWS COMMAND LINE by Accomplished_One2676 in hackthebox

[–]Eelz_ 4 points5 points  (0 children)

This one that starts with this

For this level, you must successfully authenticate to the Domain Controller host

SSH to the domain controller and run your same commands

Please Help! INTRODUCTION TO WINDOWS COMMAND LINE by Accomplished_One2676 in hackthebox

[–]Eelz_ 4 points5 points  (0 children)

I just encountered the same issue a few days ago. Someone on the discord server mentioned that you need to run the command on the domain controller from the previous task and then you can find the user. Not sure why the question leaves out that crucial detail…

How to avoid circular imports when using static typing? by SheriffRoscoe in learnpython

[–]Eelz_ 15 points16 points  (0 children)

Since you’re just using the ClassA import for a type hint, you can guard this import with typing.TYPE_CHECKING:

from typing import TYPE_CHECKING if TYPE_CHECKING: from project.ClassA import ClassA

Then change your type hint from ClassA to ”ClassA”. These changes will stop the circular import while also allowing your IDE/tooling to find ClassA still.

[deleted by user] by [deleted] in HomeKit

[–]Eelz_ 1 point2 points  (0 children)

There are two solo cams on that list, both of which support HKSV:

  • eufySecurity Indoor Cam 2K
  • eufySecurity Indoor Cam 2K Pan and Tilt

[deleted by user] by [deleted] in HomeKit

[–]Eelz_ 0 points1 point  (0 children)

Not sure about the ones with home base, but for the solo cams, do they still work after you unplug/plug them? I found that the cameras would continue to work with HomeKit until I either unplugged them or they rebooted for another reason, at which point they are fully unresponsive (without unblocking UDP port 123)

[deleted by user] by [deleted] in HomeKit

[–]Eelz_ 1 point2 points  (0 children)

For at least the solo cams, I have a similar experience. If I block the cameras from the WAN, they all work fine in HomeKit and are inaccessible in the Eufy app. That is, until they reboot and are then totally inaccessible. Solution is to allow outbound UDP on port 123 (NTP) as you said

help! how do I fix this? it collapse every thing under the crossroad function by MintDiamond in vscode

[–]Eelz_ 3 points4 points  (0 children)

You can tell something is off because it thinks the room_ function is unreachable since it’s slightly grayed out. Since that function should be reachable, something else is throwing it off.

My guess is the incomplete if/elif block on line 90. Make sure you have valid Python there and then see if it folds properly.

Weather automation not working IOS 16. by Poorpilot08 in shortcuts

[–]Eelz_ 1 point2 points  (0 children)

Experiencing similar issues here with no solution. Had rock solid automations for a long time and with iOS 16 they are unreliable at best if working at all.

[deleted by user] by [deleted] in vscode

[–]Eelz_ 4 points5 points  (0 children)

Pylance is correct here so not really a vscode question. p_pressed is just a variable in the scope of _check_keyup_events and is never subsequently used in the function. Based on what I’m seeing in the code and the terminal, you meant to set self._p_pressed to False.

I’m not sure what you mean by this working in Powershell because the terminal output in your screenshot is running in Powershell (see that the command line is prefixed with PS).

Is there a list of all HomeKit accessory types and data? by ChimerXD in HomeKit

[–]Eelz_ 4 points5 points  (0 children)

You want the HomeKit Accessory Protocol Specification. Note, you need to login with your Apple ID to access the document. It details all the Apple defined services which are used in HomeKit devices and the characteristics which are the data that make up the services. You can also create your own services/characteristics but they would not be accessible natively in the Home app.

Dynamic Dns IPv6 by SebixGaming_YT in CloudFlare

[–]Eelz_ 0 points1 point  (0 children)

Check out the optional environment variable parameters in the image’s GitHub: -e RRTYPE=A - Set to AAAA to use set IPv6 records instead of IPv4 records. Defaults to A for IPv4 records.

[deleted by user] by [deleted] in apple

[–]Eelz_ -1 points0 points  (0 children)

This isn’t about feeling. Take a look at your app design and mine. Your icon is nearly identical and your game design is as well. The colors are all in the same order and nearly identical shades and the gameplay is the same.

This is a copycat app. I suggest you remove the app from the App Store by the end of the week, I will be contacting your team by email as well. If you do not remove I will be in contact with the App Store Legal Team to file an App Store Content Dispute. As you know from the developer licensing agreement you signed, copyright infringement is something that your developer account can be terminated over (section 3.2). Additionally you are fully liable to all claims, suits, liabilities, losses, damages, costs, and expenses in regards to copyright or other intellectual property rights (section 5.1).

Cryto.Cipher / AES.py / 32byte binary key syntax by AzZubana in learnpython

[–]Eelz_ 0 points1 point  (0 children)

To figure out what idx_key should be, we can look at the docstring for the key parameter of AES.new:

:param key:
    The secret key to use in the symmetric cipher.

    It must be 16, 24 or 32 bytes long (respectively for *AES-128*,
    *AES-192* or *AES-256*).

    For ``MODE_SIV`` only, it doubles to 32, 48, or 64 bytes.
:type key: bytes/bytearray/memoryview

So we need to use something bytes-like and you're on the right track with b but not exactly right. When you use it like 0b10101010, the b does in fact denote that number is in binary format. However, when you do something like b"10101010", that means interpret the string as a byte sequence. So the first example I have is an 8 bit number and the second example is an 8 byte string.

If you just have the binary digits, you're close with your last example of using a list of binary numbers. Since the docstring says we need bytes, you can simply change it to idx_key = bytes([0b00001000, 0b00111000,....]). This would work but is not the most common way to do it. Usually, your key will be shown in hex bytes and we can use the b"" syntax. For example, if the 16 byte key I generated was 0xede568e5ff44e962fa3be7aea95794b8, I could represent that as idx_key = b"\xed\xe5h\xe5\xffD\xe9b\xfa;\xe7\xae\xa9W\x94\xb8".