Nikos Karamolegkos

Results 31 comments of Nikos Karamolegkos

Thanks for your reply. I would like to support you but I don't know how. First of all I should study and understand your code.

So guys there is no voltage adjust. The PID logic creates a smart ON/OFF sequence. Correct? Also, the 80% of power means that the Duty cycle is 80%. Correct? Last...

Thank you. Nice details. Are you available via mail (or chat) for some more questions? For example, I am worried about the SSR leakage. Also, if I use solenoid valve...

@jorritolthuis Do you solve the problem?

The problem is that each time I have to erase the flash with JLink before flashing. Otherwise, fails

Thank you for your answer. It seems that Fablo supports a lot of operations. The only problem is that in order to add a new channel (where the existing orgs...

I would like to use plugin version 1.6.4 with the operator 1.6.1 which are compatible as you said with the 2.3.2 version of peer and orderer and without chaincode as...

Can you give us an example on that? For example how the peer creation is taking place using the api

@dviejokfs As I can see [here](https://github.com/kfsoftware/hlf-operator-ui/blob/main/api/gql/resolvers/mutation.go) the functionalities for the deployment are not implemented. If I don't want to use bash with the `hlf plugin` to deploy (and maintain -i.e...

So I will go to this [function](https://github.com/kfsoftware/hlf-operator-ui/blob/e2aacf1d4559161364276106bbd8dfeed87cb46c/api/gql/resolvers/mutation.go#L8) and I will add this [code](https://github.com/kfsoftware/hlf-operator/blob/e82d59bf3eaf69be2586d0191e4e4a4caef75868/kubectl-hlf/cmd/peer/create.go#L241) after creating the appropriate options and parameters. Correct?