-
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).
- 23:41, 6 April 2025 104.28.103.94 talk performed unknown action "comments/add" on X1201 (I am not showing on AC Power when plugging-in. I am using the proper 5V/5A power supply. What am I missing?)
- 04:28, 28 March 2025 37.201.192.11 talk performed unknown action "comments/add" on X1201 (EDIT: Every Number (1. "xyz") is meant to be a comment but not shown correctly. It would be best to remove every line of that)
- 04:26, 28 March 2025 37.201.192.11 talk performed unknown action "comments/add" on X1201 (Hello. I created the following Power-Management/Logging script. Maybe it is helpful to someone #!/usr/bin/env python3 # This script is only suitable for UPS Shield X1200, X1201, and X1202 import struct import smbus2 import time import os import logging import gpiod from subprocess import call # Define the log file locations LOG_FILE = "/var/log/ups_battery.log" # Main log with timestamps GLANCES_FILE = "/var/log/ups_battery_glances.log" # Always contains only the latest log entry MAX_L...)
- 04:25, 28 March 2025 37.201.192.11 talk performed unknown action "comments/add" on X1201 (#!/usr/bin/env python3 # This script is only suitable for UPS Shield X1200, X1201, and X1202 import struct import smbus2 import time import os import logging import gpiod from subprocess import call # Define the log file locations LOG_FILE = "/var/log/ups_battery.log" # Main log with timestamps GLANCES_FILE = "/var/log/ups_battery_glances.log" # Always contains only the latest log entry MAX_LOG_SIZE = 10 * 1024 * 1024 # 10MB maximum log file size KEEP_LINES = 500 # Number of lines to re...)
- 17:49, 17 February 2025 Harry talk contribs performed unknown action "comments/add" on X1201 (Sorry, we only provide sample code)
- 04:59, 17 February 2025 209.184.121.79 talk performed unknown action "comments/add" on X1201 (I am using the x1201 - I set the bat.py file to run as a service automatically on bootup. I also appended the if statement: if readVoltage(bus) < 3.20: [bootdown] to: if readVoltage(bus) < 3.20 or readCapacity(bus) < 50: [bootdown] This works great, but the Pi is not booting back up when I restore power. Also I took the liberty of making bat.py a system service. I need the Pi to be booted back up automatically when power is restored - any ideas?)
- 17:48, 8 February 2025 Harry talk contribs performed unknown action "comments/add" on X1201 (<pre> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Traceback (most recent call last): File "/home/rpi5/x120x/qtx120x.py", line 190, in <module> window = UPSStatusWindow() File "/home/rpi5/x120x/qtx120x.py", line 119, in __init__ self.update_status() File "/home/rpi5/x120x/qtx120x.py", line 163, in update_status elif pld_state == 1 and self.shutdown: AttributeError: 'UPSStatusWindow' object has no attribute 'shutdown' </pre> Are you using the wrong file? The li...)
- 07:30, 3 February 2025 97.176.141.219 talk performed unknown action "comments/add" on X1201 (I am using an x1201 UPS Shield on a Raspberry Pi 5 Why am I getting an error after running this command? sudo python3 x120x/qtx120x.py QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Traceback (most recent call last): File "/home/rpi5/x120x/qtx120x.py", line 190, in <module> window = UPSStatusWindow() ^^^^^^^^^^^^^^^^^ File "/home/rpi5/x120x/qtx120x.py", line 119, in __init__ self.update_status() File "/home/rpi5/x120x/qtx120x.py", line...)
- 11:33, 22 January 2025 Lisa talk contribs performed unknown action "comments/add" on X1201 (Hi,we have replied your question via email, please check. thanks.)
- 11:30, 22 January 2025 Lisa talk contribs performed unknown action "comments/add" on X1201 (Hi,Sorry for the wrong description, it is updated now, X1201 only support 5V.)
- 20:16, 21 January 2025 49.182.91.142 talk performed unknown action "comments/add" on X1201 (Can I supply 12v to the XH2.54 socket labeled 5v in on my x1201? The info at the top says 9-18v but then further down it says 5v..) Tags: Mobile edit Mobile web edit
- 13:38, 21 January 2025 211.30.159.146 talk performed unknown action "comments/add" on X1201 (I recently purchased the x1201 for my Pi5 and When using the “sudo i2cdetect -y 1” command I get nothing, 1 doesn’t exist for me, I can only detect 11 and 12 and they do not show the 0x36 address. I have checked all pin connections with a multimeter and they are all making good contact. What else could it be? Thanks) Tags: Mobile edit Mobile web edit
- 15:21, 14 January 2025 Harry talk contribs performed unknown action "comments/add" on X1201 (This error occurs when Python cannot find the PyQt5 module. It usually happens if PyQt5 is not installed or if the Python interpreter is not correctly configured. '''Solution''' '''1. Install PyQt5''' Ensure that PyQt5 is installed using pip. Open your terminal or command prompt and run: <pre>pip install PyQt5</pre> '''2. Verify Installation''' Check if PyQt5 is installed correctly by running: <pre>pip show PyQt5</pre> This command will display the installation details of PyQt5, inclu...)
- 15:20, 14 January 2025 Harry talk contribs performed unknown action "comments/delete" on X1201
- 15:20, 14 January 2025 Harry talk contribs performed unknown action "comments/add" on X1201 (This error occurs when Python cannot find the PyQt5 module. It usually happens if PyQt5 is not installed or if the Python interpreter is not correctly configured. '''Solution''' '''1. Install PyQt5''' Ensure that PyQt5 is installed using pip. Open your terminal or command prompt and run: pip install PyQt5 '''2. Verify Installation''' Check if PyQt5 is installed correctly by running: pip show PyQt5 This command will display the installation details of PyQt5, including the path where it...)
- 15:20, 14 January 2025 Harry talk contribs performed unknown action "comments/delete" on X1201
- 15:20, 14 January 2025 Harry talk contribs performed unknown action "comments/add" on X1201 (This error occurs when Python cannot find the PyQt5 module. It usually happens if PyQt5 is not installed or if the Python interpreter is not correctly configured. '''Solution''' '''1. Install PyQt5''' Ensure that PyQt5 is installed using pip. Open your terminal or command prompt and run: pip install PyQt5 '''2. Verify Installation''' Check if PyQt5 is installed correctly by running: pip show PyQt5 This command will display the installation details of PyQt5, including the path where it i...)
- 15:45, 10 January 2025 79.235.200.125 talk performed unknown action "comments/add" on X1201 (Hello, get an error message about the X120X UPS status: chris@MySmartHome:~/x120x $ sudo python3 qtx120x.py Traceback (most recent call last): File "/home/chris/x120x/qtx120x.py", line 17, in <module> from PyQt5.QtWidgets import QApplication, QLabel, QVBoxLayout, QWidget ModuleNotFoundError: No module named 'PyQt5' chris@MySmartHome:~/x120x $ bat.py and merged.py run smoothly Is there a shutdown command like x728off in the X728-UPS?)
- 11:15, 27 December 2024 Lisa talk contribs performed unknown action "comments/add" on X1201 (Sorry, I didn't understand your question. you need to fix the RPi 5 and X1201 UPS with 4 CM2.5*4mm screws.)
- 16:09, 25 December 2024 68.203.241.82 talk performed unknown action "comments/add" on X1201 (i dont have the UPS, would the pi5 fit inside on its own?)
- 08:14, 25 November 2024 202.238.201.130 talk performed unknown action "comments/add" on X1201 (Thank you for your answer, I will consider installing lead-acid batteries in x1203, as it seems that 18650 Lithium-ion batteries only have a compatible charge range of 0°C and up.)
- 12:05, 22 November 2024 Lisa talk contribs performed unknown action "comments/add" on X1201 (It mainly depends on the operating temperature of the battery.)
- 18:31, 21 November 2024 202.238.201.130 talk performed unknown action "comments/add" on X1201 (What is the operating temperature range for the x1201? I am considering using the x1201 for tasks that might involve prolonged exposure to sub-zero temperatures.)
- 16:18, 1 November 2024 Lisa talk contribs performed unknown action "comments/add" on X1201 (Hello,Please contact us by email (tell us your order number)and sent software installation screenshot;info@geekworm.com)
- 14:27, 31 October 2024 46.138.178.175 talk performed unknown action "comments/add" on X1201 (non of the scripts in x120x working raspberrypi:~/x120x $ sudo python3 merged.py Traceback (most recent call last): File "/home/user/x120x/merged.py", line 5, in <module> import smbus ModuleNotFoundError: No module named 'smbus')
- 18:37, 21 October 2024 Harry talk contribs performed unknown action "comments/add" on X1201 (# It is normal for the charging amount to exceed the consumption amount because there is a charging conversion efficiency. # MCU will automatically control the charging and discharging, and will automatically charge when the battery voltage is lower than '''4.1V'''. # You can also control whether to charge through scripts, and you can also use scripts to achieve more precise charging control, such as stopping charging when charging to 80%. # You need to read the script example code and then...)
- 08:20, 21 October 2024 202.238.201.130 talk performed unknown action "comments/add" on X1201 (What is the level of protection against overcharging? I want to use this x1201 UPS with headless control from a distance, but even in low power charge mode controlled via GPIO, the amount of power charged exceeds the amount consumed. As a result, I am concerned that the battery will always be over 100%. I apologize in advance as I am still a beginner.)
- 10:31, 10 October 2024 Lisa talk contribs performed unknown action "comments/add" on X1201 (Hi,X1201 UPS not support Pi4;you may consider using X-UPS1)
- 01:32, 10 October 2024 201.110.169.216 talk performed unknown action "comments/add" on X1201 (Would it work with a Raspberry Pi 4? I know there are specific UPS boards for RPi4, but I'm looking into building a cluster case for a mix of RPi5s and RPi4sm and would like to standarize the build/footprint)
- 14:51, 1 July 2024 Lisa talk contribs performed unknown action "comments/add" on X1201 (Hi,Please note that Pi5 can only be powered by X1201. Could you please send some pictures of the installation by email [info@geekworm.com]? and tell us your order number, thank you.)
- 13:58, 28 June 2024 47.151.250.57 talk performed unknown action "comments/add" on X1201 (Hi, I've got the x1201 attached to my Pi 5 and using the stock Pi 5 USB-C power supply (27W, 5V 5A). But yet when I first login the message "This power supply is not capable of supplying 5A..." is displayed in the notification area. Please advise. Thank you.)
- 05:59, 17 May 2024 216.24.212.210 talk performed unknown action "comments/add" on X1201 (would NOT take a charge)
- 05:58, 17 May 2024 216.24.212.246 talk performed unknown action "comments/add" on X1201 (Yes, the batteries were hardly used but one was bad; it would take a charge. Thanks)
- 15:18, 9 May 2024 Lisa talk contribs performed unknown action "comments/add" on X1201 (Hi,No need to setup a jumper and it automatically switches to being powered by the battery when power is removed. but please to make sure that your battery is not a low battery.)
- 04:17, 6 May 2024 216.24.212.37 talk performed unknown action "comments/add" on X1201 (X1201 V1.1 current behavior: On applying power starts charging and starts Pi5 via attached USB-C. When fully charged stops charging, quits using UBS-C power and uses power from the battery. When battery are depleted, shuts off everything. Also when you remove USB-C power, it does not transition to battery is shuts off everything. There is no software installed in crons or anything. This is not a seamless UPS. Is there a jumper of GPIO setting that I don't have set?)
- 18:17, 4 May 2024 84.170.25.179 talk performed unknown action "comments/add" on X1201 (Seems to be MAX17048 and does not support much more info (no shunt))
- 18:13, 4 May 2024 84.170.25.179 talk performed unknown action "comments/add" on X1201 (What is the battery fuel gauge ic partnumber? Does it support more info than the current voltage?)
- 13:05, 30 March 2024 47.229.60.33 talk performed unknown action "comments/add" on X1201 (Can the ups be powered by a power bank, while using the raspberry pi 5? Will it have any negative impact on performance as well?) Tags: Mobile edit Mobile web edit
- 16:04, 5 March 2024 Harry talk contribs performed unknown action "comments/add" on X1201 (Nothing will happen, but it won't charge)
- 19:32, 4 March 2024 103.193.138.118 talk performed unknown action "comments/add" on X1201 (@Harry Yes but what if someone ACCIDENTALLY uses the wrong port? What will happen?)
- 14:48, 26 February 2024 Harry talk contribs performed unknown action "comments/add" on X1201 (Judging from the fault description, it must be that I2C is not enable.Check ing your config.txt)
- 14:47, 26 February 2024 Harry talk contribs performed unknown action "comments/add" on X1201 (This is a UPS, so it is normal logic to supply power from the type-c of the UPS.)
- 16:49, 22 February 2024 103.193.138.118 talk performed unknown action "comments/add" on X1201 (What happens if power is applied to the USB-C of the Raspi? Documentation says not to do it, but what happens if you do anyway? I'd like to use the USB-C port as a device port, but not if there's a risk I'll burn out the X1201 or the Pi if I plug the wrong thing in...)
- 04:38, 5 February 2024 94.209.37.161 talk performed unknown action "comments/add" on X1201 (However I do not see #36 light up. What did I miss ? -> If #36 is missed, check if all jumper pins align. -> Unscrew the screws and re-align the Pi. -> Push down on the Pi so you can feel the pogo pins bounce. -> While holding down the Pi, tighten the screws.)
- 03:29, 5 February 2024 94.209.37.161 talk performed unknown action "comments/add" on X1201 (I enabled i2c and rebooted the machine. Battery is charging. $ sudo i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- --...)
- 10:59, 30 January 2024 Walker talk contribs performed unknown action "comments/add" on X1201 (Yes, the x1201 is connected to the Raspberry Pi via pogo pins, no additional wires are needed!)
- 18:24, 28 January 2024 77.167.188.242 talk performed unknown action "comments/add" on X1201 (Got it. No need for spacers, or wires. Connects directly to pogo pins on the pi when screwed on.)
- 18:01, 28 January 2024 77.167.188.242 talk performed unknown action "comments/add" on X1201 (How do you connect the UPS HAT to the raspberry pi? Only screws and spaces are included...)
- 20:11, 27 January 2024 Nahumb talk performed unknown action "comments/add" on X1201 (Hello, Can you please provide any 3D model file of the X1201? Thank you, Nahum Budin.)
- 17:52, 2 January 2024 Abby talk contribs created page X1201 (Created page with "{{GD Template Impl}} ==Overview== ==Features== ==Packing List== ==User Manual== <!--Add review function! --> <comments /> <!--Please choose the --> <!--Remove other cate...")