Justin Grote

Results 875 comments of Justin Grote

Thanks for your submission! The Pester extension does activate on onStartupFinished if no pester tests exist (because a user can specify custom pester test name paths), and has a lazy...

Thanks for the report! The way the runner works today is basically to trap or try/catch the terminating errors that occur, but it is not perfect and there may be...

You cannot exclude individual tests from discovery but you can exclude test *files* from discovery, so you could put that in a standalone file, add it to the exclude settings,...

Happened to me too, the extension should filter uploading these settings in a flex consumption environment

Does the gecko API have a value for voltage/amperage usage (which you could calculate actual KVa from) or are we just going off on/off for the heater and going based...

All good, I'd be surprised if it's in the public API but I bet it has somewhere that there's a metric tracking the current amperage (to detect faults), so I...

I didn't realize this repo doesn't actually contain the implementation, that's in `geckolib`, I filed an issue over there. https://github.com/gazoodle/geckolib/issues/59

Looks like at least for the in.yj there's some current metrics available. https://github.com/gazoodle/geckolib/blob/e561711495a3b0f10ac619365743d8343759bc64/src/geckolib/driver/packs/inyj-cfg-54.py#L405-L407

Sounds reasonable, I can always implement that myself but it'd be handy as an additional sensor. I'm going to get a CT clamp sensor and see if I can verify...

Yeah I didn't realize CT clamps could measure current, for some dumb reason I thought they did voltage. I'm getting a cheapo Smart Life one for $20 to test with,...