Matt Coleman

Results 11 comments of Matt Coleman

If you're still interested and wouldn't mind doing some testing, I just uploaded a new branch, `device`, to my fork at https://github.com/colemamd/hass-truenas/tree/device that you can try out. It provides `reboot`...

I've been looking at this over the last couple of days, and I now have datasets working with ```id```, ```type```, ```pool_name```, ```compress_ratio```, ```available_bytes```, ```used_bytes```, & ```total_bytes```. I just have a...

> I'm not sure what you mean about having to deal with `total_byes`. > > It's worth noting that using bytes will result in a big, not-human-friendly number, but it's...

I ran out of time a few months ago, started a new job, sorry about that. I have time now, if you give me a few days I can clean...

I just uploaded a new branch to my fork, https://github.com/colemamd/hass-truenas/tree/datasets. I'm still trying to figure out how to change the depth of children datasets that are pulled, but the api...

That's what I've been doing as well, but I'm having problems finding the right arguments to send with `scripts/invoke_method.py` for `pool.dataset.query`. I've been able to do it directly via ws,...

Actually I've got a websocket browser extension I've been using to pass json. `{"id":"78430116-ef33-47c9-9715-bbe472f5fad0","msg":"method","method":"pool.dataset.query","query-filters":["query-options.extra.flat",false]}` is what I can pass directly to the server and get the appropriate response, but `scripts/invoke_method.py`...

I've got encryption status working now. What else are you looking for @agospher4eg? As previously mentioned, the API only provides available space and used space from the datasets, not pools.

I am seeing the same issue. I've got bind mounts to a ext4 filesystem on an external usb drive. I had to go back to build 153.

I was able to correct my issue by bind mounting the logs folder explicitly in my compose file, as suggested by kpine. Then verified 755 perms on the logs folder...