Skip to content
  • Zircon3D Roadmap - What’s Next

    Announcements & Updates roadmap
    1
    2
    0 Votes
    1 Posts
    58 Views
    Tami LiuT
    This post shares our current development direction after the Zircon3D v2.2 release. Current Focus: Routing System After v2.2, our next development focus will be the routing system. The idea is to make Zircon3D able to visualize connected systems inside or around a building, such as Energy systems, solar panels, home batteries, EV chargers, main panels and inverters, water pipes, sewer lines, greenhouse irrigation systems, HVAC ducting or airflow paths, and other routing-style systems in the future. The goal is to make complex building data easier to understand visually from a 3D layout, showing where things are, how they are connected, and how data or resources flow through the system. [image: 1779112717599-8c2a612c-1c6d-461f-ab7b-14074e79b1e8-2026-05-15-12_29_25-sticky-notes-new-resized.png] Visual Enhancement [image: 1779203169613-2026-05-14-19_16_54-tmp-file-explorer.png] Seasonal Plan Features actively in development or planned for the next seasonal releases, typically within the next 2–4 months. Current: 2026-S2 Routing System - Draw and visualize connected routes such as energy lines, wires, pipes, ducts, or irrigation paths in 3D. Static Floating Card - Display static text, labels, notes, or images above objects in the 3D view. Template System - Create reusable templates for buildings, floors, rooms, or groups of objects. Room Box View with Sensor Data - Allow room colors to represent values such as occupancy, air quality, or other sensor data. Copy and Paste - Clone objects more easily using shortcut keys or pointer-based actions. More Usability Improvements - Continue improving editing workflow, object placement, visual controls, and general usability. Suggest a Feature We’d love to hear your ideas and feedback. If there are features you’d like to see in Zircon3D, please share them in our forum Your suggestions help us understand real use cases and prioritize future improvements. Notes Items listed in this roadmap are directional and not guaranteed commitments. Priorities may change based on technical progress, user feedback, and real-world use cases.
  • 0 Votes
    2 Posts
    957 Views
    Tami LiuT
    Patch Update: Zircon3D v2.2.1 — 2026-05-15 We released a small patch update for Zircon3D v2.2. New Feature Added Project Tools: support exporting and importing Zircon3D space-plan / floorplan data. Bug Fixes Fixed an issue where switching edit mode did not reset Box View correctly. Fixed behavior issues related to View Settings, Floating Cards, and Sensor Card Display. The new import/export feature can be useful when you need to move, back up, or share a floorplan between Zircon3D projects. How to import/export a floorplan in Zircon3D This feature is only for exporting floorplan data from Zircon3D and importing it back into Zircon3D. It is not for importing files from other design systems. Open Zircon3D in Home Assistant. Select your project, then click Edit to open the Designer. In the bottom-left bar, open Project Tools. Choose Import Project or Export Project. When importing, select the project file exported from Zircon3D. After importing, click Save to keep the imported floorplan, or press Undo to discard the changes.
  • Is Zircon3D Open Source?

    Tutorials & FAQ
    1
    0 Votes
    1 Posts
    10 Views
    Tami LiuT
    No. Zircon3D is not open source / FOSS. Zircon3D is a commercial product developed by Lichr Inc. We provide a Free plan for general home users, but the main Zircon3D application source code is not open source. What is public? Some installation-related resources are public, such as the Home Assistant add-on repository and setup instructions. These are provided so users can install and run Zircon3D with Home Assistant. You can find the documentation here: https://zircon3d.com/docs What is not open source? The main Zircon3D application source code, including the 3D Designer, Viewer, rendering system, device mapping logic, and related product features, is not open source. Can I use Zircon3D for free? Yes. Zircon3D has a Free plan for home users. Paid Home and Business plans are available for users who need more monitoring devices, advanced visualization features, or larger/commercial use cases. Why is Zircon3D not open source? Zircon3D is built and maintained as a commercial product. Keeping the main application closed-source helps us continue development, provide support, improve the product, and build long-term sustainability. We understand that some users prefer open-source solutions, and we respect that. For users who are comfortable with a commercial product that includes a Free plan, Zircon3D is available to try with Home Assistant.
  • 0 Votes
    1 Posts
    44 Views
    Tami LiuT
    This usually happens due to a Home Assistant ingress authorization issue. Related: https://forum.zircon3d.com/topic/6/ How to fix it You have two options: Option 1 (Recommended) Use port :11200 to access Zircon3D directly. Open Zircon3D via http://<your-ha-ip>:11200 Copy and use the view link from there This avoids the ingress issue entirely Option 2 (Using default HA port 8123) If you’re accessing through port 8123, you need to authorize Zircon3D first: Open Home Assistant Click the Zircon3D tab in the left sidebar Then reload your dashboard/view [image: 1776702514266-69cbdaf9-b5e5-4231-bf62-0f1d9b42fbe7-image.png] Why this happens Home Assistant only initializes ingress access after the add-on UI is opened once. If you try to load an embedded Zircon3D view before that, it may return a 401 Unauthorized error. If the issue persists, feel free to reach out with details about your setup
  • 0 Votes
    1 Posts
    41 Views
    Tami LiuT
    Zircon3D allows you to visualize not only raw sensor data, but also custom computed values using tools like Home Assistant template sensors. This guide shows how to create a Temperature Delta heatmap, but the same approach works for any custom metric. What is “Pre-Processed Data”? Pre-processed data means: Data that is calculated or transformed before visualization Examples: Temperature Delta (current vs target) VPD (humidity + temperature) Energy efficiency metrics Custom scoring or alerts Step 1 Create a Template Sensor In Home Assistant: template: - sensor: - name: "Living Room Temperature Delta" unique_id: "living_room_temperature_delta" unit_of_measurement: "°C" state: > {{ ( state_attr('climate.living_room', 'current_temperature') - state_attr('climate.living_room', 'temperature') ) | abs | round(1) }} Repeat for other rooms with consistent naming. Step 2 Create a Heatmap in Zircon3D Add a new heatmap layer Name it (e.g., Temperature Delta) Select your template sensors Step 3 Use Matching Rules (Recommended) To scale easily across rooms: Use a rule like: uid contains temperature_delta This automatically includes all matching sensors. Step 4 Configure Color Mapping Example: 0°C → Green (good) 3°C → Yellow (moderate) 5°C → Red (needs attention) Lower values = better comfort Step 5 Assign Devices to Floorplan Place climate/HVAC devices in your 3D layout Or update existing ones to use the heatmap Step 6 View the Heatmap Switch to the heatmap layer to see your data visualized in 3D. [image: 1776098479419-762205b2-2324-4266-a44e-0a5b2143046c-2026-04-13-13_10_29-2026-04-13-13_09_22-sticky-notes-new-copy-resized.png] Beyond Temperature Delta You can apply this method to: Greenhouse climate (VPD, humidity) Energy usage per zone Occupancy and utilization Air quality metrics Related Main article: See Temperature Differences Across Your Home in 3D Docs: https://zircon3d.com/docs
  • 0 Votes
    1 Posts
    40 Views
    Tami LiuT
    Turn Derived Data into Real Spatial Insight with Zircon3D Understanding how well your HVAC system performs is not just about reading temperatures, it’s about seeing how conditions vary across your entire space. With Zircon3D, you can go beyond raw sensor data and visualize derived values like Temperature Delta directly on your 3D floorplan. What is Temperature Delta? Temperature Delta = |Actual Temperature − Target Temperature| This value shows how far each area is from its desired condition: Small difference → Comfortable & balanced Large difference → Struggling to reach target Why this matters A Temperature Delta heatmap helps you instantly identify: Rooms that are too slow to heat or cool Areas with poor airflow or distribution Zones affected by insulation or layout issues Imbalance across floors or large spaces Instead of guessing, you can see the problem in seconds. Example: Temperature Delta Heatmap [image: 1776097180916-fd3ffdff-b9c8-46d9-906d-74a8865fb7a5-2026-04-13-13_10_29-2026-04-13-13_09_22-sticky-notes-new-copy-resized.png] In this example: The bedroom shows a 4°C difference, highlighted in orange/red which indicating the room is struggling to reach its target temperature. Nearby areas around 3°C (yellow) suggest moderate deviation. Green zones (0–1°C) indicate rooms that are well balanced and comfortable This kind of visualization makes it easy to spot HVAC distribution issues at a glance, especially in multi-room layouts. From Raw Data to Insight This example highlights a powerful capability of Zircon3D: You can visualize computed data, instead of just raw sensors Using a template sensor in Home Assistant, you can define your own metrics, such as: Temperature Delta heatmap (this example) VPD (Vapor Pressure Deficit) heatmap for greenhouses Energy usage heatmap per area Occupancy density heatmap Air quality indicators Then, render them as a 3D heatmap. Key Features Demonstrated ️ Support for user-defined data (template sensors) ️ Flexible entity matching (e.g., by name prefix) ️ Real-time 3D heatmap visualization ️ Works with existing HVAC / climate entities ️ Scales easily across multiple rooms How It Works 1. Create a Template Sensor in Home Assistant template: - sensor: - name: "Living Room Temperature Delta" unique_id: "living_room_temperature_delta" unit_of_measurement: "°C" state: > {{ ( state_attr('climate.living_room', 'current_temperature') - state_attr('climate.living_room', 'temperature') ) | abs | round(1) }} This calculates the difference between current and target temperature, and ensures it is always positive and easy to visualize. 2. Create a Heatmap in Zircon3D Add a new heatmap layer (e.g., Temperature Delta) Select your template sensors Use matching rules (e.g., uid contains temperature_delta) to automatically include multiple rooms 3. Configure Color Range Example: 0°C → Green (good) 3°C → Yellow (moderate) 5°C → Red (needs attention) Lower values indicate better comfort. 4. Assign Devices to the Floorplan Place your HVAC / climate devices in the 3D view Or update existing devices to use the new heatmap 5. View the Result Switch to the heatmap layer and instantly see temperature differences across your space. Why This is Powerful This is more than a visualization, it’s a data-driven spatial analysis tool. You are not limited to built-in metrics. With Zircon3D, you can: Define your own logic Compute custom values Visualize them in 3D space Turning your system into a true 3D data dashboard Learn More Get started with Zircon3D: https://zircon3d.com Documentation: https://zircon3d.com/docs Community forum (support & discussions): https://forum.zircon3d.com YouTube tutorials: https://www.youtube.com/@Zircon3D Join our Facebook group (updates & previews): https://www.facebook.com/groups/zircon3d What’s Next? This is just one example of what’s possible. We’re continuing to expand support for: More advanced derived metrics Better visualization layers Business and enterprise use cases Have ideas or use cases? Let us know, your feedback directly shapes future features.
  • Default "Floating Cards" mode

    Questions & Feedback
    4
    0 Votes
    4 Posts
    93 Views
    Tami LiuT
    @Vagelis-Melidonis Hi, Yes, your solution is correct The Floating Cards mode is controlled by the View Profile, which is the right place to store your preferred settings for daily use. In the Designer, it will always fall back to the system default settings. We know this can be a bit confusing, and we may improve this in the future (for example, allowing it to be set via the URL). Let us know if you have any questions
  • FirebaseError cannot load the addon

    Questions & Feedback
    7
    0 Votes
    7 Posts
    179 Views
    Tami LiuT
    @haoxian2023 Glad it is working now! Good job!
  • slider button for shades

    Questions & Feedback
    5
    0 Votes
    5 Posts
    124 Views
    Tami LiuT
    @Nima-Hamed Thanks for the reply! Tuya is great to know, that helps us a lot when planning support. Regarding the touch experience: in our latest version, we’ve introduced a Control panel designed for touch devices (please see the attached screenshot). This is a temporary solution to improve usability on phones and tablets. If you don’t see the control icon in the bottom bar, please make sure your add-on is updated to the latest version. We agree that touch interaction is very important, and improving it is definitely on our roadmap. We’ll continue refining the experience and adding more touch-friendly features in future updates. Thanks again for your feedback![image: 1774371316899-cff316b0-19f7-40fb-adae-3d6de016e816-image.png]
  • Door closed/open display

    Questions & Feedback
    2
    0 Votes
    2 Posts
    67 Views
    chrisC
    Hi, unfortunately we don't have this feature currently. But that's an interesting idea and we do have this feature in our backlog, we will add it in near future, please stay tuned.
  • Does Zircon3D Require the Cloud?

    Tutorials & FAQ
    1
    0 Votes
    1 Posts
    63 Views
    Tami LiuT
    A common question from new users is whether Zircon3D requires a cloud connection to run. The short answer is no, Zircon3D is designed to run locally. Local Operation All core functionality of Zircon3D runs locally inside your Home Assistant add-on, including: 3D floorplan modeling Real-time data visualization Heatmaps and dashboards Sensor monitoring Device interaction and controls Zircon3D reads data directly from your Home Assistant instance, so your monitoring and visualization continue to work even without external services. Your data and floorplans remain stored locally on your system. Zircon3D Account and Licensing To use Zircon3D, you will need a Zircon3D online account. This account is used for license management. Normally, the add-on performs a quick online license verification. Offline Activation If your system does not have internet access, Zircon3D can still be activated. You can generate a manual license token from the Zircon3D website and paste it into the add-on to activate your license. This allows Zircon3D to continue operating in restricted or offline environments. Optional Cloud Backup for Floorplans Zircon3D also provides an optional cloud backup for your floorplan projects. If enabled, your floorplan design can be uploaded to the cloud, which helps prevent data loss if you reinstall Home Assistant or move to another system. Important to note: Only floorplan project data is stored in the cloud Sensor data and Home Assistant data are never uploaded Visualization still reads live data directly from Home Assistant You can learn more about local vs cloud mode in this article: https://forum.zircon3d.com/topic/9/explained-zircon3d-local-vs-cloud-mode Summary 3D rendering and visualization run locally Data comes directly from Home Assistant Your monitoring data stays inside Home Assistant A Zircon3D account is required for licensing Offline activation is supported Optional cloud backup for floorplan projects This design keeps Zircon3D aligned with the local-first philosophy of the Home Assistant ecosystem while still providing optional convenience features.
  • 0 Votes
    1 Posts
    159 Views
    Tami LiuT
    We’re excited to announce Zircon3D v2.1, bringing several usability improvements, better visualization controls, and refinements based on user feedback. This update focuses on improving the experience on mobile devices, heatmap visualization, and floorplan editing precision. Below are the highlights of this release. ou can also check out the video overview of this release here: https://youtu.be/3_3LnBEamoQ 3D View Control Buttons (Mobile & Tablet Friendly) To improve usability on touch devices, we added on-screen control buttons for common camera actions: Rotate view Pan the scene Zoom in/out These controls make it much easier to navigate the 3D scene on tablets and phones, especially for wall-mounted dashboards or touchscreen environments. [image: 1773259455149-cff316b0-19f7-40fb-adae-3d6de016e816-image.png] Data Card Display & Heatmap Overlay Improvements We improved how data cards interact with heatmaps and added new display controls to reduce visual clutter when monitoring your building, including: Better readability when heatmaps are active Reduced overlapping between heatmaps and data panels Cleaner visualization in environments with many sensors These improvements make the heatmap view clearer and easier to interpret, especially in complex buildings with dense sensor deployments. [image: 1773327570807-f42d4a1e-1a7e-40a6-bd0f-0a9ce81aec46-image.png] Card Display Modes Three modes are available: Detailed – Show all sensor data panels (current behavior). Compact – Only show data panels related to the currently selected heatmap value. Hidden – Hide all floating data panels for a clean heatmap visualization. This makes it easier to focus on specific environmental metrics without unrelated sensors cluttering the view. Additional Display Options Two new options provide further control over what appears in the 3D scene: Show Action Cards – Toggle the display of interactive device cards such as switches or cameras. These appear as small icon bubbles in the scene. Enable Occlusion – Prevent data panels and action icons from rendering through floors. Elements hidden behind floors will now remain hidden, improving visual realism in multi-floor buildings. [image: 1773259779610-404d8b17-a290-4d10-a928-ffbbae75c935-image.png] Sensor Icons for Better International Usability Zircon3D now supports automatic sensor icons for common values such as: Temperature Humidity These icons appear in the data panel, making sensor types easier to identify even when entity names are not in English. [image: 1773328247950-921fb6e7-cbf8-4a92-a019-f3aafe005e22-image.png] Disable Wall/Room Auto-Attach Helper by Holding Shift When editing floorplans, Zircon3D normally uses an auto-attach helper to snap walls and objects together. For more precise editing, you can now: Hold the Shift key to resize rooms freely without auto-attach helper. This allows finer control when adjusting room shapes or sizes. Preview Button for Quick Viewing A new Preview button has been added to the top toolbar. This allows you to instantly preview your building visualization without manually switching to another view tab. You can quickly check how your floorplan and devices appear in the final scene while editing. This makes the workflow faster when designing your building, letting you switch between editing and viewing at any time with a single click. [image: 1773327687088-5c145f3d-02b4-4c0a-8bd5-0aa2499a2f4b-image.png] Automatic Switching Between Editing Modes Zircon3D now automatically switches between Building Edit Mode and Object Edit Mode based on the element you select in the scene. Building Edit Mode – for editing structural elements such as walls and rooms. Object Edit Mode – for editing objects such as furniture, doors, windows, and devices. This removes the need to manually change editing modes and makes the editing workflow more intuitive when building your home or facility model. Bug Fixes & Performance Improvements As always, this release also includes: Various bug fixes Performance improvements General stability enhancements Feedback Welcome Many of these improvements were inspired by community feedback. If you have suggestions or feature ideas, feel free to share them in the forum.
  • cannot find heaters or import them

    Questions & Feedback
    2
    0 Votes
    2 Posts
    72 Views
    Tami LiuT
    @lina-sayeb Hi, At the moment, Zircon3D doesn’t support importing external 3D models (such as .gltf files) yet. For now, you have a couple of options: 1. Use the existing Air Conditioner model You can place the current Air Conditioner object in the scene as a visual placeholder for the heater. 2. Add the real device from Home Assistant If the heater is a device in Home Assistant, you can: Open the Monitoring tab Find your heater / temperature entity Drag and drop it onto the floorplan It will be placed in the scene as a sensor, and you’ll still be able to see all the monitoring data associated with it. We know that allowing users to add custom objects is a useful feature, and it’s something we plan to improve in the future. If you have any other questions while working on your project, feel free to ask, happy to help!
  • 0 Votes
    1 Posts
    86 Views
    Tami LiuT
    Home Assistant is widely known as a powerful platform for smart homes. But in practice, many people also use it to monitor small businesses, workshops, farms, greenhouses, and commercial spaces. As sensor networks grow and buildings become more complex, traditional dashboards often become cluttered and difficult to interpret. Zircon3D was designed to solve this problem by adding a digital twin layer on top of Home Assistant, by turning raw sensor data into an interactive 3D representation of your physical space. This approach makes it easier to monitor environments, identify patterns, and manage devices across an entire facility. From Smart Home Dashboard to Digital Twin Most Home Assistant dashboards list devices as cards or charts. This works well for a handful of sensors, but it becomes challenging when a building contains dozens or hundreds of devices. Zircon3D introduces a 3D facility view where sensors, equipment, and spaces are mapped directly into a building model. Instead of scrolling through lists, users can visually explore their environment and immediately understand what is happening in each location. For example: Temperature sensors appear where they are physically installed Machines or appliances can be mapped to specific areas Environmental patterns become visible across rooms or zones This spatial approach helps transform Home Assistant from a device dashboard into a visual monitoring system. Business-Specific Capabilities Multi-Building and Multi-Floor Monitoring Small businesses often operate in spaces that include multiple floors or separate buildings. Zircon3D projects can organize these layouts into a single visual environment. This allows users to monitor sensors across: different floors multiple buildings separate operational areas All within one unified view. Facility Monitoring and Equipment Mapping Zircon3D makes it possible to associate sensors with the physical equipment or spaces they represent. Common monitoring scenarios include: Energy consumption across rooms or machines Air quality monitoring in offices or labs Temperature tracking in storage rooms or server racks Environmental monitoring for plants or food storage Instead of reading numbers in isolation, users can immediately see where the issue occurs in the building. Thermal and Heatmap Analytics One of Zircon3D’s most powerful features is the real-time heatmap system. Heatmaps transform sensor data into a color-based visualization that reveals environmental patterns across a space. This is especially useful for: greenhouses monitoring temperature or humidity distribution server rooms detecting heat concentration warehouses checking environmental uniformity offices analyzing comfort conditions Users can also replay historical heatmaps to review how conditions changed throughout the day. Performance on Home Assistant Hardware Zircon3D uses a GPU-accelerated WebGL rendering engine, allowing complex 3D scenes to run smoothly inside a browser. Even installations running on modest hardware, such as a Home Assistant OS system or small server can display interactive environments with large numbers of sensors. The goal is to provide professional-level visualization without requiring enterprise-grade infrastructure. Data Privacy and Local Control For many small businesses, data privacy and operational security are essential. Zircon3D runs entirely inside Home Assistant as a local add-on, which means: sensor data never leaves the local system building models remain private monitoring operates even without internet connectivity This local-first design ensures that sensitive operational data stays under the user’s control. Scalable Plans for Growing Systems Zircon3D offers a free plan for smaller installations and personal projects. As deployments grow, paid tiers provide higher limits for: project size building areas number of monitored entities This allows users to start small and scale the system as their business expands. More details can be found here: https://zircon3d.com/pricing Simplifying Complex Facilities Large monitoring systems often overwhelm users with data. Zircon3D includes different view modes that help simplify complex environments. For example: Transparent Mode makes walls semi-transparent to reveal sensors behind them Whiteout Mode highlights devices and monitoring data while reducing visual distractions These modes allow managers to quickly locate devices and understand the state of a facility. A Practical Alternative to Enterprise Systems Enterprise facility-management platforms often require expensive hardware, specialized software, and complex deployment processes. Zircon3D offers a lightweight alternative by building on top of the Home Assistant ecosystem: no specialized infrastructure required simple deployment as a Home Assistant add-on flexible enough for both individuals and businesses For many small organizations, this makes advanced monitoring capabilities accessible without enterprise-level costs. Learn More Documentation: https://zircon3d.com/docs Home Assistant Community Discussion: https://community.home-assistant.io/ Pricing Information: https://zircon3d.com/pricing YouTube Tutorials & Examples: https://www.youtube.com/@Zircon3D
  • 0 Votes
    1 Posts
    120 Views
    Tami LiuT
    If you would like to cancel your Zircon3D subscription and remove your saved payment method, please follow the steps below. Step 1 – Log in and Open the Console Go to https://zircon3d.com Click the Console button at the top right. Log in to your account if prompted. [image: 1771183102793-e8f3cbb8-8182-4703-b1bd-aa4622a3b5e6-image.png] Step 2 – Go to Billing In the left sidebar, click Billing. You will see your current subscription plan. Click the Update Plan button. [image: 1771183119158-b25fd2c3-09bf-41f0-9dcf-8142a4eef08a-image.png] Step 3 – Cancel Subscription or Remove Card (Stripe Page) After clicking Update Plan, you will be redirected to the secure Stripe Billing Portal. From there, you can: Cancel Subscription Click Cancel subscription Confirm the cancellation Your subscription will remain active until the end of your current billing period. Remove Payment Method Under Payment Methods, click the ⋯ (three dots) next to your card Select Delete If multiple cards are saved, you can remove them individually. [image: 1771183155472-ae5214b4-0c16-4945-b631-5cb899b0da23-image.png] Important Notes Subscription cancellations take effect at the end of your current billing cycle. Removing your card does not automatically cancel your subscription - please make sure to cancel first if that is your intention. All billing operations are securely handled by Stripe. If you encounter any issues, please contact us as support@lichr.com and we’ll be happy to assist.
  • Custom objects

    General Discussion
    2
    0 Votes
    2 Posts
    111 Views
    chrisC
    Hi Mitchell, We don’t have this capability at the moment, but what you’re suggesting is a great idea. Allowing users to add simple 3D primitives (like cubes or basic shapes) to block off areas and attach labels would be very useful in many scenarios. It also aligns well with Zircon3D’s visual philosophy, we intentionally favor simpler, abstract representations to keep data visualization clean and readable, rather than relying on detailed or decorative models. This is something we’ve now added to our roadmap, and we do plan to implement it in a future update. Thanks a lot for taking the time to share the idea, feedback like this really helps shape where the product goes.
  • 0 Votes
    1 Posts
    171 Views
    Tami LiuT
    What happens to my projects if my subscription ends? Short answer: Your projects will NOT disappear. Your data stays safe. Your account will be downgraded to the Free plan, with some limits. After your subscription ends, you’ll be on the Free plan, which includes: 1 editable project Up to 1000 m² building area Up to 25 monitored devices Heatmap view: Temperature (Free plan feature) *This quota is based on the Free plan limits as of January 2026. What if I have more than the Free plan allows? You can still view everything, but editing is limited: Multiple projects You can view all projects You can edit only one project at a time You decide which project to keep editable If it’s not the one you want: Go to Project → More > → Project Settings Delete it The next project becomes editable This lets you choose which project fits the Free plan Area / devices / features over quota Projects that exceed Free limits will show warnings (like in the screenshots) You can: View everything Remove devices, reduce area, or simplify the project Once it fits the Free plan limits, it works normally again Important takeaway ️ No lock-out ️ No data loss ️ No forced deletion ️ You’re always in control of what to keep If you later re-subscribe, all advanced features and higher limits are instantly available again. Example after downgrade In this screenshot, the project “test” is the active project and can be viewed, edited, and deleted. All other projects are automatically switched to view-only mode. They remain fully visible, but editing is disabled until you delete projects or adjust your setup to meet the Free plan quota. [image: 1769699739170-9a9a7df4-6f11-45ba-b8ed-a168eee0994f-downgrade-1.png] View-only projects can be opened and viewed, but not edited; they can still be deleted from Project Settings → Advanced. [image: 1769699747222-812c6788-f318-488c-bc40-60a36d97c6d8-downgrade-2.png]
  • 0 Votes
    14 Posts
    400 Views
    Tami LiuT
    @keiflab Glad to hear it’s working after the update, thanks for letting us know!
  • 401 Unauthorized every time I load

    Questions & Feedback
    3
    0 Votes
    3 Posts
    145 Views
    chrisC
    Hi David, This is unfortunately a known issue related to a Home Assistant API called ingress, which allows our add-on’s UI to communicate with its backend. It appears that the ingress channel is only fully activated after the add-on UI has been opened at least once from Home Assistant. If the UI is accessed via a web card before that initial opening, Home Assistant may raise this error. Workaround As a workaround, our add-on also exposes port 11200, which bypasses Home Assistant’s ingress proxy entirely. For example, instead of using this URL: http://homeassistant.local:8123/api/hassio_ingress/ym-tlrzEEeGSTSNCz7up0Gf3uqHboBU5NGFvBfH7AMY/offline/viewer/?group=haEBrqFXAEIs&project=sLVclZKQrCvP#cam&p=0.00,0.00,0.00&h=40.11&v=39.56&z=400.00|dsp&fs=1.00&fd=tc&wc=1.00&wd=t&od=tc&thm=auto|viz&layer=rkqaX00R You can replace: :8123/api/hassio_ingress/ym-tlrzEEeGSTSNCz7up0Gf3uqHboBU5NGFvBfH7AMY with: :11200 So it becomes: http://homeassistant.local:11200/offline/viewer/?group=haEBrqFXAEIs&project=sLVclZKQrCvP#cam&p=0.00,0.00,0.00&h=40.11&v=39.56&z=400.00|dsp&fs=1.00&fd=tc&wc=1.00&wd=t&od=tc&thm=auto|viz&layer=rkqaX00R Additional notes Home Assistant ingress has caused several issues beyond this one—some users have also reported unstable connections. Accessing Zircon3D directly through port 11200 is generally more stable and can help avoid these ingress-related problems. It’s possible that the Home Assistant team will improve the ingress proxy in the future. Until then, this is currently the most reliable workaround. Please give this a try and let us know if it works for you. Thanks in advance, Chris
  • Why Zircon3D Is Built for High Performance

    Blog & Highlights
    1
    0 Votes
    1 Posts
    76 Views
    Tami LiuT
    Design decisions, technology choices, and what to expect on mobile and tablets Zircon3D is often described as “fast” or “smooth,” but that performance is not accidental. It is the result of deliberate architectural and technical choices made from the very beginning of the project. This article explains why Zircon3D performs the way it does, what technologies make it possible, and why certain interactions especially on phones and tablets are currently more limited, even though the core system itself remains highly performant. A real-time system, not a rendering pipeline Many traditional 3D tools follow a render-first workflow: Design → export → render → view Any change requires reprocessing the entire scene Zircon3D follows a different approach. It is built as a real-time visualization engine, where: The 3D scene is always live Data changes update the scene incrementally There is no export or re-render cycle This is a fundamental reason why interactions feel immediate and responsive. GPU-accelerated rendering with WebGL At its core, Zircon3D runs on a GPU-accelerated WebGL rendering pipeline, which means: Heavy visual work is handled by the graphics card, not the CPU Large scenes remain interactive even with live data updates Animations, lighting, and heatmaps are computed efficiently Rather than relying on pre-rendered images or static textures, Zircon3D renders geometry and visual states dynamically, frame by frame. This is what allows: Smooth camera movement Real-time device state changes Continuous heatmap updates without freezing the UI Data-oriented scene design Zircon3D does not treat the 3D view as a decorative layer. The scene is directly driven by structured data, including: Rooms and spaces Devices and sensors Live state updates from Home Assistant Only the parts of the scene that actually change are updated. This avoids unnecessary recalculation and keeps performance predictable, even as systems grow. Separation of interaction logic and rendering Another key performance factor is architectural separation: Rendering logic is isolated from UI logic State updates are carefully scoped Expensive operations are minimized during interaction This makes actions like: Dragging objects Rotating the view Zooming in and out feel smooth and consistent, even on modest hardware. Why mobile and tablet interactions are currently more limited Zircon3D’s core engine performs well on phones and tablets. However, interaction is a separate challenge from rendering performance. On desktop: Mouse and keyboard provide precise control Complex gestures are easy to distinguish On mobile and tablets: Fingers are less precise Gestures overlap (drag vs pan vs rotate) Screen space is limited Accidental input is more likely Rather than shipping a compromised or frustrating editing experience, Zircon3D currently focuses mobile and tablet usage on: Viewing Monitoring Light interaction This is a deliberate design choice, not a technical limitation of the engine itself. Roadmap: hand-friendly interaction on tablets Tablet-first interaction requires different design thinking. Zircon3D’s roadmap includes: Larger, touch-optimized interaction zones Gesture-aware tools designed specifically for fingers Reduced precision requirements for placement and control Editing modes tailored for tablet usage rather than adapted from desktop This work is planned as a dedicated tablet experience, not a scaled-down desktop UI. High performance as a long-term commitment Performance in Zircon3D is not a one-time optimization. It is a guiding principle that affects: Rendering architecture Data flow design UI structure Feature decisions This is why Zircon3D can: Scale from small homes to complex environments Handle real-time data without freezing Remain responsive even as features grow In summary Zircon3D is high-performance because it is: A real-time system, not a static renderer GPU-accelerated by design Data-driven at its core Architected to minimize unnecessary work While editing on phones and tablets is currently limited by interaction constraints, the underlying engine is already capable and a tablet-friendly, hand-first experience is actively planned. Zircon3D is built not just to look good today, but to remain fast, reliable, and scalable as your system grows.