I hereby claim:
- I am koleson on github.
- I am kiel (https://keybase.io/kiel) on keybase.
- I have a public key ASDvdliPTK7Kb1TXDJn5qSEbwR_vpSy-38I7jSVmQlmwmAo
To claim this, I am signing this object:
| // | |
| // CLLocationManager+AutomationMock.m | |
| // | |
| #import "CLLocationManager+AutomationMock.h" | |
| @implementation CLLocationManager (AutomationMock) | |
| + (BOOL)authorizationStatus |
| // Playground - unexpected extension method selection | |
| import Foundation | |
| var str = "Hello, playground" | |
| protocol MethodProtocol { | |
| func aMethod() -> String | |
| } |
I hereby claim:
To claim this, I am signing this object:
| default 13:21:34.342074 -0700 iStat View Server 'orange pi' Connecting | |
| default 13:21:34.343108 -0700 iStat View Server 'orange pi' Connecting to address: opp.local, port: 5109 | |
| default 13:21:34.343199 -0700 iStat View Stream client bypassing proxies on TCP Conn [21:0x61000019f6f0] | |
| default 13:21:34.343215 -0700 iStat View TCP Conn 0x61000019f6f0 started | |
| default 13:21:34.517381 -0700 iStat View TCP Conn 0x61000019f6f0 event 1. err: 0 | |
| default 13:21:34.517425 -0700 iStat View TCP Conn 0x61000019f6f0 complete. fd: 17, err: 0 | |
| default 13:21:34.517785 -0700 iStat View Server 'orange pi' Connected | |
| default 13:21:34.517830 -0700 iStat View Server 'orange pi' starting tls | |
| default 13:21:34.517966 -0700 iStat View TCP Conn 0x61000019f6f0 starting SSL negotiation | |
| default 13:21:34.520422 -0700 iStat View CFNetwork SSLHandshake failed (-9847) |
| #!/usr/bin/env zsh | |
| # Created 5 April 2023 by Kiel Oleson - kiel@kmo.email - @kielo | |
| # updated 6 July 2024 | |
| # | |
| # example usage: ./sunpower_ess_mode_set.sh -m SELF_CONSUMPTION -r 0.04 -s A_123456 -u user@test.lol -p SuperSecret1! | |
| # | |
| # README/NOTES: https://gist.github.com/koleson/db9df38ef6051715d743e572acebdd4d | |
| # |
SunPower ESS Mode Set Shell Script README
script: https://gist.github.com/koleson/d78da48497575455b9be6a3c96951bd1
other PVS6 hardware/software notes: https://gist.github.com/koleson/5c719620039e0282976a8263c068e85c
I don't have access to any SunPower GraphQL API docs. Solely reverse-engineered.
| #!/bin/bash | |
| ############################################################################# | |
| # pvs_vars_check.sh | |
| # | |
| # Description: Retrieves and displays system information from SunPower PVS | |
| # devices via their API, including serial number, model, hardware | |
| # revision, firmware version, system type, and eMMC flashwear. | |
| # | |
| # Usage: ./pvs_vars_check.sh [OPTIONS] <PVS_IP> |