Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved
Collapse
Discussion Forum to share and further the development of home control and automation, independent of platforms.
  1. Home
  2. Software
  3. Multi-System Reactor
  4. ReferenceError with Home Assistant data & build 26140
Arming Envisalink panel from MSR
T
Topic thumbnail image
Multi-System Reactor
[Solved] DynamicGroupController updating members issue
CrilleC
Edit: Solved in latest-26221. Bare-metal latest-26193 I have this group: "OKforLarm": name: OK för Larm select: - include_controller: vera - include_capability: door_sensor filter_expression: entity.attributes.door_sensor.state It contains the entities I expect but behaves a bit odd. When I open vera>device_10097 the entity attribute door_sensor.state changes to true but it won't show up as member in the group, when I also open vera>device_10095 they both shows as members and when I close vera>device_10095 it disappear from the group but when I close vera>device_10097 it lingers in the group until I restart Reactor.
Multi-System Reactor
Reactor (Multi-System/Multi-Hub) Announcements
toggledbitsT
Build 21228 has been released. Docker images available from DockerHub as usual, and bare-metal packages here. Home Assistant up to version 2021.8.6 supported; the online version of the manual will now state the current supported versions; Fix an error in OWMWeatherController that could cause it to stop updating; Unify the approach to entity filtering on all hub interface classes (controllers); this works for device entities only; it may be extended to other entities later; Improve error detail in messages for EzloController during auth phase; Add isRuleSet() and isRuleEnabled() functions to expressions extensions; Implement set action for lock and passage capabilities (makes them more easily scriptable in some cases); Fix a place in the UI where 24-hour time was not being displayed.
Multi-System Reactor
DynamicGroupController and attributes
therealdbT
Hey @toggledbits I'm back to trying to optimize a couple of things based on dynamic group. First of all, I think I found a typo in the doc: primary_attribute: "binary_sensor.state" primary_attribute_value: | d = false; each id in members: d = getEntity(id)?.attributes?.power_switch?.state or d, d I think the correct code snippet is d = false, All that said, my use case for dynamic groups is to group 3 different climate devices, so I could easily command them at the same time. Commands are good, but sometimes I want to check if any of the devices are on, and that's easily done with a similar snippet as the one you have in the docs. But this is limited to the primary attribute, while I want to have any of the attributes in the group to be driven by a similar logic (while all are null in the group). ie, access hvac_control.mode and see if any of the unit is set to cool, or heat. Is that possible, without re-defining an expression in each of my rules? Thanks!
Multi-System Reactor
Upgrade Issues
T
Topic thumbnail image
Multi-System Reactor
[SOLVED] Conflicting Set Reaction Groups Appear to Fire Simultaneously in Single Rule Evaluation
G
Topic thumbnail image
Multi-System Reactor
[SOLVED] Question regarding "in" vs "contains" vs contents of the string
G
Topic thumbnail image
Multi-System Reactor
Logon screen timeout
G
Noticing since 170 that the lock screen doesn't switch to the logon prompt but, rather, stays on the active UI until such time as you go to click something within it. Then it jumps to the login screen. Brave browser Brave 1.92.139 (Official Build) (arm64) Chromium: 150.0.7871.114
Multi-System Reactor
[MSR] Copy&past of actions and/or drag&drop between set/reset
therealdbT
Hey @toggledbits One thing that bothers me while doing work on new systems/new features, is that I cannot copy&paste actions, and I cannot drag&drop between set and resets. #1 is for when I want to copy an action between different rules opened in two separate browser windows, while #2 is when I just need to flip a bunch of actions in the reset, or move some logic back and forth. Both will be appreciated, but I understand the technical challenges. Thanks!
Multi-System Reactor
Upgrade advice - upgrade from aarch64 to ARM64 image
T
I'm currently on version 26011. I understand that the aarch64 image is no longer supported. So, I therefore need to update to the ARM64 image. Can anyone possibly suggest how I update my docker compose.yaml file (see below). Ideally I'd like to keep my existing reactions etc. rather than start from scratch. # Multi-System Reactor template docker-compose.yml (version 22160) # # Change the lines indicated by "DO"... # services: reactor: container_name: reactor environment: # DO change the TZ: line to set your local time zone. # See valid TZ list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ: GB # # DO NOT change this path. Your directory location is in "source" below. REACTOR_DATA_PREFIX: /var/reactor # DO change the image below to the one you are using (e.g. armv7l or aarch64 for RPi 4) image: toggledbits/reactor:latest-aarch64 restart: "always" expose: - 8111 ports: - 8111:8111 volumes: # DO change the /home/username/reactor below to the directory you created for # your local data; DO NOT change the /var/reactor part - /home/pi/docker/reactor:/var/reactor - /etc/localtime:/etc/localtime:ro tmpfs: /tmp
Multi-System Reactor
Alexa for MSR, any interest?
MikeReadingtonM
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Telegram notification broke with latest update
3
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Phantom device, “INFO” appears
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Mode Status NULL
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[RESOLVED] HTTP query failing after version 26177
wmarcolinW
Topic thumbnail image
Multi-System Reactor
Question about the find function
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[Answered] OK to remove old json files?
3
Topic thumbnail image
Multi-System Reactor
Deprecation Announcement: 32-bit ARM *docker* images
toggledbitsT
If you are using the armv7l docker image, the OpenJS Foundation that publishes node is no longer producing 32-bit builds as of v24. That means the last supported LTS version of node for armv7l is v22, which will go End-of-Life in May 2027. Therefore, the Reactor armv7l image is now deprecated and will only be produced until node v22 goes EOL, and I will not publish armv7l images beyond that date. If you are running an RPi 3 or earlier with Reactor, you are on this image, and will need to upgrade hardware to a 64-bit model and use the arm64 image. If you need help getting it done, ask in this category.
Multi-System Reactor
[Solved] build 26150 - engine not starting
G
@toggledbits I pulled the image (well, Watchtower did) and within minutes the whole system went offline. The log looks like it ends with 26143. [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-mkahsmgf/26qq82mw-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-lqyfljfi/22f8on0t-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-lsb61rw8/24oenqi2-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-lrh58he0/rule-lrh58he0:S-1c00gfib-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-lrh58he0/1c00dylr-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-lrh58he0/1nam9w5u-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-miuh2qqi/22ls4lql-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-kwc6rmci/rule-kwc6rmci:S-1vj8sdfc-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-kwc6rmci/rule-kwc6rmci:S-1qanz01x-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-ladyja6a/24lq19p6-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-mk0o8iox/23oy468y-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-miscg2h3/rule-miscg2h3:S-22gmbq1c-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#re-kxgrfjke/238p0old-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#re-m7ccsso5/re-m7ccsso5-1r0myjxa-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-ladyja6a/19nl9wq2-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-ladyja6a/rule-ladyja6a:S-yl3xk9t-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-ladyja6a/rule-ladyja6a:S-yl3vv5m-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#re-ln7j2nqp/re-ln7j2nqp-22mx9lzd-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#re-ln7j2nqp/22mx87c8-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-licneppy/1mzwe7ht-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-ml3194ih/25jqt1j4-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#re-kxgrg7kf/227hshak-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-reactorexmachina/13ua1p95-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-reactorexmachina/13uagam7-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-grpvl9oypg/rule-grpvl9oypg:R-134x4cbv-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-grpvl9oypg/rule-grpvl9oypg:R-134x2fyl-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#re-lscjrws1/238p5c22-cons [latest-26143]2026-05-31T15:23:44.547Z <default:INFO> Closing container Container#Predicate#rule-lbwr0jvq/1xkczf03-cons [latest-26143]2026-05-31T15:23:44.547Z <Structure:NOTICE> Structure Structure#1 stopped [latest-26143]2026-05-31T15:23:44.547Z <app:NOTICE> Closing APIs... [latest-26143]2026-05-31T15:23:44.547Z <wsapi:NOTICE> wsapi: closing... [latest-26143]2026-05-31T15:23:44.547Z <wsapi:NOTICE> wsapi: disconnecting from "192.168.1.23#82" (1001 service closing) [latest-26143]2026-05-31T15:23:44.548Z <httpapi:NOTICE> HTTP API closing... [latest-26143]2026-05-31T15:23:44.549Z <wsapi:NOTICE> wsapi: server closed [latest-26143]2026-05-31T15:23:44.549Z <httpapi:INFO> HTTP server closed. [latest-26143]2026-05-31T15:23:44.549Z <app:NOTICE> Stopping timers... [latest-26143]2026-05-31T15:23:44.551Z <app:null> Shutdown complete, process ID 1 [latest-26143]2026-05-31T15:23:44.551Z <app:null> Closing logs... [latest-26143]2026-05-31T15:23:44.551Z <default:null> Closing log I can SSH to the VM. Alas, I do not have the previous image for 26143 as I'm a little too quick sometimes on housekeeping.
Multi-System Reactor
http request action & digest auth
tunnusT
I’m using the HTTP Request action in MSR and need to authenticate against an endpoint that uses HTTP Digest authentication. Now that endpoint was changed to use SHA-256 in digest auth, so I would like to know if MSR supports it, or is it limited to MD5-based digest auth?
Multi-System Reactor

ReferenceError with Home Assistant data & build 26140

Scheduled Pinned Locked Moved Multi-System Reactor
6 Posts 2 Posters 466 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • tunnusT Offline
    tunnusT Offline
    tunnus
    wrote on last edited by
    #1

    Did upgrade to MSR build 26140 on Docker, and now getting errors related to one hass integration that used to work ok with 26011.

    I have the following local expression:

    Screenshot 2026-05-21 at 23.04.02.png

    Still, in the entities that attribute has data (as it has had for a long time and the same expression was fine in 26011):

    string_sensor.value="14.445"
    value_sensor.units="c/kWh"
    value_sensor.value=14.445
    x_hass.area_id=null
    x_hass.domain="sensor"
    x_hass.entity_id="sensor.nordpool_kwh_fi_eur_3_10_0"
    x_hass.floor_id=null
    x_hass.services=["sensor","nordpool"]
    x_hass.source="nordpool"
    x_hass.state="14.445"
    x_hass_attr.additional_costs_current_hour=0
    x_hass_attr.average=7.086739583333333
    x_hass_attr.country="Finland"
    x_hass_attr.currency="EUR"
    x_hass_attr.current_price=14.445
    x_hass_attr.device_class="monetary"
    x_hass_attr.friendly_name="nordpool"
    x_hass_attr.icon="mdi:flash"
    x_hass_attr.low_price=false
    x_hass_attr.max=14.555
    x_hass_attr.mean=5.6175
    x_hass_attr.min=1.188
    x_hass_attr.off_peak_1=2.9290000000000003
    x_hass_attr.off_peak_2=8.195105263157895
    x_hass_attr.peak=2.8389166666666665
    x_hass_attr.price_in_cents=true
    x_hass_attr.price_percent_to_average=2.0383139284491136
    x_hass_attr.raw_today=[{"start":"2026-05-21T00:00:00+03:00","end":"2026-05-21T00:15:00+03:00","value":3.982},{"start":"2026-05-21T00:15:00+03:00","end":"2026-05-21T00:30:00+03:00","value":3.183},{"start":"2026-05-21T00:30:00+03:00","end":"2026-05-21T00:45:00+03:00","value":2.991},{"start":"2026-05-21T00:45:00+03:00","end":"2026-05-21T01:00:00+03:00","value":2.588},{"start":"2026-05-21T01:00:00+03:00","end":"2026-05-21T01:15:00+03:00","value":2.797},{"start":"2026-05-21T01:15:00+03:00","end":"2026-05-21T01:30:00+03:00","value":2.653},{"start":"2026-05-21T01:30:00+03:00","end":"2026-05-21T01:45:00+03:00","value":2.797},{"start":"2026-05-21T01:45:00+03:00","end":"2026-05-21T02:00:00+03:00","value":2.441},{"start":"2026-05-21T02:00:00+03:00","end":"2026-05-21T02:15:00+03:00","value":2.255},{"start":"2026-05-21T02:15:00+03:00","end":"2026-05-21T02:30:00+03:00","value":2.791},{"start":"2026-05-21T02:30:00+03:00","end":"2026-05-21T02:45:00+03:00","value":2.87},{"start":"2026-05-21T02:45:00+03:00","end":"2026-05-21T03:00:00+03:00","value":3.231},{"start":"2026-05-21T03:00:00+03:00","end":"2026-05-21T03:15:00+03:00","value":2.793},{"start":"2026-05-21T03:15:00+03:00","end":"2026-05-21T03:30:00+03:00","value":2.999},{"start":"2026-05-21T03:30:00+03:00","end":"2026-05-21T03:45:00+03:00","value":2.851},{"start":"2026-05-21T03:45:00+03:00","end":"2026-05-21T04:00:00+03:00","value":2.814},{"start":"2026-05-21T04:00:00+03:00","end":"2026-05-21T04:15:00+03:00","value":2.389},{"start":"2026-05-21T04:15:00+03:00","end":"2026-05-21T04:30:00+03:00","value":2.793},{"start":"2026-05-21T04:30:00+03:00","end":"2026-05-21T04:45:00+03:00","value":2.9},{"start":"2026-05-21T04:45:00+03:00","end":"2026-05-21T05:00:00+03:00","value":3.381},{"start":"2026-05-21T05:00:00+03:00","end":"2026-05-21T05:15:00+03:00","value":2.84},{"start":"2026-05-21T05:15:00+03:00","end":"2026-05-21T05:30:00+03:00","value":3.735},{"start":"2026-05-21T05:30:00+03:00","end":"2026-05-21T05:45:00+03:00","value":4.999},{"start":"2026-05-21T05:45:00+03:00","end":"2026-05-21T06:00:00+03:00","value":5.689},{"start":"2026-05-21T06:00:00+03:00","end":"2026-05-21T06:15:00+03:00","value":2.838},{"start":"2026-05-21T06:15:00+03:00","end":"2026-05-21T06:30:00+03:00","value":4.999},{"start":"2026-05-21T06:30:00+03:00","end":"2026-05-21T06:45:00+03:00","value":6.19},{"start":"2026-05-21T06:45:00+03:00","end":"2026-05-21T07:00:00+03:00","value":10.661},{"start":"2026-05-21T07:00:00+03:00","end":"2026-05-21T07:15:00+03:00","value":1.188},{"start":"2026-05-21T07:15:00+03:00","end":"2026-05-21T07:30:00+03:00","value":4.259},{"start":"2026-05-21T07:30:00+03:00","end":"2026-05-21T07:45:00+03:00","value":9.804},{"start":"2026-05-21T07:45:00+03:00","end":"2026-05-21T08:00:00+03:00","value":13.01},{"start":"2026-05-21T08:00:00+03:00","end":"2026-05-21T08:15:00+03:00","value":10.39},{"start":"2026-05-21T08:15:00+03:00","end":"2026-05-21T08:30:00+03:00","value":10.726},{"start":"2026-05-21T08:30:00+03:00","end":"2026-05-21T08:45:00+03:00","value":12.032},{"start":"2026-05-21T08:45:00+03:00","end":"2026-05-21T09:00:00+03:00","value":12.654},{"start":"2026-05-21T09:00:00+03:00","end":"2026-05-21T09:15:00+03:00","value":12.743},{"start":"2026-05-21T09:15:00+03:00","end":"2026-05-21T09:30:00+03:00","value":11.514},{"start":"2026-05-21T09:30:00+03:00","end":"2026-05-21T09:45:00+03:00","value":10.952},{"start":"2026-05-21T09:45:00+03:00","end":"2026-05-21T10:00:00+03:00","value":10.273},{"start":"2026-05-21T10:00:00+03:00","end":"2026-05-21T10:15:00+03:00","value":11.009},{"start":"2026-05-21T10:15:00+03:00","end":"2026-05-21T10:30:00+03:00","value":9.09},{"start":"2026-05-21T10:30:00+03:00","end":"2026-05-21T10:45:00+03:00","value":8.448},{"start":"2026-05-21T10:45:00+03:00","end":"2026-05-21T11:00:00+03:00","value":7.698},{"start":"2026-05-21T11:00:00+03:00","end":"2026-05-21T11:15:00+03:00","value":9.599},{"start":"2026-05-21T11:15:00+03:00","end":"2026-05-21T11:30:00+03:00","value":8.059},{"start":"2026-05-21T11:30:00+03:00","end":"2026-05-21T11:45:00+03:00","value":6.586},{"start":"2026-05-21T11:45:00+03:00","end":"2026-05-21T12:00:00+03:00","value":5.546},{"start":"2026-05-21T12:00:00+03:00","end":"2026-05-21T12:15:00+03:00","value":7.348},{"start":"2026-05-21T12:15:00+03:00","end":"2026-05-21T12:30:00+03:00","value":5.544},{"start":"2026-05-21T12:30:00+03:00","end":"2026-05-21T12:45:00+03:00","value":4.164},{"start":"2026-05-21T12:45:00+03:00","end":"2026-05-21T13:00:00+03:00","value":3},{"start":"2026-05-21T13:00:00+03:00","end":"2026-05-21T13:15:00+03:00","value":5.23},{"start":"2026-05-21T13:15:00+03:00","end":"2026-05-21T13:30:00+03:00","value":4.887},{"start":"2026-05-21T13:30:00+03:00","end":"2026-05-21T13:45:00+03:00","value":3.942},{"start":"2026-05-21T13:45:00+03:00","end":"2026-05-21T14:00:00+03:00","value":2.924},{"start":"2026-05-21T14:00:00+03:00","end":"2026-05-21T14:15:00+03:00","value":4.408},{"start":"2026-05-21T14:15:00+03:00","end":"2026-05-21T14:30:00+03:00","value":4.004},{"start":"2026-05-21T14:30:00+03:00","end":"2026-05-21T14:45:00+03:00","value":3.398},{"start":"2026-05-21T14:45:00+03:00","end":"2026-05-21T15:00:00+03:00","value":3.082},{"start":"2026-05-21T15:00:00+03:00","end":"2026-05-21T15:15:00+03:00","value":3.071},{"start":"2026-05-21T15:15:00+03:00","end":"2026-05-21T15:30:00+03:00","value":3.753},{"start":"2026-05-21T15:30:00+03:00","end":"2026-05-21T15:45:00+03:00","value":3.429},{"start":"2026-05-21T15:45:00+03:00","end":"2026-05-21T16:00:00+03:00","value":3.114},{"start":"2026-05-21T16:00:00+03:00","end":"2026-05-21T16:15:00+03:00","value":2.647},{"start":"2026-05-21T16:15:00+03:00","end":"2026-05-21T16:30:00+03:00","value":2.456},{"start":"2026-05-21T16:30:00+03:00","end":"2026-05-21T16:45:00+03:00","value":4.836},{"start":"2026-05-21T16:45:00+03:00","end":"2026-05-21T17:00:00+03:00","value":6.734},{"start":"2026-05-21T17:00:00+03:00","end":"2026-05-21T17:15:00+03:00","value":2.741},{"start":"2026-05-21T17:15:00+03:00","end":"2026-05-21T17:30:00+03:00","value":6.63},{"start":"2026-05-21T17:30:00+03:00","end":"2026-05-21T17:45:00+03:00","value":8.838},{"start":"2026-05-21T17:45:00+03:00","end":"2026-05-21T18:00:00+03:00","value":9.839},{"start":"2026-05-21T18:00:00+03:00","end":"2026-05-21T18:15:00+03:00","value":5.414},{"start":"2026-05-21T18:15:00+03:00","end":"2026-05-21T18:30:00+03:00","value":8.412},{"start":"2026-05-21T18:30:00+03:00","end":"2026-05-21T18:45:00+03:00","value":10.386},{"start":"2026-05-21T18:45:00+03:00","end":"2026-05-21T19:00:00+03:00","value":11.874},{"start":"2026-05-21T19:00:00+03:00","end":"2026-05-21T19:15:00+03:00","value":10.273},{"start":"2026-05-21T19:15:00+03:00","end":"2026-05-21T19:30:00+03:00","value":10.775},{"start":"2026-05-21T19:30:00+03:00","end":"2026-05-21T19:45:00+03:00","value":12.398},{"start":"2026-05-21T19:45:00+03:00","end":"2026-05-21T20:00:00+03:00","value":14.145},{"start":"2026-05-21T20:00:00+03:00","end":"2026-05-21T20:15:00+03:00","value":11.399},{"start":"2026-05-21T20:15:00+03:00","end":"2026-05-21T20:30:00+03:00","value":11.592},{"start":"2026-05-21T20:30:00+03:00","end":"2026-05-21T20:45:00+03:00","value":12.992},{"start":"2026-05-21T20:45:00+03:00","end":"2026-05-21T21:00:00+03:00","value":14.555},{"start":"2026-05-21T21:00:00+03:00","end":"2026-05-21T21:15:00+03:00","value":13.434},{"start":"2026-05-21T21:15:00+03:00","end":"2026-05-21T21:30:00+03:00","value":13.697},{"start":"2026-05-21T21:30:00+03:00","end":"2026-05-21T21:45:00+03:00","value":13.671},{"start":"2026-05-21T21:45:00+03:00","end":"2026-05-21T22:00:00+03:00","value":13.851},{"start":"2026-05-21T22:00:00+03:00","end":"2026-05-21T22:15:00+03:00","value":13.753},{"start":"2026-05-21T22:15:00+03:00","end":"2026-05-21T22:30:00+03:00","value":13.662},{"start":"2026-05-21T22:30:00+03:00","end":"2026-05-21T22:45:00+03:00","value":12.542},{"start":"2026-05-21T22:45:00+03:00","end":"2026-05-21T23:00:00+03:00","value":10.853},{"start":"2026-05-21T23:00:00+03:00","end":"2026-05-21T23:15:00+03:00","value":14.445},{"start":"2026-05-21T23:15:00+03:00","end":"2026-05-21T23:30:00+03:00","value":12.675},{"start":"2026-05-21T23:30:00+03:00","end":"2026-05-21T23:45:00+03:00","value":10.164},{"start":"2026-05-21T23:45:00+03:00","end":"2026-05-22T00:00:00+03:00","value":8.316}]
    x_hass_attr.raw_tomorrow=[{"start":"2026-05-22T00:00:00+03:00","end":"2026-05-22T00:15:00+03:00","value":11.153},{"start":"2026-05-22T00:15:00+03:00","end":"2026-05-22T00:30:00+03:00","value":8.285},{"start":"2026-05-22T00:30:00+03:00","end":"2026-05-22T00:45:00+03:00","value":6.982},{"start":"2026-05-22T00:45:00+03:00","end":"2026-05-22T01:00:00+03:00","value":6.393},{"start":"2026-05-22T01:00:00+03:00","end":"2026-05-22T01:15:00+03:00","value":7.771},{"start":"2026-05-22T01:15:00+03:00","end":"2026-05-22T01:30:00+03:00","value":7.223},{"start":"2026-05-22T01:30:00+03:00","end":"2026-05-22T01:45:00+03:00","value":6.893},{"start":"2026-05-22T01:45:00+03:00","end":"2026-05-22T02:00:00+03:00","value":6.303},{"start":"2026-05-22T02:00:00+03:00","end":"2026-05-22T02:15:00+03:00","value":7.21},{"start":"2026-05-22T02:15:00+03:00","end":"2026-05-22T02:30:00+03:00","value":6.925},{"start":"2026-05-22T02:30:00+03:00","end":"2026-05-22T02:45:00+03:00","value":6.774},{"start":"2026-05-22T02:45:00+03:00","end":"2026-05-22T03:00:00+03:00","value":6.661},{"start":"2026-05-22T03:00:00+03:00","end":"2026-05-22T03:15:00+03:00","value":6.927},{"start":"2026-05-22T03:15:00+03:00","end":"2026-05-22T03:30:00+03:00","value":6.876},{"start":"2026-05-22T03:30:00+03:00","end":"2026-05-22T03:45:00+03:00","value":6.769},{"start":"2026-05-22T03:45:00+03:00","end":"2026-05-22T04:00:00+03:00","value":6.89},{"start":"2026-05-22T04:00:00+03:00","end":"2026-05-22T04:15:00+03:00","value":7.25},{"start":"2026-05-22T04:15:00+03:00","end":"2026-05-22T04:30:00+03:00","value":6.887},{"start":"2026-05-22T04:30:00+03:00","end":"2026-05-22T04:45:00+03:00","value":6.74},{"start":"2026-05-22T04:45:00+03:00","end":"2026-05-22T05:00:00+03:00","value":6.724},{"start":"2026-05-22T05:00:00+03:00","end":"2026-05-22T05:15:00+03:00","value":6.679},{"start":"2026-05-22T05:15:00+03:00","end":"2026-05-22T05:30:00+03:00","value":6.786},{"start":"2026-05-22T05:30:00+03:00","end":"2026-05-22T05:45:00+03:00","value":6.762},{"start":"2026-05-22T05:45:00+03:00","end":"2026-05-22T06:00:00+03:00","value":7.254},{"start":"2026-05-22T06:00:00+03:00","end":"2026-05-22T06:15:00+03:00","value":8.086},{"start":"2026-05-22T06:15:00+03:00","end":"2026-05-22T06:30:00+03:00","value":8.887},{"start":"2026-05-22T06:30:00+03:00","end":"2026-05-22T06:45:00+03:00","value":9.137},{"start":"2026-05-22T06:45:00+03:00","end":"2026-05-22T07:00:00+03:00","value":12.066},{"start":"2026-05-22T07:00:00+03:00","end":"2026-05-22T07:15:00+03:00","value":9.283},{"start":"2026-05-22T07:15:00+03:00","end":"2026-05-22T07:30:00+03:00","value":11.21},{"start":"2026-05-22T07:30:00+03:00","end":"2026-05-22T07:45:00+03:00","value":12.509},{"start":"2026-05-22T07:45:00+03:00","end":"2026-05-22T08:00:00+03:00","value":13.006},{"start":"2026-05-22T08:00:00+03:00","end":"2026-05-22T08:15:00+03:00","value":12.383},{"start":"2026-05-22T08:15:00+03:00","end":"2026-05-22T08:30:00+03:00","value":13.465},{"start":"2026-05-22T08:30:00+03:00","end":"2026-05-22T08:45:00+03:00","value":12.571},{"start":"2026-05-22T08:45:00+03:00","end":"2026-05-22T09:00:00+03:00","value":11.12},{"start":"2026-05-22T09:00:00+03:00","end":"2026-05-22T09:15:00+03:00","value":13.85},{"start":"2026-05-22T09:15:00+03:00","end":"2026-05-22T09:30:00+03:00","value":12.649},{"start":"2026-05-22T09:30:00+03:00","end":"2026-05-22T09:45:00+03:00","value":11.639},{"start":"2026-05-22T09:45:00+03:00","end":"2026-05-22T10:00:00+03:00","value":9.4},{"start":"2026-05-22T10:00:00+03:00","end":"2026-05-22T10:15:00+03:00","value":11.78},{"start":"2026-05-22T10:15:00+03:00","end":"2026-05-22T10:30:00+03:00","value":10.428},{"start":"2026-05-22T10:30:00+03:00","end":"2026-05-22T10:45:00+03:00","value":7.958},{"start":"2026-05-22T10:45:00+03:00","end":"2026-05-22T11:00:00+03:00","value":5.408},{"start":"2026-05-22T11:00:00+03:00","end":"2026-05-22T11:15:00+03:00","value":9.257},{"start":"2026-05-22T11:15:00+03:00","end":"2026-05-22T11:30:00+03:00","value":6.292},{"start":"2026-05-22T11:30:00+03:00","end":"2026-05-22T11:45:00+03:00","value":1.849},{"start":"2026-05-22T11:45:00+03:00","end":"2026-05-22T12:00:00+03:00","value":1.618},{"start":"2026-05-22T12:00:00+03:00","end":"2026-05-22T12:15:00+03:00","value":4.873},{"start":"2026-05-22T12:15:00+03:00","end":"2026-05-22T12:30:00+03:00","value":4.017},{"start":"2026-05-22T12:30:00+03:00","end":"2026-05-22T12:45:00+03:00","value":3.653},{"start":"2026-05-22T12:45:00+03:00","end":"2026-05-22T13:00:00+03:00","value":2.654},{"start":"2026-05-22T13:00:00+03:00","end":"2026-05-22T13:15:00+03:00","value":3.284},{"start":"2026-05-22T13:15:00+03:00","end":"2026-05-22T13:30:00+03:00","value":3.198},{"start":"2026-05-22T13:30:00+03:00","end":"2026-05-22T13:45:00+03:00","value":2.795},{"start":"2026-05-22T13:45:00+03:00","end":"2026-05-22T14:00:00+03:00","value":2.256},{"start":"2026-05-22T14:00:00+03:00","end":"2026-05-22T14:15:00+03:00","value":3.038},{"start":"2026-05-22T14:15:00+03:00","end":"2026-05-22T14:30:00+03:00","value":2.813},{"start":"2026-05-22T14:30:00+03:00","end":"2026-05-22T14:45:00+03:00","value":2.384},{"start":"2026-05-22T14:45:00+03:00","end":"2026-05-22T15:00:00+03:00","value":2.063},{"start":"2026-05-22T15:00:00+03:00","end":"2026-05-22T15:15:00+03:00","value":2.467},{"start":"2026-05-22T15:15:00+03:00","end":"2026-05-22T15:30:00+03:00","value":2.154},{"start":"2026-05-22T15:30:00+03:00","end":"2026-05-22T15:45:00+03:00","value":1.811},{"start":"2026-05-22T15:45:00+03:00","end":"2026-05-22T16:00:00+03:00","value":1.7},{"start":"2026-05-22T16:00:00+03:00","end":"2026-05-22T16:15:00+03:00","value":1.592},{"start":"2026-05-22T16:15:00+03:00","end":"2026-05-22T16:30:00+03:00","value":1.61},{"start":"2026-05-22T16:30:00+03:00","end":"2026-05-22T16:45:00+03:00","value":2.401},{"start":"2026-05-22T16:45:00+03:00","end":"2026-05-22T17:00:00+03:00","value":5.093},{"start":"2026-05-22T17:00:00+03:00","end":"2026-05-22T17:15:00+03:00","value":1.653},{"start":"2026-05-22T17:15:00+03:00","end":"2026-05-22T17:30:00+03:00","value":4.982},{"start":"2026-05-22T17:30:00+03:00","end":"2026-05-22T17:45:00+03:00","value":6.284},{"start":"2026-05-22T17:45:00+03:00","end":"2026-05-22T18:00:00+03:00","value":7.819},{"start":"2026-05-22T18:00:00+03:00","end":"2026-05-22T18:15:00+03:00","value":3.799},{"start":"2026-05-22T18:15:00+03:00","end":"2026-05-22T18:30:00+03:00","value":6.367},{"start":"2026-05-22T18:30:00+03:00","end":"2026-05-22T18:45:00+03:00","value":7.77},{"start":"2026-05-22T18:45:00+03:00","end":"2026-05-22T19:00:00+03:00","value":10.393},{"start":"2026-05-22T19:00:00+03:00","end":"2026-05-22T19:15:00+03:00","value":7.398},{"start":"2026-05-22T19:15:00+03:00","end":"2026-05-22T19:30:00+03:00","value":9.333},{"start":"2026-05-22T19:30:00+03:00","end":"2026-05-22T19:45:00+03:00","value":9.592},{"start":"2026-05-22T19:45:00+03:00","end":"2026-05-22T20:00:00+03:00","value":10.373},{"start":"2026-05-22T20:00:00+03:00","end":"2026-05-22T20:15:00+03:00","value":8.903},{"start":"2026-05-22T20:15:00+03:00","end":"2026-05-22T20:30:00+03:00","value":10.05},{"start":"2026-05-22T20:30:00+03:00","end":"2026-05-22T20:45:00+03:00","value":10.554},{"start":"2026-05-22T20:45:00+03:00","end":"2026-05-22T21:00:00+03:00","value":12.48},{"start":"2026-05-22T21:00:00+03:00","end":"2026-05-22T21:15:00+03:00","value":11.535},{"start":"2026-05-22T21:15:00+03:00","end":"2026-05-22T21:30:00+03:00","value":10.789},{"start":"2026-05-22T21:30:00+03:00","end":"2026-05-22T21:45:00+03:00","value":10.554},{"start":"2026-05-22T21:45:00+03:00","end":"2026-05-22T22:00:00+03:00","value":7.576},{"start":"2026-05-22T22:00:00+03:00","end":"2026-05-22T22:15:00+03:00","value":13.341},{"start":"2026-05-22T22:15:00+03:00","end":"2026-05-22T22:30:00+03:00","value":10.832},{"start":"2026-05-22T22:30:00+03:00","end":"2026-05-22T22:45:00+03:00","value":8.376},{"start":"2026-05-22T22:45:00+03:00","end":"2026-05-22T23:00:00+03:00","value":7.646},{"start":"2026-05-22T23:00:00+03:00","end":"2026-05-22T23:15:00+03:00","value":9.674},{"start":"2026-05-22T23:15:00+03:00","end":"2026-05-22T23:30:00+03:00","value":4.999},{"start":"2026-05-22T23:30:00+03:00","end":"2026-05-22T23:45:00+03:00","value":3},{"start":"2026-05-22T23:45:00+03:00","end":"2026-05-23T00:00:00+03:00","value":1.146}]
    x_hass_attr.region="FI"
    x_hass_attr.restored=true
    x_hass_attr.state_class="total"
    x_hass_attr.supported_features=0
    x_hass_attr.today=[3.982,3.183,2.991,2.588,2.797,2.653,2.797,2.441,2.255,2.791,2.87,3.231,2.793,2.999,2.851,2.814,2.389,2.793,2.9,3.381,2.84,3.735,4.999,5.689,2.838,4.999,6.19,10.661,1.188,4.259,9.804,13.01,10.39,10.726,12.032,12.654,12.743,11.514,10.952,10.273,11.009,9.09,8.448,7.698,9.599,8.059,6.586,5.546,7.348,5.544,4.164,3,5.23,4.887,3.942,2.924,4.408,4.004,3.398,3.082,3.071,3.753,3.429,3.114,2.647,2.456,4.836,6.734,2.741,6.63,8.838,9.839,5.414,8.412,10.386,11.874,10.273,10.775,12.398,14.145,11.399,11.592,12.992,14.555,13.434,13.697,13.671,13.851,13.753,13.662,12.542,10.853,14.445,12.675,10.164,8.316]
    x_hass_attr.tomorrow=[11.153,8.285,6.982,6.393,7.771,7.223,6.893,6.303,7.21,6.925,6.774,6.661,6.927,6.876,6.769,6.89,7.25,6.887,6.74,6.724,6.679,6.786,6.762,7.254,8.086,8.887,9.137,12.066,9.283,11.21,12.509,13.006,12.383,13.465,12.571,11.12,13.85,12.649,11.639,9.4,11.78,10.428,7.958,5.408,9.257,6.292,1.849,1.618,4.873,4.017,3.653,2.654,3.284,3.198,2.795,2.256,3.038,2.813,2.384,2.063,2.467,2.154,1.811,1.7,1.592,1.61,2.401,5.093,1.653,4.982,6.284,7.819,3.799,6.367,7.77,10.393,7.398,9.333,9.592,10.373,8.903,10.05,10.554,12.48,11.535,10.789,10.554,7.576,13.341,10.832,8.376,7.646,9.674,4.999,3,1.146]
    x_hass_attr.tomorrow_valid=true
    x_hass_attr.unit="kWh"
    x_hass_attr.unit_of_measurement="c/kWh"
    

    As the only thing that has changed is MSR build, I suspect some array handling could be different? I might be completely mistaken, but cannot solve this currently on my own.

    Using MSR on Docker (Synology NAS), having InfluxDB, Grafana & Home Assistant, Zigbee2MQTT & ZWA-2

    tunnusT 1 Reply Last reply
    0
    • tunnusT tunnus

      Did upgrade to MSR build 26140 on Docker, and now getting errors related to one hass integration that used to work ok with 26011.

      I have the following local expression:

      Screenshot 2026-05-21 at 23.04.02.png

      Still, in the entities that attribute has data (as it has had for a long time and the same expression was fine in 26011):

      string_sensor.value="14.445"
      value_sensor.units="c/kWh"
      value_sensor.value=14.445
      x_hass.area_id=null
      x_hass.domain="sensor"
      x_hass.entity_id="sensor.nordpool_kwh_fi_eur_3_10_0"
      x_hass.floor_id=null
      x_hass.services=["sensor","nordpool"]
      x_hass.source="nordpool"
      x_hass.state="14.445"
      x_hass_attr.additional_costs_current_hour=0
      x_hass_attr.average=7.086739583333333
      x_hass_attr.country="Finland"
      x_hass_attr.currency="EUR"
      x_hass_attr.current_price=14.445
      x_hass_attr.device_class="monetary"
      x_hass_attr.friendly_name="nordpool"
      x_hass_attr.icon="mdi:flash"
      x_hass_attr.low_price=false
      x_hass_attr.max=14.555
      x_hass_attr.mean=5.6175
      x_hass_attr.min=1.188
      x_hass_attr.off_peak_1=2.9290000000000003
      x_hass_attr.off_peak_2=8.195105263157895
      x_hass_attr.peak=2.8389166666666665
      x_hass_attr.price_in_cents=true
      x_hass_attr.price_percent_to_average=2.0383139284491136
      x_hass_attr.raw_today=[{"start":"2026-05-21T00:00:00+03:00","end":"2026-05-21T00:15:00+03:00","value":3.982},{"start":"2026-05-21T00:15:00+03:00","end":"2026-05-21T00:30:00+03:00","value":3.183},{"start":"2026-05-21T00:30:00+03:00","end":"2026-05-21T00:45:00+03:00","value":2.991},{"start":"2026-05-21T00:45:00+03:00","end":"2026-05-21T01:00:00+03:00","value":2.588},{"start":"2026-05-21T01:00:00+03:00","end":"2026-05-21T01:15:00+03:00","value":2.797},{"start":"2026-05-21T01:15:00+03:00","end":"2026-05-21T01:30:00+03:00","value":2.653},{"start":"2026-05-21T01:30:00+03:00","end":"2026-05-21T01:45:00+03:00","value":2.797},{"start":"2026-05-21T01:45:00+03:00","end":"2026-05-21T02:00:00+03:00","value":2.441},{"start":"2026-05-21T02:00:00+03:00","end":"2026-05-21T02:15:00+03:00","value":2.255},{"start":"2026-05-21T02:15:00+03:00","end":"2026-05-21T02:30:00+03:00","value":2.791},{"start":"2026-05-21T02:30:00+03:00","end":"2026-05-21T02:45:00+03:00","value":2.87},{"start":"2026-05-21T02:45:00+03:00","end":"2026-05-21T03:00:00+03:00","value":3.231},{"start":"2026-05-21T03:00:00+03:00","end":"2026-05-21T03:15:00+03:00","value":2.793},{"start":"2026-05-21T03:15:00+03:00","end":"2026-05-21T03:30:00+03:00","value":2.999},{"start":"2026-05-21T03:30:00+03:00","end":"2026-05-21T03:45:00+03:00","value":2.851},{"start":"2026-05-21T03:45:00+03:00","end":"2026-05-21T04:00:00+03:00","value":2.814},{"start":"2026-05-21T04:00:00+03:00","end":"2026-05-21T04:15:00+03:00","value":2.389},{"start":"2026-05-21T04:15:00+03:00","end":"2026-05-21T04:30:00+03:00","value":2.793},{"start":"2026-05-21T04:30:00+03:00","end":"2026-05-21T04:45:00+03:00","value":2.9},{"start":"2026-05-21T04:45:00+03:00","end":"2026-05-21T05:00:00+03:00","value":3.381},{"start":"2026-05-21T05:00:00+03:00","end":"2026-05-21T05:15:00+03:00","value":2.84},{"start":"2026-05-21T05:15:00+03:00","end":"2026-05-21T05:30:00+03:00","value":3.735},{"start":"2026-05-21T05:30:00+03:00","end":"2026-05-21T05:45:00+03:00","value":4.999},{"start":"2026-05-21T05:45:00+03:00","end":"2026-05-21T06:00:00+03:00","value":5.689},{"start":"2026-05-21T06:00:00+03:00","end":"2026-05-21T06:15:00+03:00","value":2.838},{"start":"2026-05-21T06:15:00+03:00","end":"2026-05-21T06:30:00+03:00","value":4.999},{"start":"2026-05-21T06:30:00+03:00","end":"2026-05-21T06:45:00+03:00","value":6.19},{"start":"2026-05-21T06:45:00+03:00","end":"2026-05-21T07:00:00+03:00","value":10.661},{"start":"2026-05-21T07:00:00+03:00","end":"2026-05-21T07:15:00+03:00","value":1.188},{"start":"2026-05-21T07:15:00+03:00","end":"2026-05-21T07:30:00+03:00","value":4.259},{"start":"2026-05-21T07:30:00+03:00","end":"2026-05-21T07:45:00+03:00","value":9.804},{"start":"2026-05-21T07:45:00+03:00","end":"2026-05-21T08:00:00+03:00","value":13.01},{"start":"2026-05-21T08:00:00+03:00","end":"2026-05-21T08:15:00+03:00","value":10.39},{"start":"2026-05-21T08:15:00+03:00","end":"2026-05-21T08:30:00+03:00","value":10.726},{"start":"2026-05-21T08:30:00+03:00","end":"2026-05-21T08:45:00+03:00","value":12.032},{"start":"2026-05-21T08:45:00+03:00","end":"2026-05-21T09:00:00+03:00","value":12.654},{"start":"2026-05-21T09:00:00+03:00","end":"2026-05-21T09:15:00+03:00","value":12.743},{"start":"2026-05-21T09:15:00+03:00","end":"2026-05-21T09:30:00+03:00","value":11.514},{"start":"2026-05-21T09:30:00+03:00","end":"2026-05-21T09:45:00+03:00","value":10.952},{"start":"2026-05-21T09:45:00+03:00","end":"2026-05-21T10:00:00+03:00","value":10.273},{"start":"2026-05-21T10:00:00+03:00","end":"2026-05-21T10:15:00+03:00","value":11.009},{"start":"2026-05-21T10:15:00+03:00","end":"2026-05-21T10:30:00+03:00","value":9.09},{"start":"2026-05-21T10:30:00+03:00","end":"2026-05-21T10:45:00+03:00","value":8.448},{"start":"2026-05-21T10:45:00+03:00","end":"2026-05-21T11:00:00+03:00","value":7.698},{"start":"2026-05-21T11:00:00+03:00","end":"2026-05-21T11:15:00+03:00","value":9.599},{"start":"2026-05-21T11:15:00+03:00","end":"2026-05-21T11:30:00+03:00","value":8.059},{"start":"2026-05-21T11:30:00+03:00","end":"2026-05-21T11:45:00+03:00","value":6.586},{"start":"2026-05-21T11:45:00+03:00","end":"2026-05-21T12:00:00+03:00","value":5.546},{"start":"2026-05-21T12:00:00+03:00","end":"2026-05-21T12:15:00+03:00","value":7.348},{"start":"2026-05-21T12:15:00+03:00","end":"2026-05-21T12:30:00+03:00","value":5.544},{"start":"2026-05-21T12:30:00+03:00","end":"2026-05-21T12:45:00+03:00","value":4.164},{"start":"2026-05-21T12:45:00+03:00","end":"2026-05-21T13:00:00+03:00","value":3},{"start":"2026-05-21T13:00:00+03:00","end":"2026-05-21T13:15:00+03:00","value":5.23},{"start":"2026-05-21T13:15:00+03:00","end":"2026-05-21T13:30:00+03:00","value":4.887},{"start":"2026-05-21T13:30:00+03:00","end":"2026-05-21T13:45:00+03:00","value":3.942},{"start":"2026-05-21T13:45:00+03:00","end":"2026-05-21T14:00:00+03:00","value":2.924},{"start":"2026-05-21T14:00:00+03:00","end":"2026-05-21T14:15:00+03:00","value":4.408},{"start":"2026-05-21T14:15:00+03:00","end":"2026-05-21T14:30:00+03:00","value":4.004},{"start":"2026-05-21T14:30:00+03:00","end":"2026-05-21T14:45:00+03:00","value":3.398},{"start":"2026-05-21T14:45:00+03:00","end":"2026-05-21T15:00:00+03:00","value":3.082},{"start":"2026-05-21T15:00:00+03:00","end":"2026-05-21T15:15:00+03:00","value":3.071},{"start":"2026-05-21T15:15:00+03:00","end":"2026-05-21T15:30:00+03:00","value":3.753},{"start":"2026-05-21T15:30:00+03:00","end":"2026-05-21T15:45:00+03:00","value":3.429},{"start":"2026-05-21T15:45:00+03:00","end":"2026-05-21T16:00:00+03:00","value":3.114},{"start":"2026-05-21T16:00:00+03:00","end":"2026-05-21T16:15:00+03:00","value":2.647},{"start":"2026-05-21T16:15:00+03:00","end":"2026-05-21T16:30:00+03:00","value":2.456},{"start":"2026-05-21T16:30:00+03:00","end":"2026-05-21T16:45:00+03:00","value":4.836},{"start":"2026-05-21T16:45:00+03:00","end":"2026-05-21T17:00:00+03:00","value":6.734},{"start":"2026-05-21T17:00:00+03:00","end":"2026-05-21T17:15:00+03:00","value":2.741},{"start":"2026-05-21T17:15:00+03:00","end":"2026-05-21T17:30:00+03:00","value":6.63},{"start":"2026-05-21T17:30:00+03:00","end":"2026-05-21T17:45:00+03:00","value":8.838},{"start":"2026-05-21T17:45:00+03:00","end":"2026-05-21T18:00:00+03:00","value":9.839},{"start":"2026-05-21T18:00:00+03:00","end":"2026-05-21T18:15:00+03:00","value":5.414},{"start":"2026-05-21T18:15:00+03:00","end":"2026-05-21T18:30:00+03:00","value":8.412},{"start":"2026-05-21T18:30:00+03:00","end":"2026-05-21T18:45:00+03:00","value":10.386},{"start":"2026-05-21T18:45:00+03:00","end":"2026-05-21T19:00:00+03:00","value":11.874},{"start":"2026-05-21T19:00:00+03:00","end":"2026-05-21T19:15:00+03:00","value":10.273},{"start":"2026-05-21T19:15:00+03:00","end":"2026-05-21T19:30:00+03:00","value":10.775},{"start":"2026-05-21T19:30:00+03:00","end":"2026-05-21T19:45:00+03:00","value":12.398},{"start":"2026-05-21T19:45:00+03:00","end":"2026-05-21T20:00:00+03:00","value":14.145},{"start":"2026-05-21T20:00:00+03:00","end":"2026-05-21T20:15:00+03:00","value":11.399},{"start":"2026-05-21T20:15:00+03:00","end":"2026-05-21T20:30:00+03:00","value":11.592},{"start":"2026-05-21T20:30:00+03:00","end":"2026-05-21T20:45:00+03:00","value":12.992},{"start":"2026-05-21T20:45:00+03:00","end":"2026-05-21T21:00:00+03:00","value":14.555},{"start":"2026-05-21T21:00:00+03:00","end":"2026-05-21T21:15:00+03:00","value":13.434},{"start":"2026-05-21T21:15:00+03:00","end":"2026-05-21T21:30:00+03:00","value":13.697},{"start":"2026-05-21T21:30:00+03:00","end":"2026-05-21T21:45:00+03:00","value":13.671},{"start":"2026-05-21T21:45:00+03:00","end":"2026-05-21T22:00:00+03:00","value":13.851},{"start":"2026-05-21T22:00:00+03:00","end":"2026-05-21T22:15:00+03:00","value":13.753},{"start":"2026-05-21T22:15:00+03:00","end":"2026-05-21T22:30:00+03:00","value":13.662},{"start":"2026-05-21T22:30:00+03:00","end":"2026-05-21T22:45:00+03:00","value":12.542},{"start":"2026-05-21T22:45:00+03:00","end":"2026-05-21T23:00:00+03:00","value":10.853},{"start":"2026-05-21T23:00:00+03:00","end":"2026-05-21T23:15:00+03:00","value":14.445},{"start":"2026-05-21T23:15:00+03:00","end":"2026-05-21T23:30:00+03:00","value":12.675},{"start":"2026-05-21T23:30:00+03:00","end":"2026-05-21T23:45:00+03:00","value":10.164},{"start":"2026-05-21T23:45:00+03:00","end":"2026-05-22T00:00:00+03:00","value":8.316}]
      x_hass_attr.raw_tomorrow=[{"start":"2026-05-22T00:00:00+03:00","end":"2026-05-22T00:15:00+03:00","value":11.153},{"start":"2026-05-22T00:15:00+03:00","end":"2026-05-22T00:30:00+03:00","value":8.285},{"start":"2026-05-22T00:30:00+03:00","end":"2026-05-22T00:45:00+03:00","value":6.982},{"start":"2026-05-22T00:45:00+03:00","end":"2026-05-22T01:00:00+03:00","value":6.393},{"start":"2026-05-22T01:00:00+03:00","end":"2026-05-22T01:15:00+03:00","value":7.771},{"start":"2026-05-22T01:15:00+03:00","end":"2026-05-22T01:30:00+03:00","value":7.223},{"start":"2026-05-22T01:30:00+03:00","end":"2026-05-22T01:45:00+03:00","value":6.893},{"start":"2026-05-22T01:45:00+03:00","end":"2026-05-22T02:00:00+03:00","value":6.303},{"start":"2026-05-22T02:00:00+03:00","end":"2026-05-22T02:15:00+03:00","value":7.21},{"start":"2026-05-22T02:15:00+03:00","end":"2026-05-22T02:30:00+03:00","value":6.925},{"start":"2026-05-22T02:30:00+03:00","end":"2026-05-22T02:45:00+03:00","value":6.774},{"start":"2026-05-22T02:45:00+03:00","end":"2026-05-22T03:00:00+03:00","value":6.661},{"start":"2026-05-22T03:00:00+03:00","end":"2026-05-22T03:15:00+03:00","value":6.927},{"start":"2026-05-22T03:15:00+03:00","end":"2026-05-22T03:30:00+03:00","value":6.876},{"start":"2026-05-22T03:30:00+03:00","end":"2026-05-22T03:45:00+03:00","value":6.769},{"start":"2026-05-22T03:45:00+03:00","end":"2026-05-22T04:00:00+03:00","value":6.89},{"start":"2026-05-22T04:00:00+03:00","end":"2026-05-22T04:15:00+03:00","value":7.25},{"start":"2026-05-22T04:15:00+03:00","end":"2026-05-22T04:30:00+03:00","value":6.887},{"start":"2026-05-22T04:30:00+03:00","end":"2026-05-22T04:45:00+03:00","value":6.74},{"start":"2026-05-22T04:45:00+03:00","end":"2026-05-22T05:00:00+03:00","value":6.724},{"start":"2026-05-22T05:00:00+03:00","end":"2026-05-22T05:15:00+03:00","value":6.679},{"start":"2026-05-22T05:15:00+03:00","end":"2026-05-22T05:30:00+03:00","value":6.786},{"start":"2026-05-22T05:30:00+03:00","end":"2026-05-22T05:45:00+03:00","value":6.762},{"start":"2026-05-22T05:45:00+03:00","end":"2026-05-22T06:00:00+03:00","value":7.254},{"start":"2026-05-22T06:00:00+03:00","end":"2026-05-22T06:15:00+03:00","value":8.086},{"start":"2026-05-22T06:15:00+03:00","end":"2026-05-22T06:30:00+03:00","value":8.887},{"start":"2026-05-22T06:30:00+03:00","end":"2026-05-22T06:45:00+03:00","value":9.137},{"start":"2026-05-22T06:45:00+03:00","end":"2026-05-22T07:00:00+03:00","value":12.066},{"start":"2026-05-22T07:00:00+03:00","end":"2026-05-22T07:15:00+03:00","value":9.283},{"start":"2026-05-22T07:15:00+03:00","end":"2026-05-22T07:30:00+03:00","value":11.21},{"start":"2026-05-22T07:30:00+03:00","end":"2026-05-22T07:45:00+03:00","value":12.509},{"start":"2026-05-22T07:45:00+03:00","end":"2026-05-22T08:00:00+03:00","value":13.006},{"start":"2026-05-22T08:00:00+03:00","end":"2026-05-22T08:15:00+03:00","value":12.383},{"start":"2026-05-22T08:15:00+03:00","end":"2026-05-22T08:30:00+03:00","value":13.465},{"start":"2026-05-22T08:30:00+03:00","end":"2026-05-22T08:45:00+03:00","value":12.571},{"start":"2026-05-22T08:45:00+03:00","end":"2026-05-22T09:00:00+03:00","value":11.12},{"start":"2026-05-22T09:00:00+03:00","end":"2026-05-22T09:15:00+03:00","value":13.85},{"start":"2026-05-22T09:15:00+03:00","end":"2026-05-22T09:30:00+03:00","value":12.649},{"start":"2026-05-22T09:30:00+03:00","end":"2026-05-22T09:45:00+03:00","value":11.639},{"start":"2026-05-22T09:45:00+03:00","end":"2026-05-22T10:00:00+03:00","value":9.4},{"start":"2026-05-22T10:00:00+03:00","end":"2026-05-22T10:15:00+03:00","value":11.78},{"start":"2026-05-22T10:15:00+03:00","end":"2026-05-22T10:30:00+03:00","value":10.428},{"start":"2026-05-22T10:30:00+03:00","end":"2026-05-22T10:45:00+03:00","value":7.958},{"start":"2026-05-22T10:45:00+03:00","end":"2026-05-22T11:00:00+03:00","value":5.408},{"start":"2026-05-22T11:00:00+03:00","end":"2026-05-22T11:15:00+03:00","value":9.257},{"start":"2026-05-22T11:15:00+03:00","end":"2026-05-22T11:30:00+03:00","value":6.292},{"start":"2026-05-22T11:30:00+03:00","end":"2026-05-22T11:45:00+03:00","value":1.849},{"start":"2026-05-22T11:45:00+03:00","end":"2026-05-22T12:00:00+03:00","value":1.618},{"start":"2026-05-22T12:00:00+03:00","end":"2026-05-22T12:15:00+03:00","value":4.873},{"start":"2026-05-22T12:15:00+03:00","end":"2026-05-22T12:30:00+03:00","value":4.017},{"start":"2026-05-22T12:30:00+03:00","end":"2026-05-22T12:45:00+03:00","value":3.653},{"start":"2026-05-22T12:45:00+03:00","end":"2026-05-22T13:00:00+03:00","value":2.654},{"start":"2026-05-22T13:00:00+03:00","end":"2026-05-22T13:15:00+03:00","value":3.284},{"start":"2026-05-22T13:15:00+03:00","end":"2026-05-22T13:30:00+03:00","value":3.198},{"start":"2026-05-22T13:30:00+03:00","end":"2026-05-22T13:45:00+03:00","value":2.795},{"start":"2026-05-22T13:45:00+03:00","end":"2026-05-22T14:00:00+03:00","value":2.256},{"start":"2026-05-22T14:00:00+03:00","end":"2026-05-22T14:15:00+03:00","value":3.038},{"start":"2026-05-22T14:15:00+03:00","end":"2026-05-22T14:30:00+03:00","value":2.813},{"start":"2026-05-22T14:30:00+03:00","end":"2026-05-22T14:45:00+03:00","value":2.384},{"start":"2026-05-22T14:45:00+03:00","end":"2026-05-22T15:00:00+03:00","value":2.063},{"start":"2026-05-22T15:00:00+03:00","end":"2026-05-22T15:15:00+03:00","value":2.467},{"start":"2026-05-22T15:15:00+03:00","end":"2026-05-22T15:30:00+03:00","value":2.154},{"start":"2026-05-22T15:30:00+03:00","end":"2026-05-22T15:45:00+03:00","value":1.811},{"start":"2026-05-22T15:45:00+03:00","end":"2026-05-22T16:00:00+03:00","value":1.7},{"start":"2026-05-22T16:00:00+03:00","end":"2026-05-22T16:15:00+03:00","value":1.592},{"start":"2026-05-22T16:15:00+03:00","end":"2026-05-22T16:30:00+03:00","value":1.61},{"start":"2026-05-22T16:30:00+03:00","end":"2026-05-22T16:45:00+03:00","value":2.401},{"start":"2026-05-22T16:45:00+03:00","end":"2026-05-22T17:00:00+03:00","value":5.093},{"start":"2026-05-22T17:00:00+03:00","end":"2026-05-22T17:15:00+03:00","value":1.653},{"start":"2026-05-22T17:15:00+03:00","end":"2026-05-22T17:30:00+03:00","value":4.982},{"start":"2026-05-22T17:30:00+03:00","end":"2026-05-22T17:45:00+03:00","value":6.284},{"start":"2026-05-22T17:45:00+03:00","end":"2026-05-22T18:00:00+03:00","value":7.819},{"start":"2026-05-22T18:00:00+03:00","end":"2026-05-22T18:15:00+03:00","value":3.799},{"start":"2026-05-22T18:15:00+03:00","end":"2026-05-22T18:30:00+03:00","value":6.367},{"start":"2026-05-22T18:30:00+03:00","end":"2026-05-22T18:45:00+03:00","value":7.77},{"start":"2026-05-22T18:45:00+03:00","end":"2026-05-22T19:00:00+03:00","value":10.393},{"start":"2026-05-22T19:00:00+03:00","end":"2026-05-22T19:15:00+03:00","value":7.398},{"start":"2026-05-22T19:15:00+03:00","end":"2026-05-22T19:30:00+03:00","value":9.333},{"start":"2026-05-22T19:30:00+03:00","end":"2026-05-22T19:45:00+03:00","value":9.592},{"start":"2026-05-22T19:45:00+03:00","end":"2026-05-22T20:00:00+03:00","value":10.373},{"start":"2026-05-22T20:00:00+03:00","end":"2026-05-22T20:15:00+03:00","value":8.903},{"start":"2026-05-22T20:15:00+03:00","end":"2026-05-22T20:30:00+03:00","value":10.05},{"start":"2026-05-22T20:30:00+03:00","end":"2026-05-22T20:45:00+03:00","value":10.554},{"start":"2026-05-22T20:45:00+03:00","end":"2026-05-22T21:00:00+03:00","value":12.48},{"start":"2026-05-22T21:00:00+03:00","end":"2026-05-22T21:15:00+03:00","value":11.535},{"start":"2026-05-22T21:15:00+03:00","end":"2026-05-22T21:30:00+03:00","value":10.789},{"start":"2026-05-22T21:30:00+03:00","end":"2026-05-22T21:45:00+03:00","value":10.554},{"start":"2026-05-22T21:45:00+03:00","end":"2026-05-22T22:00:00+03:00","value":7.576},{"start":"2026-05-22T22:00:00+03:00","end":"2026-05-22T22:15:00+03:00","value":13.341},{"start":"2026-05-22T22:15:00+03:00","end":"2026-05-22T22:30:00+03:00","value":10.832},{"start":"2026-05-22T22:30:00+03:00","end":"2026-05-22T22:45:00+03:00","value":8.376},{"start":"2026-05-22T22:45:00+03:00","end":"2026-05-22T23:00:00+03:00","value":7.646},{"start":"2026-05-22T23:00:00+03:00","end":"2026-05-22T23:15:00+03:00","value":9.674},{"start":"2026-05-22T23:15:00+03:00","end":"2026-05-22T23:30:00+03:00","value":4.999},{"start":"2026-05-22T23:30:00+03:00","end":"2026-05-22T23:45:00+03:00","value":3},{"start":"2026-05-22T23:45:00+03:00","end":"2026-05-23T00:00:00+03:00","value":1.146}]
      x_hass_attr.region="FI"
      x_hass_attr.restored=true
      x_hass_attr.state_class="total"
      x_hass_attr.supported_features=0
      x_hass_attr.today=[3.982,3.183,2.991,2.588,2.797,2.653,2.797,2.441,2.255,2.791,2.87,3.231,2.793,2.999,2.851,2.814,2.389,2.793,2.9,3.381,2.84,3.735,4.999,5.689,2.838,4.999,6.19,10.661,1.188,4.259,9.804,13.01,10.39,10.726,12.032,12.654,12.743,11.514,10.952,10.273,11.009,9.09,8.448,7.698,9.599,8.059,6.586,5.546,7.348,5.544,4.164,3,5.23,4.887,3.942,2.924,4.408,4.004,3.398,3.082,3.071,3.753,3.429,3.114,2.647,2.456,4.836,6.734,2.741,6.63,8.838,9.839,5.414,8.412,10.386,11.874,10.273,10.775,12.398,14.145,11.399,11.592,12.992,14.555,13.434,13.697,13.671,13.851,13.753,13.662,12.542,10.853,14.445,12.675,10.164,8.316]
      x_hass_attr.tomorrow=[11.153,8.285,6.982,6.393,7.771,7.223,6.893,6.303,7.21,6.925,6.774,6.661,6.927,6.876,6.769,6.89,7.25,6.887,6.74,6.724,6.679,6.786,6.762,7.254,8.086,8.887,9.137,12.066,9.283,11.21,12.509,13.006,12.383,13.465,12.571,11.12,13.85,12.649,11.639,9.4,11.78,10.428,7.958,5.408,9.257,6.292,1.849,1.618,4.873,4.017,3.653,2.654,3.284,3.198,2.795,2.256,3.038,2.813,2.384,2.063,2.467,2.154,1.811,1.7,1.592,1.61,2.401,5.093,1.653,4.982,6.284,7.819,3.799,6.367,7.77,10.393,7.398,9.333,9.592,10.373,8.903,10.05,10.554,12.48,11.535,10.789,10.554,7.576,13.341,10.832,8.376,7.646,9.674,4.999,3,1.146]
      x_hass_attr.tomorrow_valid=true
      x_hass_attr.unit="kWh"
      x_hass_attr.unit_of_measurement="c/kWh"
      

      As the only thing that has changed is MSR build, I suspect some array handling could be different? I might be completely mistaken, but cannot solve this currently on my own.

      tunnusT Offline
      tunnusT Offline
      tunnus
      wrote on last edited by
      #2

      Some additional information to this case, as if I create a variable with "getEntity", but don't tick the box "Use Name", there's no error:

      Screenshot 2026-05-21 at 23.29.37.png

      Using MSR on Docker (Synology NAS), having InfluxDB, Grafana & Home Assistant, Zigbee2MQTT & ZWA-2

      1 Reply Last reply
      0
      • toggledbitsT Offline
        toggledbitsT Offline
        toggledbits
        wrote on last edited by toggledbits
        #3

        It looks like the entity ID changed on the HA side. That, or something else in your world is now named "Nordpool", and it's finding that one first. Go to the Entities list and (name) filter for /^nordpool$/i. If it finds more than one entity, you'll need to change the name of one of them.

        Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

        tunnusT 1 Reply Last reply
        0
        • toggledbitsT toggledbits

          It looks like the entity ID changed on the HA side. That, or something else in your world is now named "Nordpool", and it's finding that one first. Go to the Entities list and (name) filter for /^nordpool$/i. If it finds more than one entity, you'll need to change the name of one of them.

          tunnusT Offline
          tunnusT Offline
          tunnus
          wrote on last edited by
          #4

          @toggledbits you're right, there's now a new entity "Nordpool" (with a capital N), that appeared after upgrading to 26140:

          Screenshot 2026-05-22 at 9.52.51.png

          Using MSR on Docker (Synology NAS), having InfluxDB, Grafana & Home Assistant, Zigbee2MQTT & ZWA-2

          1 Reply Last reply
          0
          • toggledbitsT Offline
            toggledbitsT Offline
            toggledbits
            wrote on last edited by toggledbits
            #5

            Easiest/quickest is to just change the name of the integration entity.

            Or, you can filter out the entity in your HassController config:

              - id: hass
                implementation: HassController
                enabled: true
                name: Home Assistant
                config:
                  # ...other stuff...
                  filter_entity:
                    "integration_01J9VP...etc": true  # filter out integration with specified ID
                    "/^integration_/i": true  # filter out all integration entities
            

            Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

            tunnusT 1 Reply Last reply
            👍
            0
            • toggledbitsT toggledbits

              Easiest/quickest is to just change the name of the integration entity.

              Or, you can filter out the entity in your HassController config:

                - id: hass
                  implementation: HassController
                  enabled: true
                  name: Home Assistant
                  config:
                    # ...other stuff...
                    filter_entity:
                      "integration_01J9VP...etc": true  # filter out integration with specified ID
                      "/^integration_/i": true  # filter out all integration entities
              
              tunnusT Offline
              tunnusT Offline
              tunnus
              wrote on last edited by
              #6

              @toggledbits got it, thanks!

              Using MSR on Docker (Synology NAS), having InfluxDB, Grafana & Home Assistant, Zigbee2MQTT & ZWA-2

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Recent Topics

              • Arming Envisalink panel from MSR
                T
                tamorgen
                0
                7
                174

              • [Solved] DynamicGroupController updating members issue
                CrilleC
                Crille
                0
                5
                115

              • Reactor (Multi-System/Multi-Hub) Announcements
                toggledbitsT
                toggledbits
                5
                148
                129.7k

              • DynamicGroupController and attributes
                therealdbT
                therealdb
                1
                5
                116

              • Upgrade Issues
                T
                tbully
                0
                9
                236

              • [SOLVED] Conflicting Set Reaction Groups Appear to Fire Simultaneously in Single Rule Evaluation
                toggledbitsT
                toggledbits
                0
                10
                263

              • [SOLVED] Question regarding "in" vs "contains" vs contents of the string
                G
                gwp1
                0
                5
                141

              • openLuup console disappeared - 500 - Internal Server Error
                A
                a-lurker
                0
                2
                176

              • Logon screen timeout
                G
                gwp1
                0
                5
                194

              • [MSR] Copy&past of actions and/or drag&drop between set/reset
                toggledbitsT
                toggledbits
                0
                9
                365

              • Upgrade advice - upgrade from aarch64 to ARM64 image
                toggledbitsT
                toggledbits
                0
                4
                216
              Powered by NodeBB | Contributors
              Hosted freely by 10RUPTiV - Solutions Technologiques | Contact us
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Unsolved