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.

Hi

Im using Heatmiser Neo for heat only Climate but they don’t load I’m on latest firmware.


Hi @Skeltonmfc,

Thanks for the detailed info and screenshots — that really helps :+1:

From what you’ve shared, this looks like a compatibility limitation with the Climate (ROS) card, rather than a firmware issue.


:magnifying_glass_tilted_left: What’s Happening

Your Heatmiser Neo (NeoStat V2) is correctly integrated into Home Assistant and exposes a climate entity, but:

:backhand_index_pointing_right: Not all climate integrations expose fully standard control features that the AC (ROS) Card expects.

From your data:

  • hvac_modes: off, heat :white_check_mark:

  • Temperature values present :white_check_mark:

  • But some fields like:

    • hold temperature

    • hold time

    • certain control attributes
      are unknown / non-standard

This can cause:

  • Card not loading properly

  • Missing controls (like +/- temperature)


:white_check_mark: What to Check

Please verify the following in Home Assistant:

  1. Go to Developer Tools → States

  2. Find your entity:

    climate.family_room
    
  3. Check if it supports:

    • temperature (settable)

    • hvac_mode

    • supported_features

:backhand_index_pointing_right: Especially confirm that:

  • You can manually change temperature from HA UI

  • The service climate.set_temperature works


:test_tube: Quick Test

Try this in Developer Tools → Services:

Service:

climate.set_temperature

Target:

climate.family_room

Data:

temperature: 22

:backhand_index_pointing_right: If this works:

  • The issue is card compatibility

:backhand_index_pointing_right: If it doesn’t:

  • The issue is integration-side

:light_bulb: Current Limitation

Right now, the AC (ROS) Card works best with standard integrations, such as:

  • Generic Thermostat

  • Daikin / Mitsubishi / etc.

  • Fully compliant climate entities

Some integrations like Heatmiser may:

  • Use custom attributes

  • Or partial feature sets


:wrench: Workarounds

You can still control your thermostat using:

Option 1 — Use standard HA card (for testing)

  • Add it to HA dashboard to confirm behavior

Option 2 — Use Script / Scene Card

  • Create scripts like:

    • “Set 20°C”

    • “Set 22°C”

  • Bind them to buttons


:rocket: Future Improvements

We’re actively improving compatibility for more climate devices, including:

  • Better handling of non-standard climate entities

  • More flexible temperature control logic

  • Improved fallback behavior


:white_check_mark: Summary

  • Your device is working in HA :white_check_mark:

  • AC (ROS) Card currently has limited compatibility with some integrations :red_exclamation_mark:

  • Scripts can be used as a workaround :+1: