zivillian

Results 143 comments of zivillian

You need to find the partitions/volumes inside the virtual disk, detect the filsystem and then use the corresponding FileSystem class to access the content: ```cs using (var disk = VirtualDisk.OpenDisk(path,...

I first added a `CancellationToken`to all interface methods, but then thought it would be more convinient to use the existing request wrapper. If we are both on the same side...

The error message is defined in: https://github.com/go-graphite/go-carbon/blob/72fbe671c244718452557d06975d2c28d59029f4/vendor/github.com/lomik/graphite-pickle/framing/conn.go#L23 and raised in: https://github.com/go-graphite/go-carbon/blob/72fbe671c244718452557d06975d2c28d59029f4/vendor/github.com/lomik/graphite-pickle/framing/conn.go#L130-L135 which is invoked at: https://github.com/go-graphite/go-carbon/blob/72fbe671c244718452557d06975d2c28d59029f4/cache/carbonlink.go#L280-L282

Making it configurable would be great and should solve our issue without affecting other users.

@larsxschneider my water supplier is WSE (Wasserverband Strausberg-Erkner) and I was also told they are using one custom key for all their meters. I tried your script with three different...

> For me this one worked: 51728910e66d83f851728910e66d83f8 sadly it's not working for me: ``` (serial) received binary "A5C2033E44A5113962487276077A0D803005269E59BBA69CA173AB842C2E1573267EC2A0A5069EBF32F659C9CE2D2E174D0E1612958057A201FEDFE63DEFF9D8F96354BEEE" (im871a) checkIM871AFrame "A5C2033E44A5113962487276077A0D803005269E59BBA69CA173AB842C2E1573267EC2A0A5069EBF32F659C9CE2D2E174D0E1612958057A201FEDFE63DEFF9D8F96354BEEE" (im871a) has_timestamp=0 has_rssi=1 has_crc16=1 (im871a) endpoint 2 (im871a) msgid...

I had the same error with TFS2017 and wrote a small and dirty workaround. The first problem is, that TFS returns a Transfer-Encoding header, which will cause the above error...

I may have some useful input, please excuse if it is not helpful. I know very little to nothing about ebus, but I've "looked closely" at the Wolf Smartset application...

> Btw is there an english version of these resource files? There is [an english version of the Smartset App](https://www.wolf.eu/en/professionals/downloads/software-solutions/), but as far as I can tell, it also contains...

I've started a port, but it's still work in progress. It compiles, the web ui works (sometimes) but there are still many things to do. The current state is available...