Climate ROS card not showing on display

Hi,

Any idea when the Climate card will become visible on the remote display?

It’s never being visible so far as I remember.

Thanks

Mark

it is working from beginning, but I think you may need to fillout with the right climate entity? can you show some detail screenshot?

Hi Charles.

Not sure what you need, but here is the screen shot of the ROS card, but it does not appear in the dashboard .

I’ve set different climate entities on 3 areas, one with 2 climate devices and none of them appear.

They are hating only, no cooling and no fan.

Hi Mark,

Thank you for the update and the details — that helps a lot :+1:

First, could you please help confirm the following versions:

  • Astrion Remote software: V1.0.38
  • RosCard version: V1.0.8

If either one is not updated, please upgrade them first.


Please also try the following troubleshooting steps:

:white_check_mark: Clear caches and reload

  • Clear your browser cache
  • Restart Home Assistant
  • If possible, remove and re-download RosCard
  • You may also clear the Astrion Remote cache from the remote settings and reconnect

If the Climate card still does not display correctly

Could you please try adding this climate device using the official Home Assistant climate card (not RosCard), and then send us a screenshot — similar to the one you already shared?

We mainly need to check what Home Assistant is currently exposing for that climate entity.

For Astrion Remote, the climate device only needs to support:

  • On / Off
  • Temperature control

Once we confirm HA is properly displaying those controls, we can determine why RosCard is not passing them to the remote.


Also just to confirm:
You mentioned your devices are heating only with no cooling or fan control — this is normally supported, but we need to verify how HA is reporting the entity capabilities.

Looking forward to your screenshots so we can help you resolve this.

Thanks again for your patience and testing!

Charles
Sanytron Support

Well I removed the entity, re-added it, and it worked!

I have had to do similar with other cards, and I had an entity that had become unavailable which I had to remove before the other entities would appear, or it seemed to be the blocking issue at least.

TL;DR:
After the v1.0.38 / RosCard v1.0.8 update, some existing entity bindings can break due to an internal ID change. Removing and re-adding the affected entity (or RosCard) refreshes the binding and resolves the issue — which matches what you observed.


Hi Mark,

Thank you for the update — and great catch :+1:
Your solution and observations are exactly aligned with what we’ve been seeing internally.

To add some background for clarity:

Why this happened

In the RosCard v1.0.8 update (paired with Astrion Remote v1.0.38), we introduced support for custom device and scene names based on user feedback.
To enable this cleanly, we changed the internal device identification method from:

  • Entity ID–basedCard ID–based

Because of this change:

  • Existing bindings created before the update are not backward compatible
  • In some setups, a stale or unavailable entity can block other cards from loading correctly

Why removing and re-adding fixed it

When you:

  • Removed the problematic entity
  • Re-added it (or re-saved the dashboard / RosCard)

Home Assistant regenerated the bindings using the new Card ID logic, which immediately restored normal behavior. This is exactly why your Climate card appeared again.

Recommended recovery steps (for anyone else reading)

If cards fail to display after updating:

  1. Ensure Astrion Remote is v1.0.38 and RosCard is v1.0.8
  2. Re-save cards from the dashboard
  3. If needed:
  • Remove and re-add the affected entity
  • Or delete and re-download RosCard
  1. If an entity shows as Unavailable, remove it first — it may block others

Thanks again for testing and reporting back — this kind of feedback helps us refine both the product and our upgrade guidance for other users.