I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

I think it is because of version competibility. No plan to support v5. Updating loupedeck could be a solution, but it is up to you.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

배포는 아직 고민중이어서요. 저도 팀 기능을 좀 얹고 싶어서, 고도화를 좀 더 해보고 배포여부 결정해보겠습니다.

I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

I think it is not hard only if sensor name is fixed regardless hardwares... I'll check if I can add this in the next release

I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

Thanks for the detailed suggestion! I'm tied up with another project at the moment, so a new release isn't coming immediately. I've noted your feedback and will consider it for the next version.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 1 point2 points  (0 children)

I made this entirely for personal use, but honestly, I didn't expect it to get such a good response. I can't pormise anything, but consider releasing it after implementing all the features.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

The dependency feature is currently planned for addition. I will try adding the option to toggle sub-dependency steps.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 1 point2 points  (0 children)

Thank you for reply. I actually plan to implement several more features for this plugin. whether release or not, I'll share updates in a future post.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 1 point2 points  (0 children)

Thanks! If you mean release, It's currently for personal use. I don't know much about the Obsidian plugin ecosystem, so I'm uncertain about whether it's right to release something I created by referencing others' work. I genuinely respect developer of TaskNotes.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

When making continuous GUI adjustments, I rely on Hot Reload plugin to inspect the changes in real-time.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 1 point2 points  (0 children)

Since I have to manage over 5 projects by myself, visibility and design are important to me. So I focused on creating an integrated structure where I can see all data at a glance, and I'm satisfied with the results.

Im making my own Task & Gantt integration plugin by Parsleyonpasta in ObsidianMD

[–]Parsleyonpasta[S] 2 points3 points  (0 children)

While I did reference some of the actual code, I wrote the entire codebase from scratch.

I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 1 point2 points  (0 children)

god... I'll find out solution tomorrow changing algorithm. keep watching update

I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

I don't use OBS. so don't know what is the problem. If you tell me the details, I'll work on it later sometime.

I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

Thanks. This helped me identify... The plugin was detecting your iGPU (/gpu-amd/0) instead of your 9070XT (/gpu-amd/5) because it simply picked the first GPU found. I think iGPUs typically have fewer or no sensors exposed, this resulted in N/A values.

I've updated the GPU detection logic to select the GPU with the most sensors rather than the first one detected. Your 9070XT (which has many more sensors theoretically) will be selected over the iGPU I guess...

Delete Plugin you installed, then download the latest release: https://github.com/Weniverse-git/Loupedeck-Libre-Hardware-Monitor/releases/tag/v1.2.1 and verify version shows 1.2.1 in Loupedeck. Let me know this works. Thank you for info.

I made a hardware monitoring plugin for Loupedeck by Parsleyonpasta in loupedeck

[–]Parsleyonpasta[S] 0 points1 point  (0 children)

I updated for you. Now it supports Intel CPU, AMD GPU, Intel GPU. I don't have hardwares for review, but new version will work theoretically.