rdugan / iceriver-oc

Modified firmware for IceRiver ASICs, adding overclocking and other goodies
108 stars 4 forks source link

WebApi for Power Management #59

Open pacmenDE opened 3 months ago

pacmenDE commented 3 months ago

Hello @rdugan, I would like to program a small app that puts the miner in sleep mode and switches to work mode when needed.

Do the Icervicer miners have such a WebApi connection?

Such an app would be particularly interesting when using a solar system or night-time electricity tariffs... :-)

nordmann666 commented 3 months ago

they dont

just use a PDU with API support and you can do what u need to do

rdugan commented 3 months ago

I have a pre-release version w/ a reworked API among other things, that includes sleep/wake endpoints. However it's in a build that is intended for commercial installations (includes a few other features most end users don't need), and has a slightly higher fee (1.33%). It will be ported back to the 1% version when it's deemed stable, but if you want to help beta-test the current version, find me in the Kaspa discord...

SimonFischer04 commented 1 month ago

Hi @rdugan The new API looks very promising, thanks :+1:.

Would it be possible to provide the json (https://github.com/rdugan/iceriver-oc/blob/main/docs/apidoc.json) in a Swagger/OpenAPI format, so it is easier to consume for client implementations?