You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update:found this comment which alluded to the update needing the cache to be flushed in the browser. Yep! That fixed this. Can also confirm sensor.dongle_40_4c_XX_XX_XX_XX_tinner works.
When upgrading from version 1.5.1 to 1.6.1, I encounter an error in Home Assistant: undefined is not an object (evaluating 'this._config.temp.is_used'). As a result, the card no longer loads. However, downgrading back to 1.5.1 restores functionality when using the code below and the card loads correctly. Note: I am using a 3rd party dongle with EG4.
BTW, I also tried adding the following internal temperature reading as suggested in this comment, but the same error persisted regardless of whether:
a) is_used was set to true,
b) is_used was set to false,
c) is_used was omitted, or
d) the temp setting was excluded entirely.
I had to downgrade to 1.5.1 to restore functionality.
Update: found this comment which alluded to the update needing the cache to be flushed in the browser. Yep! That fixed this. Can also confirm sensor.dongle_40_4c_XX_XX_XX_XX_tinner works.
When upgrading from version 1.5.1 to 1.6.1, I encounter an error in Home Assistant:
undefined is not an object (evaluating 'this._config.temp.is_used')
. As a result, the card no longer loads. However, downgrading back to 1.5.1 restores functionality when using the code below and the card loads correctly. Note: I am using a 3rd party dongle with EG4.BTW, I also tried adding the following internal temperature reading as suggested in this comment, but the same error persisted regardless of whether:
a) is_used was set to true,
b) is_used was set to false,
c) is_used was omitted, or
d) the temp setting was excluded entirely.
I had to downgrade to 1.5.1 to restore functionality.
The text was updated successfully, but these errors were encountered: