gu3nter

Results 9 comments of gu3nter

as workaround (for BTC trading too) you can change in TradingClient.java: NewOrder order = new NewOrder(symbol, OrderSide.SELL, OrderType.LIMIT, TimeInForce.GTC, "" + quantity, priceString); to: NewOrder order = new NewOrder(symbol, OrderSide.SELL,...

@fquirin could you post me this example below for the DIY Sepia-Client for Raspberry, please? (Clexi example) `curl -X POST http://[SEPIA-server-IP]:20721/remote-action \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'GUUID=uid1007&PWD=[my-password-in-cleartext]\ &targetDeviceId=o1\ &action=%7B%22key%22%3A%22mic%22%7D&type=hotkey&client=my_remote'`...

@fquirin thanks for the answer, i will give that a try thease days, maybe you can check before, would be great, if my code will work. Here will be my...

oh nice thanks a lot, i will give that a try thease days, and let you know if it is working Edit: works great, thanks

Hier rechts auf den Stift. https://www.bilder-upload.eu/bild-1fa9c4-1613161247.jpg.html Und dann erscheint der RAW Code mit der gewünschten id https://www.bilder-upload.eu/bild-6d088a-1613161555.jpg.html Danke für die Antwort, wäre super falls du das hin bekommst. Würde gerne...

Mega, schon Mal vielen Dank

Great to hear, can you please make an pull requests to fix the issue?

Nightly from today 21.09.2024 (kodi 22), it is working now for ftps, many thanks. Hopefully the next official kodi 21.2 release will than also work.