Closed XoneDB4 closed 1 year ago
I've just checked my Home Assistant and my integration is broken too!!
I suspect they may have changed the API. I'll investigate and report back!
Mine went 'off' during their server maintenance period, but all came back ON & reporting data correctly in HA after. Sent from my iPhone. On 8 Aug 2023, at 14:56, Tomas McGuinness @.***> wrote: I've just checked my Home Assistant and my integration is broken too!! I suspect they may have changed the API. I'll investigate and report back!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
I haven’t had a chance to check this further. Are you still having an issue?
Yeh, still got no entities.
@tomasmcguinness I don't know if you changed anything but it all came back online yesterday!
Not a clue! The issue was in the current state JSON, but it seems to have worked itself out :)
Hi, yesterday afternoon, all mixergy entities suddenly became unavailable and I can't seem to get them back. I know Mixergy did a big server update at the weekend; has anyone else had problems? I'm no developer so I'm struggling to get to the bottom of this - I turned on logging on the integration and this is what I got, not sure if helpful?
`Logger: homeassistant.components.sensor Source: helpers/update_coordinator.py:258 Integration: Sensor (documentation, issues) First occurred: 10:41:43 (5 occurrences) Last logged: 10:56:19
Error while setting up mixergy platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 283, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 242, in _async_update_data return await self.update_method() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/mixergy/sensor.py", line 25, in async_update_data await tank.fetch_data() File "/config/custom_components/mixergy/tank.py", line 277, in fetch_data await self.fetch_last_measurement() File "/config/custom_components/mixergy/tank.py", line 232, in fetch_last_measurement heat_source = current["heat_source"]