Øivind Hoel

Results 22 comments of Øivind Hoel

I think splitting this into two different scopes would indeed be helpful, where the most critical scope for most is likely the ability to simply collect and forward system logs...

Thanks for this workaround @norg - I implemented it for a bigger array like this: ```yaml community.general.filesystem: fstype: btrfs opts: "{{ data_filesystem_drives | reject('search', data_filesystem_drives | first) | join(' ')...

@marval nice stuff! Which endpoint are you hitting at Nordpool for this? I can't see the appSettings entry for NP

Looks great! I built `oivindoh/teslamateagile:nordpool-arm64-v2` from the `marval:nordpool` branch, deleted all my charging costs for my home id (e.g. `update charging_processes set cost=NULL where geofence_id=1;` in psql and run a...

@PalleRaa if you run on arm64/raspberry pi or similar, you could always use my image. If not, building is easy enough; something like this (replace bullseye-slim-amd64 with bullseye-slim-arm32v7 if running...

@marval I changed the GetPriceData() method in NordpoolService.cs to naively fetch the "from" day of data in a separate request and loop over responses if from and to days are...

> Hi @Vicente-Cheng - I mean configuring LVM on the VM's drive when installing the operating system within the VM (e.g. something like this in a VM that's being installed...

> Hi @oivindoh, > > Just make sure, > > the LVM is configured in VM, and the output of lvdispaly and dmsetup is from Harvester nodes, am I correct?...

> Hi @oivindoh, I could not simulate with your SB. (missing some import files on the above SB) Is it md5: `c54ea311e6d72c8139af753088f8a804` ? > > Or could you reproduce it...