Reaper DAW integration - Smart Home meets Home Recording
If you like my work please consider supporting:
REAPER is a complete digital audio production application for computers, offering a full multitrack audio and MIDI recording, editing, processing, mixing and mastering toolset. REAPER supports a vast range of hardware, digital formats and plugins, and can be comprehensively extended, scripted and modified.
Though I admire your effort. I do have this question: what is the use case for this? In my experience with another DAW Iâm either working in that DAW or not. Iâm donât even want my phone (read HA) near my Mac when using my DAW.
I love this. Iâm a Studio One user, and wish something like this existed for that DAW. Iâd love to be able to have my AC turn off when recording and back on afterwards (if I do this manually, I always forget), turn on /off preamps / outboard gear, etc. The HA Companion App gets close with the audio input and frontmost app sensors but not quite thereâŚ
Hi I had the integration running some time ago, but I canât seam to get it to work now. This is in the log:
Logger: homeassistant.config_entries
Source: config_entries.py:586
First occurred: 11:29:34 (8 occurrences)
Last logged: 12:10:19
Error setting up entry 192.168.178.59 for reaper
Traceback (most recent call last):
File â/usr/src/homeassistant/homeassistant/config_entries.pyâ, line 586, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File â/config/custom_components/reaper/init.pyâ, line 43, in async_setup_entry
coordinator = ReaperDataUpdateCoordinator(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File â/config/custom_components/reaper/init.pyâ, line 91, in init
self.update_interval = update_interval
^^^^^^^^^^^^^^^^^^^^
File â/usr/src/homeassistant/homeassistant/helpers/update_coordinator.pyâ, line 207, in update_interval
self._update_interval_seconds = value.total_seconds() if value else None
^^^^^^^^^^^^^^^^^^^
AttributeError: âintâ object has no attribute âtotal_secondsâ