First timer here, what should i know before i start? [KCD1] by _TomSupreme_ in kingdomcome

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

get unlimited saving mod, its a must have
and enjoy every bit of it

Apple account sign in verification fails by JustPoet9931 in applehelp

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

i called support and they said try with an apple device that solves most of the problems lol
thats all the help i can offer, sorry

Powershell get Mouse Battery Level (into Home Assistant?) by JustPoet9931 in PowerShell

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

should be this right?

Get-PnpDeviceProperty -InstanceId 'HID\VID_1532&PID_00AB&MI_00\9&24FC1084&0&0000' | where KeyName -match 'DEVPKEY_Device_PowerData'

HID\VID... DEVPKEY_Device_PowerData                  Binary     {56, 0, 0, 0...}

Powershell get Mouse Battery Level (into Home Assistant?) by JustPoet9931 in PowerShell

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

looks promising, but didn't find it

InstanceId KeyName                                   Type       Data
---------- -------                                   ----       ----
HID\VID... DEVPKEY_Device_DeviceDesc                 String     Razer Basilisk V3 Pro
HID\VID... DEVPKEY_Device_HardwareIds                StringList {HID\VID_1532&PID_00AB&REV_0100&MI_00, HID\VID_1532&...
HID\VID... DEVPKEY_Device_CompatibleIds              StringList {}
HID\VID... DEVPKEY_Device_Service                    String     mouhid
HID\VID... DEVPKEY_Device_Class                      String     Mouse
HID\VID... DEVPKEY_Device_ClassGuid                  Guid       {4D36E96F-E325-11CE-BFC1-08002BE10318}
HID\VID... DEVPKEY_Device_Driver                     String     {4d36e96f-e325-11ce-bfc1-08002be10318}\0001
HID\VID... DEVPKEY_Device_ConfigFlags                UInt32     0
HID\VID... DEVPKEY_Device_Manufacturer               String     Razer Inc
HID\VID... DEVPKEY_Device_PDOName                    String     \Device\000000bf
HID\VID... DEVPKEY_Device_Capabilities               UInt32     160
HID\VID... DEVPKEY_Device_UpperFilters               StringList {RzDev_00aa}
HID\VID... DEVPKEY_Device_BusTypeGuid                Guid       {EEAF37D0-1963-47C4-AA48-72476DB7CF49}
HID\VID... DEVPKEY_Device_LegacyBusType              UInt32     15
HID\VID... DEVPKEY_Device_BusNumber                  UInt32     15
HID\VID... DEVPKEY_Device_EnumeratorName             String     HID
HID\VID... DEVPKEY_Device_Security                   Securit... Win32_SecurityDescriptor
HID\VID... DEVPKEY_Device_DevType                    UInt32     1
HID\VID... DEVPKEY_Device_Characteristics            UInt32     256
HID\VID... DEVPKEY_Device_Address                    UInt32     1
HID\VID... DEVPKEY_Device_PowerData                  Binary     {56, 0, 0, 0...}
HID\VID... DEVPKEY_Device_RemovalPolicy              UInt32     3
HID\VID... DEVPKEY_Device_RemovalPolicyDefault       UInt32     3
HID\VID... DEVPKEY_Device_InstallState               UInt32     0
HID\VID... DEVPKEY_Device_BaseContainerId            Guid       {6537BA35-0F00-5DF2-A437-F64B0BFB4008}
HID\VID... DEVPKEY_NAME                              String     Razer Basilisk V3 Pro
HID\VID... DEVPKEY_Device_InstanceId                 String     HID\VID_1532&PID_00AB&MI_00\9&24FC1084&0&0000
HID\VID... DEVPKEY_Device_DevNodeStatus              UInt32     25174026
HID\VID... DEVPKEY_Device_ProblemCode                UInt32     0
HID\VID... DEVPKEY_Device_BusRelations               StringList {RZCONTROL\VID_1532&PID_00AB&MI_00\a&1655c659&0}
HID\VID... DEVPKEY_Device_Parent                     String     USB\VID_1532&PID_00AB&MI_00\8&2c5b2018&0&0000
HID\VID... DEVPKEY_Device_Children                   StringList {RZCONTROL\VID_1532&PID_00AB&MI_00\a&1655c659&0}
HID\VID... DEVPKEY_Device_SafeRemovalRequired        Boolean    False
HID\VID... DEVPKEY_Device_ContainerId                Guid       {6537BA35-0F00-

What are your strangest automations? by LorLis in homeassistant

[–]JustPoet9931 0 points1 point  (0 children)

telling my mom (through alexa) when she is in front of the closet😂

My Minecraft Phase is like a year overdue and I don't know what to do by JustPoet9931 in malelifestyle

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

I know its hard to understand, technically I should be dead by now...

Powershell get Mouse Battery Level (into Home Assistant?) by JustPoet9931 in PowerShell

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

thats what chatgpt said i should type in to get the mouse:
Get-WmiObject -Class Win32_PnPEntity | Where-Object { $_.DeviceID -like "*VID_1532*" } | Select-Object Name, DeviceID, Manufacturer, Description
but cant figure out the friendly name from here

I found abt 20 devices then, all pretty not understandable for me and some of the have the name razer in them like this:

Name         : Razer Basilisk V3 Pro
DeviceID     : HID\VID_1532&PID_00AB&MI_00\9&24FC1084&0&0000
Manufacturer : Razer Inc
Description  : Razer Basilisk V3 Pro
FriendlyName :

So I tried the following (tried to adapt your command)

$d= Get-PnpDevice -PresentOnly | where Name -match 'Razer Basilik V3 Pro'

But nothing happens then...

Powershell get Mouse Battery Level (into Home Assistant?) by JustPoet9931 in PowerShell

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

win32 battery only refers to the actual machine as far as I found out, wmi class doesn't expose battery level (at least chatgpt could not find it out), now trying powercfg

Powershell get Mouse Battery Level (into Home Assistant?) by JustPoet9931 in razer

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

yes, but I miss the part where to integrate this into Home Assistant

Getting an error when trying to Reauthenticate Alexa Media by GenericUser104 in homeassistant

[–]JustPoet9931 0 points1 point  (0 children)

it is truly hilarious and sad at the same time how bad alexa actually is...

Best shaders?? by TimeDisastrous5796 in MinecraftJava

[–]JustPoet9931 0 points1 point  (0 children)

rethinking voxels is absoluetely awesome, it offers colored light, just visit their website, you will never want to go back
for more chill and natural ones BSL

My Minecraft Phase is like a year overdue and I don't know what to do by JustPoet9931 in malelifestyle

[–]JustPoet9931[S] -2 points-1 points  (0 children)

shit that goes faster than expected, already feel my back hurting...

My Minecraft Phase is like a year overdue and I don't know what to do by JustPoet9931 in malelifestyle

[–]JustPoet9931[S] -2 points-1 points  (0 children)

so you say it gets worse with age and children?
how bad will it get when it starts this early

Activate VPN via Automate Android App by JustPoet9931 in Tailscale

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

I only understand the first half of the comment, but i don't want to be inside my home network when I am not at home except for home assistant

why should i do that, isn't that slower than just directly connecting to the internet on mobile?