Evan Grove
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 11
Activity overview
Latest activity by Evan Grove-
Evan Grove created a post,
YAML error, but only on one PLT
I have two PLT-200A units. For both PLTs, the "About PLT" menu shows: PLT-OS: 1.5.5 r: 1.3.31 When I send the same release to both PLTs, they both accept the release. However, one of the PLTs pro...
-
Evan Grove created a post,
Report Timestamps Differ between PLTCloud list and JSON
Here is the timestamp shown in PLTCloud for one of my test reports. This is the correct date/time: When I download the JSON for this report, the "system_time" field contains "2021-10-25T16:54:26.8...
-
Evan Grove created a post,
Test Plan Validator Script
Here is a little Python script that validates test plan YAML files. It's not exhaustive (it can't tell you if a command is malformed) but it makes sure the structure of the YAML file is correct. ht...
-
Evan Grove created a post,
Changing VARV During Test Execution
As part of a test plan, I want to check that a device properly recognizes when its battery is low, and when it is fully charged. Here is a test plan that does this: - title: VARV full battery step...
-
Evan Grove created a post,
PLT Freezing on UART command with "extract"
I created a PLT test plan that includes a step like this: - title: Example steps: - uartcmd: uart UART0 send: "a command;\r\n" expect: "a response;" This command works fine. However, when I...
-
Evan Grove created a post,
"closed pipe" error on bledis command
I am trying to use the "bledis" command, and my PLT occasionally gives me this error message: discover profile: can't discover services: ATT request failed: input channel closed: io: read/write on ...
-
Evan Grove created a post,
Display burn-in
CompletedThe display on our PLT-200A has developed some burn-in from the home screen. It's still usable, thankfully. A different display might be nice.
-
Evan Grove created a post,
Error when creating/using API tokens
When I try to make a new release token, the PLTCloud portal gives me this error message: Yet, weirdly, if I go back to the API Tokens page, the new token shows up. However, when I try to actually ...
-
Evan Grove created a post,
PLTCloud CLI Automatic Deployments
The pltcloud CLI tool shown in the CI example allows a user to create new releases from the command line. I would like to be able to use the CLI tool to deploy a release to a PLT using a script. Ev...
-
Evan Grove created a post,
Button Behavior
The handling of the button states is a bit weird- it seems like the PLT's logic for a button press consists of "is the button currently pressed" rather than "has the button transitioned from un-pre...