Home Assistant Moonraker Integration Compatibility / Additional Moonraker Objects #43
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First off, thank you for creating this bridge. It's exactly the kind of project I've been hoping to see for the Kobra X.
I'm currently a heavy Home Assistant user with another printer running a standard Klipper + Moonraker setup. I was testing the bridge and noticed that a lot of the information appears to already exist internally, but not all of the entities I'm accustomed to seeing from a normal Moonraker installation are available through Home Assistant.
From what I can tell, the bridge already tracks much of the data I use every day:
Is there a possibility of exposing these objects/endpoints in a way that is fully compatible with the Home Assistant Moonraker integration? From looking through the code, it appears much of the underlying data is already available.
https://github.com/marcolivierarsenault/moonraker-home-assistant
If for some reason this is not possible, can you direct me of the way to get the values displayed on the KX-Bridge web dashboard? The info I need is displayed there. Is there an endpoint to hit so I can manually extract the info if its formatted in a different format?
I made a HACs integration for kx-bridge if that will suffice.
https://github.com/gangoke/kobrax-lan-hass-component
Kx-bridge has some extra stuff the normal HA moonraker integration might not support
Thank you so much for the reply.
That HACS integration works great. I now have access to a lot more sensors and controls than I realized.
I modified my existing Home Assistant printer dashboard and most of my automations were able to be migrated over with only minor changes. The integration exposes pretty much everything I was using on my previous Moonraker setup.
I think this solves the main issue I was running into. Thanks for pointing me in the right direction.
I'll close this one for now since there's an alternative solution, unless the maintainer chooses to keep it open for full Moonraker integration support.