Joacim Järkeborn

Results 9 comments of Joacim Järkeborn

> Samme issue, current price lags 2 hours, impact can be huge (extra costs) as I control heating and other power drawing appliances using this intergration. Please correct [ ![20221024_080341-COLLAGE](https://user-images.githubusercontent.com/78276063/197458974-b06ed6fa-e750-47a2-bc37-b9e29a8077d3.jpg)...

> I experience one hour lag now Because of winter time since sunday?

``` import { Connection, Request, TYPES } from "tedious"; var config = { server: "server01-tst.company.net", domain: "COMPANY", options: { database: "my_test", port: 50001, trustServerCertificate: true, }, authentication: { type: "ntlm",...

@MichaelSun90 thanks but do not work ``` $ npx --openssl-legacy-provider ts-node scripts/test2.ts && echo $NODE_OPTIONS ConnectionError: Login failed. The login is from an untrusted domain and cannot be used with...

``` import { Connection, Request, TYPES } from "tedious"; var config = { server: "server01-tst.company.net", domain: "COMPANY", options: { database: "my_test", port: 50001, trustServerCertificate: true, }, authentication: { type: "ntlm",...

Agree - I really miss the "raw-mode" i.e. to paste JSON and create connector. Forced to use Landoop Kafka Connect UI for this

Still the same issue - Ubuntu 22.04.4 LTS - Python 3.10.12 - s3cmd version 2.4.0