-
Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:06, 26 May 2026 Harry talk contribs (moderator) edited comment X728-script
- 21:03, 26 May 2026 Harry talk contribs (moderator) edited comment X728-script
- 21:03, 26 May 2026 Harry talk contribs (moderator) edited comment X728-script
- 18:49, 25 May 2026 Ruby talk contribs performed unknown action "comments/add" on X728-script (Thanks again for your generous and professional sharing. Our team has responded to your two messages by email. We have updated the <code>xPWR.sh</code> and <code>xSoft.sh</code> files. As for the dual power-on issue, we have finished relevant tests and sorted out a FAQ. Please check [https://wiki.geekworm.com/X728#FAQ Q12] for details. Hope this information is helpful to you.)
- 16:22, 22 May 2026 Ruby talk contribs performed unknown action "comments/add" on X728-script (Thank you for your detailed feedback. We appreciate your rigorous attitude. We are now running relevant tests on the reported issue. Please get in touch with us via support@geekworm.com. Emails can fully retain code formatting, help reduce information deviation and assist accurate troubleshooting.)
- 08:27, 20 May 2026 135.180.174.172 talk performed unknown action "comments/add" on X728-script (X728 V2.5 — two power-on events required after software shutdown (AON / button) This post documents a reproducible behavior on the X728 V2.5 and the test methodology that isolates it to the X728 MCU. My hope is that other V2.5 users can confirm or refute, and that anyone with insight into the MCU's power-on logic can comment. Symptom. After a software shutdown of the Raspberry Pi (via shutdown -h now, or the equivalent x728off/xSoft.sh route), the X728 requires two power-on events to boot...)
- 08:20, 20 May 2026 135.180.174.172 talk performed unknown action "comments/add" on X728-script (Formatting got messed up....the changes to xPWR.sh should be: gpioset -c "$GPIOCHIP" "$BOOT"=1 & BOOT_PID=$! trap 'kill "$BOOT_PID" 2>/dev/null' EXIT trap 'kill "$BOOT_PID" 2>/dev/null; exit 0' TERM INT)
- 08:17, 20 May 2026 135.180.174.172 talk performed unknown action "comments/add" on X728-script (Trixie / libgpiod 2.x issues The Trixie-branch xPWR.sh and xSoft.sh updated for libgpiod 2.2.x have a behavioral bug that prevents them from holding GPIO12 and GPIO26 as intended. The scripts run without errors, but the GPIO lines they appear to set are not actually held — the consequences range from the X728 never seeing a "Pi is alive" signal on GPIO12, to GPIO26 being left in an undefined state at shutdown. This post documents the root cause and the corrected scripts. Root cause. Both sc...)
- 18:42, 1 April 2026 Ruby talk contribs performed unknown action "comments/add" on X728-script (We officially only provide sample code for reading battery voltage and percentage (please refer to section [https://wiki.geekworm.com/X728-Software ''6: How to read battery voltage and percentage; you can modify it as per your requirements'']). Additionally, the [https://github.com/NicciZar/HA-Geekworm_X728 relevant open-source scripts] shared by users may help you (for reference only).)
- 03:18, 28 March 2026 98.204.137.222 talk performed unknown action "comments/add" on X728-script (Is there a way to monitor the UPS element from home assistant?)
- 12:47, 15 January 2026 75.253.120.107 talk performed unknown action "comments/add" on X728-script (Can the x728 indicate is it's receiving external power? I've connected an SSD1306 oled display and would like to have it indicate if the RPi is on "wired" power or x728 battery power.)
- 11:01, 24 November 2025 Ruby talk contribs performed unknown action "comments/add" on X728-script (Hi there! Your understanding is correct. On remote power restoration, your Raspberry Pi will reboot automatically. When mains power cuts out, you can set a custom delay for soft shutdown by modifying the script, followed by full poweroff to the Pi.)
- 10:19, 16 November 2025 47.154.114.98 talk performed unknown action "comments/add" on X728-script (I will have the unit delivered tomorrow. Previous literature has led me to understand that it will 1) on remote restoration of power it will allow the Raspberry Pi to reboot and 2) it can be configured to initiate a soft shutdown of the Pi when mains power is cut (after a delay of at least a few seconds, presumably configurable) followed by a complete shutoff of power to the Pi. Is this correct?)
- 18:38, 9 December 2024 Lisa talk contribs performed unknown action "comments/add" on X728-script (Hi,Which version are you using? please check if the script was installed successfully? Software safe shutdown command: x728off DON'T run the 'shutdown' linux command to shut down. You can verify the safety switch through the onboard switch, press and hold the switch for 3 seconds, then the blue LED will flash slowly and the shutdown is going then all LEDs will be off until the device is completely powered off. If the problem still does not appear after checking the above steps, please co...)
- 08:22, 9 December 2024 195.192.96.124 talk performed unknown action "comments/add" on X728-script (@Lisa it does, i found a way to reprogramm "x728-v2.x-plsd-gpiod.py" and save it in "sudo cp -f ./x728-v2.x-plsd-gpiod.py /usr/local/bin/" #!/usr/bin/env python import gpiod import time import subprocess # Define the chip and lines chipname = "gpiochip0" # Please use gpiochip0 if using Raspberry Pi 4/3 hardware # chipname = "gpiochip4" # Please use gpiochip4 if using Raspberry Pi 5 hardware line_offset = 6 out_line_offset = 26 # Open the GPIO chip chip = gpiod.Chip(chipname) # Get the...)
- 01:52, 8 December 2024 80.40.187.228 talk performed unknown action "comments/add" on X728-script (Hi, followed install on a Pi4 with Bookworm. All seems to work until you test the soft shut down. It says shutting down in 2 seconds but doesn’t shutdown. Any ideas what to do to fix this or how to problem solve? Thanks) Tags: Mobile edit Mobile web edit
- 17:30, 2 December 2024 Lisa talk contribs performed unknown action "comments/add" on X728-script (Hello, X728 does not support that.)
- 05:57, 2 December 2024 195.192.96.124 talk performed unknown action "comments/add" on X728-script (Hello, is there a way to set the X728 V2.3s scripts so that after a power loose the raspberry shuts down safely after a set time? That would be the function i would need the X728 for. Thx)
- 20:36, 15 September 2024 185.50.233.235 talk performed unknown action "comments/add" on X728-script (Only one more question: if the set is -> "CHG Ctrl" - Open : GPIO16 output stays high: Charging enabled, is it also a battery automatic charging, as if the jumper would be shorted? Or I have to set 0 after the batteries are fully recharged, otherwise it remains on constant charging?)
- 20:30, 15 September 2024 185.50.233.235 talk performed unknown action "comments/add" on X728-script (Hi! I experienced also some strange behavior. Shorting Chg En charges the batteries very fast to 100%, and then it goes down to 93% in couple of hours and then it will be recharged again and repeats. Very fast cycle, I think it kills the batteries very fast. If I don't short, the batteries go down from 100% to 95% in a night time, so it is also very fast. I assumed that if the board is powered, the batteries remain intact and keep capacity for months or so. What I found out is that the GPIO...)
- 14:45, 11 September 2024 Lisa talk contribs performed unknown action "comments/add" on X728-script (Hi,This is normal, and the battery will discharge when it is left idle.)
- 06:43, 11 September 2024 185.50.233.235 talk performed unknown action "comments/add" on X728-script (I have the chg en open, assumingly not charging, working normally with 5V power adapter, still the battery capacity drops rapidly, 1-2 %point per day. Is this normal? What drains the battery so fast?) Tags: Mobile edit Mobile web edit
- 20:35, 28 August 2024 24.18.177.180 talk performed unknown action "comments/add" on X728-script (I have this exact same problem and it's driving me crazy... Makes me think there are other reliability issues with all their products. Looking for something safer.)
- 11:22, 28 August 2024 Lisa talk contribs performed unknown action "comments/add" on X728-script (Sorry, we haven't tested it with Orange Pi and can't offer any recommendations.)
- 20:25, 27 August 2024 182.191.70.99 talk performed unknown action "comments/add" on X728-script (Okay. Can you provide any sort of idea of what could be the potential reason since Raspberry pi and Orange pi are identical in so many ways?)
- 16:52, 22 August 2024 Lisa talk contribs performed unknown action "comments/add" on X728-script (Hello,The X728 is designed for the Raspberry Pi and we have not tested it with the Orange Pi.)
- 16:18, 21 August 2024 182.191.70.99 talk performed unknown action "comments/add" on X728-script (Hi. I am suing this device with Orange Pi 5+. But the I2C does not work. Can anyone guide?)
- 18:28, 19 January 2024 Walker talk contribs performed unknown action "comments/add" on X728-script (Hello, you can contact us via our email: '''support@geekworm.com ''' we will do our best to solve your problem(By the way, provide your order number))
- 21:42, 18 January 2024 98.235.40.60 talk performed unknown action "comments/add" on X728-script (Version 2.5)
- 10:58, 18 January 2024 Walker talk contribs performed unknown action "comments/add" on X728-script (Hi, which version of x728 are you using?)
- 07:09, 18 January 2024 98.235.40.60 talk performed unknown action "comments/add" on X728-script (Can anybody help?)
- 04:02, 14 January 2024 98.235.40.60 talk performed unknown action "comments/add" on X728-script (The battery indicator lights do not light up. If I remove the batteries, then plug in the AC power, all 4 will light up, then the 100% light will blink a couple of times, then all lights will go out.)
- 12:02, 12 January 2024 Walker talk contribs performed unknown action "comments/add" on X728-script (Hi, please see our FAQ: https://wiki.geekworm.com/X728-script#FAQ)
- 12:01, 12 January 2024 Walker talk contribs performed unknown action "comments/delete" on X728-script
- 12:01, 12 January 2024 Walker talk contribs performed unknown action "comments/add" on X728-script (Hi, please refer to our FAQ: https://wiki.geekworm.com/index.php?title=X728-script&action=edit§ion=13''' '''')
- 09:56, 12 January 2024 98.235.40.60 talk performed unknown action "comments/add" on X728-script (When I get to the part where you are supposed to check and review the i2c address, the x278 doesn't show up. If I skip that step, and try to clone the script github asks for a username and password.)
- 11:19, 25 December 2023 Walker talk contribs performed unknown action "comments/add" on X728-script (Hello, my answer may not be so professional, please understand, if possible, I hope you contact our technical support at : '''support@geekworm.com ''')
- 11:18, 25 December 2023 Walker talk contribs performed unknown action "comments/delete" on X728-script
- 11:18, 25 December 2023 Walker talk contribs performed unknown action "comments/add" on X728-script (Hello, my answer may not be so professional, please understand, if possible, I hope you contact our technical support at :'''support@geekworm.com '''')
- 00:40, 23 December 2023 154.6.90.21 talk performed unknown action "comments/add" on X728-script (So what is the expected result on a v2.5 when shorting both "Auto ON" and "CHG EN"? I'm trying to understand the appropriate hardware configuration on a v2.5 to get it to auto start and auto charge without programming. I would agree that it would be reasonable to expect the v2.5 to be able to meet the requirement. Your answer seems to be dodging the actual question.)
- 10:47, 22 December 2023 Walker talk contribs performed unknown action "comments/add" on X728-script (x728 v2.5 just in x728 v2.3 based on the addition of Adds battery charging control via GPIO16, other features are not changed, if your X728 V2.3, can work properly, hit your expected results, it is reasonable to say that the X728 V2.5 can also meet the requirements!)
- 01:13, 22 December 2023 154.6.90.21 talk performed unknown action "comments/add" on X728-script (I was able to program around the firmware issue by removing the short for the "CHG EN" and adding a function to my python script that started charging when capacity dropped below 97% and stopped charging when capacity was at 100% or greater. Just wondering why I was forced to do that when according to the documentation, I should have been able to do it from the hardware side.)
- 00:02, 22 December 2023 154.6.90.21 talk performed unknown action "comments/add" on X728-script (I'm attempting to configure an X728 v2.5 to automatically charge the battery and start the Raspberry Pi automatically when power is restored. I have shorted both the "Auto ON" and "CHG EN" and then with the unit powered off, I remove the batteries and then replace them. The result is that everything works as expected the first time power is restored, the Pi starts automatically and the battery is charging. On subsequent attempts, there is an immediate flicker on the Pi but it doesn't actua...)
- 10:59, 5 December 2023 Walker talk contribs performed unknown action "comments/add" on X728-script (Hello, have you encountered any unresolved issues?)
- 04:40, 5 December 2023 23.83.91.176 talk performed unknown action "comments/add" on X728-script (Still no legit firmware? Absolute garbage of a product.)
- 17:30, 9 October 2023 Harry talk contribs performed unknown action "comments/add" on X728-script (Hi, Refer to X708#Working_principle,)
- 20:07, 7 October 2023 84.115.220.69 talk performed unknown action "comments/add" on X728-script (Software safe shutdown command is not safe! It does look like it only cuts power to the pi without a correct shutdown. Noticed it only after dataloss...)
- 17:02, 5 October 2023 Walker talk contribs performed unknown action "comments/add" on X728-script (Hello, we tested with ubuntu, can you explain your problem in detail via email? , you can contact us via our email: '''support@geekworm.com ''' we will do our best to solve your problem)
- 02:40, 30 September 2023 76.100.173.193 talk performed unknown action "comments/add" on X728-script (It says it was tested with ubuntu, but it does not work with ubuntu, the system does not have the sys/class/gpio folder in its filesystem.)
- 00:11, 23 July 2023 Harry talk contribs created page X728-script (Created page with "{{GD Template Impl}} ==Overview== This is script installation tutorial for X728 shield, it will replace X728 Software installation tutorial, although...")