I had my switches all sitting in a switch.yaml, after the upgrade, none of them show up in HA as entities. switches were learned command from Broadlink RM4 Pro, so I could control my TV from HA
OZW is nothing I’ll ever miss.
I love the speed and the configuration-UI design of zwavejs2mqtt. You finally get visual feedback if adding or removing a device was successful. You see the network graph, …
So after migrating from 1.4 to ZwaveJS, I have found that all my Qubino RGBW dimmers now do not function correctly with their respective white value sliders.
Previously before the migration, in order to get a white value slider to appear in the dimmers card, I had to add supported features 177 for each dimmer in customize.yaml. This worked well. But now on ZwaveJS the white value slider, although still present in the dimmers card, only affects the brightness level and not the white value. Basically, only the white leds are always lit rather than the rgb and white leds together when set to what would be say the warm white position on the slider.
Hi,
I have this issue when upgrading to this new version. When the recorder.migration migrate the database to version 11.
2021-02-05 21:47:03 WARNING (Recorder) [homeassistant.components.recorder.migration] Database is about to upgrade. Schema version: 10
2021-02-05 21:47:03 INFO (Recorder) [homeassistant.components.recorder.migration] Upgrading recorder db schema to version 11
2021-02-05 21:47:03 DEBUG (Recorder) [homeassistant.components.recorder.migration] Looking up index ix_states_old_state_id for table states
2021-02-05 21:47:03 DEBUG (Recorder) [homeassistant.components.recorder.migration] Creating ix_states_old_state_id index
2021-02-05 21:47:03 WARNING (Recorder) [homeassistant.components.recorder.migration] Adding index `ix_states_old_state_id` to database. Note: this can take several minutes on large databases and slow computers. Please be patient!
2021-02-05 21:47:03 ERROR (Recorder) [sqlalchemy.pool.impl.QueuePool] Exception during reset or similar
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1276, in _execute_context
self.dialect.do_execute(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 609, in do_execute
cursor.execute(statement, parameters)
pyodbc.ProgrammingError: ('42S11', "[42S11] [FreeTDS][SQL Server]The operation failed because an index or statistics with name 'ix_states_old_state_id' already exists on table 'states'. (1913) (SQLExecDirectW)")
I’m reverting back to an older Home Assistant snapshot; waiting for a seamless/automated z-wave migration tool.
The problem is that the device/entity names that were automatically generated in the old Z-wave integration are completely different than the ones generated by the new integration. I didn’t see any way to migrate all these devices and respective entities to the new Z-wave Integration; maintaining the original entity names.
I have MANY automations, scripts, and lovelace cards custom tailored to the entity names generated by the old Z-wave integration. I have over 60 entities. It’s not feasible to expect users to manually identify each individual entity, match them all up in both integrations, then start renaming each entity to the old entity names.
The larger the setup, the more impossible the task to manually migrate Z-Wave --> Z-Wave JS integration becomes.
I don’t think the Z-Wave JS integration/addon should have been released until there is a working/effective migration tool. Does anyone have the github issue tracking progress of the migration tool?
They likely needed to revert since following the recommendation to do the switch is to completely remove the old zwave integration before adding the new one.
Once you do that you lose all of the old integration config and the only way to get it back is to restore from a backup.
then, yes, you can update HA again and just keep using the old integration from that point on.
This release seems to have complete broken the Tasmota integration. No of my devices are detected by the the integration anymore. Despite resetting Option19 and re starts
Hello,
I’m running HA in RaspberyPi OS VENV (Python 3.8.6). I’ve upgraded to this version and need to report single issue - the incompatibility between aiohttp and alexapy (alexa media player) - there was a warrning during my upgrade that aiohtpp version is too high for alexapy.
After upgrade I can see the following warrnings in the log:
Feb 06 02:25:28 raspberrypi hass[23526]: /srv/homeassistant/lib/python3.8/site-packages/alexapy/aiohttp/connector.py:999: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
Feb 06 02:25:28 raspberrypi hass[23526]: hosts = await asyncio.shield(
Feb 06 02:25:28 raspberrypi hass[23526]: /srv/homeassistant/lib/python3.8/site-packages/alexapy/aiohttp/locks.py:22: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
Feb 06 02:25:28 raspberrypi hass[23526]: self._event = asyncio.Event(loop=loop)