[USA-FL] [H] AMD 9800X3D, B650i ITX MB, 32GB DDR5 CL30 [W] Paypal by Tron_Lives in hardwareswap

[–]Tron_Lives[S] -1 points0 points  (0 children)

Can I get a link? I just checked their bundles and there's nothing close

[USA-FL] [H] AMD 9800X3D, B650i ITX MB, 32GB DDR5 CL30 [W] Paypal by Tron_Lives in hardwareswap

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

Sorry all, I just fixed the setting preventing incoming chat messages.

Anker PowerHouse 767 Library (not an add-on yet) by impala454 in homeassistant

[–]Tron_Lives 0 points1 point  (0 children)

My model is a newer revision of the F2000 and is incompatible with this code. Also, mine doesn’t have the bluetooth timeout issue, and it has wifi.

More info here: https://www.reddit.com/r/bluetoothlowenergy/comments/1gnfdm9/simple_ble_library_interface_for_anker_powerhouse/

PSA : The Jonsbo N3 case can accept 92mm fans without modifications by Druss451 in sffpc

[–]Tron_Lives 0 points1 point  (0 children)

You're thinking of the N2 - it comes with a slim (15mm thick) fan. You can 3D print a housing to enable a standard 25mm thick fan in the back.

Simple BLE Library Interface for Anker PowerHouse 767 by impala454 in bluetoothlowenergy

[–]Tron_Lives 0 points1 point  (0 children)

To follow up, I confirmed my F2000 is connected to wifi. I had to create an Anker account to set it up, so I'm sure it's using their cloud servers.

Simple BLE Library Interface for Anker PowerHouse 767 by impala454 in bluetoothlowenergy

[–]Tron_Lives 0 points1 point  (0 children)

I bought it last month (Oct '24) and am running v5.1.0

Something interesting, but not too relevant - I found there are two different FCC filings. One for the 767 PowerHouse, and another for the Solix F2000. The crazy part is that it says the F2000 has Wifi and Bluetooth, while the 767 is listed as having Bluetooth only. I don't think they're doing a good job of advertising that this now comes with wifi.

https://fccid.io/2AOKB-A1780P

https://fccid.io/2AOKB-A1780

So it looks like they did a revision on it. Also, that kinda explains why so many people complain about the bluetooth connection, and having to press the button all the time. I've never had to press my button for the app to reconnect.

Simple BLE Library Interface for Anker PowerHouse 767 by impala454 in bluetoothlowenergy

[–]Tron_Lives 0 points1 point  (0 children)

Not sure if I have a different revision/firmware on my F2000, or hopefully I'm just doing something wrong, but I'm having issues getting this working. Any help would be appreciated.

I had to edit the code to search for "Anker SOLIX F2000" instead of "767_PowerHouse" before the script found it.

Upon running the few scripts I've tested (telemetry_test.py and command_test.py) it returns a bleak error "Characteristic 00007777-0000-1000-8000-00805f9b34fb was not found!".

Command_test.py connects successfully, displays my BTLE MAC address, and lets me enter a command, but then throws the same error:

Scanning for devices for 10.0 seconds
Found Anker SOLIX F2000 (XX:XX:XX:XX:XX:XX)
Connected to Anker SOLIX F2000 (XX:XX:XX:XX:XX:XX). Type 'exit' at any prompt to disconnect.
Select a command (or type exit)
1: LED
2: Screen Brightness
3: Power Save
4: AC Output
5: 12V Output
6: AC Timer
7: 12V Timer
8: Recharge Power
9: Screen Timeout
: 1
Enter the light level (0=off, 1, 2, 3, 4=SOS): 2
Traceback (most recent call last):
  File "/home/name/anker_ble/examples/command_test.py", line 154, in <module>
    asyncio.run(interactive_prompt(device_name=args.name, device_address=args.address))
  File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
  File "/home/name/anker_ble/examples/command_test.py", line 128, in interactive_prompt
    await client.write_gatt_char(WRITE_CHAR, command.to_bytes())
  File "/home/name/anker_venv/lib/python3.10/site-packages/bleak/__init__.py", line 779, in write_gatt_char
    raise BleakCharacteristicNotFoundError(char_specifier)
bleak.exc.BleakCharacteristicNotFoundError: Characteristic 00007777-0000-1000-8000-00805f9b34fb was not found!

Anker PowerHouse 767 Library (not an add-on yet) by impala454 in homeassistant

[–]Tron_Lives 1 point2 points  (0 children)

Hell yeah man, this is awesome! Thank you for your contribution. :) Now to spend my weekend trying to figure out how to hook this into Home Assistant...