senorshaun / homebridge-radiora2

Lutron RadioRA2 plugin for homebridge
MIT License
10 stars 5 forks source link

Feature Request: Wireless Temperature Sensor Model: LRF2-TWRB #22

Closed jfinestone closed 1 year ago

jfinestone commented 2 years ago

Would be great to have integration with Wireless Temperature Sensor Model: LRF2-TWRB

Status feedback:

Status: 0 = Unknown 1 = Good 2 = Low battery 3 = Device missing 4 = Device not activated

You could implement this as a lock (or other device type):

1 would be locked (good) 0,2,3,4 would be unlocked (bad)

senorshaun commented 2 years ago

this would just tell you if the battery was dead? is that what you're looking for?

senorshaun commented 2 years ago

ok it looks like with a separate call we may be able to pull back the temp of the sensor as well? Try this command and let me know what you get back

DEVICE,[integration id of your temp sensor],1,41

let me know what you get back

also run these, just in case I'm reading the document wrong

DEVICE,[integration id of one of your thermostats that has a remote sensor],1,41

DEVICE,[integration id of one of your thermostats that has a remote sensor],18,41

jfinestone commented 2 years ago

I don't think the other call works properly. here's some test telnet:

GNET> ?hvac,3,1 ~HVAC,3,1,76 indicates current temp of 76.

GNET> ?hvac,3,8 ~HVAC,3,8,1 indicates all sensors active (which is not correct see below) 1 = All Sensors are Active 2 = Missing Sensor 3 = Wired Sensor Only 4 = No Sensor

GNET> ?hvac,3,18 ~HVAC,3,18,70,15,15 this indicates something about the shift or the range between the cool and heat - not anything i would use. i think if you want current temp, you use the following command

GNET> ?hvac,3,2 ~HVAC,3,2,55,85 this insicates current setpoints 55/heat, 85/cool

GNET> ?hvac,3,3 ~HVAC,3,3,3 this indicates the system is in cool (the last "3") Mode (1 = Off/Protect, 2 = Heat, 3 = Cool, 4 = Auto, 5 = Em.Heat, 67= Locked out, 7= Fan, 8 = Dry)

now for the temperature sensor GNET> ?DEVICE,155,1,22 ~DEVICE,155,1,22,0x00C5013F,1,3,02/13/2021 11:00:00 the "3" right before the date indicates device missing, see here: Status: 0 = Unknown 1 = Good 2 = Low battery 3 = Device missing 4 = Device not activated so for a status in homebridge for each temperature sensor (each HVAC controller/thermostat can have up to 4 wireless temp sensors) a 0,2,3,4 would be BAD, and 1 would be GOOD - not sure what type of device you would attach this to. maybe a "light" or a "lock"

senorshaun commented 2 years ago

ok did you try the 3 commands I sent?

jfinestone commented 2 years ago

yes, error each time - did you mean for it to be a #

GNET> GNET> #device,3,18,41 ~ERROR,2 GNET>

On Mon, May 16, 2022 at 7:38 PM senorshaun @.***> wrote:

ok did you try the 3 commands I sent?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1128339464, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I7STDJBGCCLMXPI2B3VKMBC7ANCNFSM5SX7CDMA . You are receiving this because you authored the thread.Message ID: @.***>

senorshaun commented 2 years ago

try #device,155,1,41 and ?device,155,1,41

jfinestone commented 2 years ago

both errors:

GNET> #device,155,1,41 ~ERROR,3 GNET> ?device,155,1,41 ~ERROR,3 GNET>

On Mon, May 16, 2022 at 7:59 PM senorshaun @.***> wrote:

try #device,155,1,41 and ?device,155,1,41

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1128353483, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7IYGDGNNJXVKQ4I6KNLVKMDQZANCNFSM5SX7CDMA . You are receiving this because you authored the thread.Message ID: @.***>

senorshaun commented 2 years ago

I’ll send you some more tomorrow to try. If you could send me the integration report for the hvac controller and wireless sensor that may help? Just shooting in the dark

On May 16, 2022, at 10:03 PM, jfinestone @.***> wrote:

 both errors:

GNET> #device,155,1,41 ~ERROR,3 GNET> ?device,155,1,41 ~ERROR,3 GNET>

On Mon, May 16, 2022 at 7:59 PM senorshaun @.***> wrote:

try #device,155,1,41 and ?device,155,1,41

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1128353483, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7IYGDGNNJXVKQ4I6KNLVKMDQZANCNFSM5SX7CDMA . You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

jfinestone commented 2 years ago

See attached integration report 5-16-2022.csv .

senorshaun commented 1 year ago

What thermostat model do you have? Also does the thermostat just average all the temps reported by the sensors? Or is there somewhere that you can see the temperature of each sensor?

senorshaun commented 1 year ago

@jfinestone I have a beta ready for you to test out whenever you want

jfinestone commented 1 year ago

I have the HVAC Controller I I think it averages all of the temperatures together I don’t think I’ve seen where you can get the temperature from a particular sensor

On Wed, Feb 15, 2023 at 12:55 PM senorshaun @.***> wrote:

What thermostat model do you have? Also does the thermostat just average all the temps reported by the sensors? Or is there somewhere that you can see the temperature of each sensor?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1432019372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I4PQMD5A2GYTKIQIF3WXU7EXANCNFSM5SX7CDMA . You are receiving this because you authored the thread.Message ID: @.***>

jfinestone commented 1 year ago

Great – how do I load this?

On Fri, Feb 17, 2023 at 11:31 AM senorshaun @.***> wrote:

@jfinestone https://github.com/jfinestone I have a beta ready for you to test out whenever you want

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1435138854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I3PBLSR4PZ6LNCJU5LWX7GZBANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

I just pushed it available as a beta 1.6.1-beta.0 In homebridge-config-ui, go to the plugins page, click the wrench for this plugin, and the click install alternate version. you should see it. I know it compiles and creates the temp sensor accessory. That accessory just reports the same temp as the controller, and battery status when it is announced or on load. Currently it doesn't auto-ask for battery status, only on homebridge load and if Lutron announces it. we can look at a polling option.

You can set up your temp sensors in a drop down under the HVAC controller the sensor is attached to

jfinestone commented 1 year ago

hello. just loaded the beta and configured my 8 temp sensors. homebridge starts - then dumps a bunch of errors - then dies - keeps restarting attaching logs, config, and my lutron integration report.

thank you.

On Fri, Feb 17, 2023 at 4:36 PM senorshaun @.***> wrote:

I just pushed it available as a beta 1.6.1-beta.0 In homebridge-config-ui, go to the plugins page, click the wrench for this plugin, and the click install alternate version. you should see it. I know it compiles and creates the temp sensor accessory. That accessory just reports the same temp as the controller, and battery status when it is announced or on load. Currently it doesn't auto-ask for battery status, only on homebridge load and if Lutron announces it. we can look at a polling option.

You can set up your temp sensors in a drop down under the HVAC controller the sensor is attached to

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1435424505, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I2EYN4SKLKGR7NHGFTWYAKSBANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

[2/19/2023, 4:50:01 PM] [Homebridge UI] Homebridge log truncated by admin. [2/19/2023, 4:50:02 PM] [Homebridge UI] Homebridge restart request received [2/19/2023, 4:50:02 PM] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process [2/19/2023, 4:50:02 PM] [Homebridge UI] Sending SIGTERM to Homebridge [2/19/2023, 4:50:03 PM] Loaded plugin: @. [2/19/2023, 4:50:03 PM] Plugin 'homebridge-broadlink-rm-pro' tried to register with an incorrect plugin identifier: 'homebridge-broadlink-rm'. Please report this to the developer! [2/19/2023, 4:50:03 PM] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM' [2/19/2023, 4:50:03 PM] --- [2/19/2023, 4:50:03 PM] Loaded plugin: @. [2/19/2023, 4:50:03 PM] Registering accessory 'homebridge-dummy.DummySwitch' [2/19/2023, 4:50:03 PM] --- [2/19/2023, 4:50:04 PM] Loaded plugin: @. [2/19/2023, 4:50:04 PM] Registering platform 'homebridge-hubitat-tonesto7.Hubitat-v2' [2/19/2023, 4:50:04 PM] --- [2/19/2023, 4:50:04 PM] Loaded plugin: @. [2/19/2023, 4:50:04 PM] Registering platform 'homebridge-nuheat.NuHeat' [2/19/2023, 4:50:04 PM] --- [2/19/2023, 4:50:04 PM] Loaded plugin: @. [2/19/2023, 4:50:04 PM] Registering platform 'homebridge-pico.Pico' [2/19/2023, 4:50:04 PM] --- [2/19/2023, 4:50:04 PM] Loaded plugin: @. [2/19/2023, 4:50:04 PM] Registering platform 'homebridge-radiora2.RadioRA2' [2/19/2023, 4:50:04 PM] --- [2/19/2023, 4:50:04 PM] The plugin "homebridge-zp" requires Node.js version of ^18.14.1 which does not satisfy the current Node.js version of v18.13.0. You may need to upgrade your installation of Node.js - see https://homebridge.io/w/JTKEF [2/19/2023, 4:50:04 PM] Loaded plugin: @.* [2/19/2023, 4:50:04 PM] Registering platform 'homebridge-zp.ZP' [2/19/2023, 4:50:04 PM] --- [2/19/2023, 4:50:04 PM] Loading 7 platforms... [2/19/2023, 4:50:04 PM] [Broadlink RM] Initializing BroadlinkRM platform... [2/19/2023, 4:50:04 PM] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices. [2/19/2023, 4:50:04 PM] [Broadlink RM] ↑ Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] ↓ Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Mute Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony TV On Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony TV Off Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] HDMI 1 Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] HDMI 2 Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] HDMI 3 Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony Mute Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony Volume Up Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony Volume Down Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony Mute 2 Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Sony TV - Kitchen Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] Boffi Accessory Ready [2/19/2023, 4:50:04 PM] [Broadlink RM] [2/19/2023, 4:50:04 PM] [Broadlink RM] ** [2/19/2023, 4:50:04 PM] [Broadlink RM] You added TVs in your configuration! [2/19/2023, 4:50:04 PM] [Broadlink RM] Due to a HomeKit limitation you need to add any TVs to the Home app by using the Add Accessory function. [2/19/2023, 4:50:04 PM] [Broadlink RM] There you'll find your TVs and you can use the same PIN as you using for this HomeBridge instance. [2/19/2023, 4:50:04 PM] [Broadlink RM] ** [2/19/2023, 4:50:04 PM] [Broadlink RM] [2/19/2023, 4:50:04 PM] [RadioRA2] Initializing RadioRA2 platform... [2/19/2023, 4:50:04 PM] [RadioRA2] Attempting connection to 10.100.10.15... [2/19/2023, 4:50:04 PM] [RadioRA2] Connecting... [2/19/2023, 4:50:04 PM] [Hubitat-v2] Initializing Hubitat-v2 platform... [2/19/2023, 4:50:05 PM] [Hubitat-v2] Homebridge Version: 2.7 [2/19/2023, 4:50:05 PM] [Hubitat-v2] Plugin Version: 2.7.1 [2/19/2023, 4:50:05 PM] [Hubitat-v2] Checking Package Version for Updates... [2/19/2023, 4:50:05 PM] [Sonos] Initializing ZP platform... [2/19/2023, 4:50:05 PM] [Sonos] homebridge-zp v1.4.31, node v18.13.0, homebridge v1.6.0, homebridge-lib v6.3.10 [2/19/2023, 4:50:05 PM] [Sonos] warning: recommended version: node v18.14.1 LTS [2/19/2023, 4:50:05 PM] [Sonos] config.json: {"name":"Sonos","brightness":true,"nameScheme":"% Sonos","maxFavourites":96,"service":"light","speakers":false,"tv":true,"tvIdPrefix":"TV","platform":"ZP"} [2/19/2023, 4:50:05 PM] [Sonos] warning: config.json: nameScheme: invalid key [2/19/2023, 4:50:05 PM] [Sonos] warning: config.json: ignoring "brightness" for "service": "light" [2/19/2023, 4:50:05 PM] [Sonos] config: {"maxFavourites":96,"port":0,"resetTimeout":500,"subscriptionTimeout":1800,"timeout":15,"tvIdPrefix":"TV","name":"Sonos","brightness":true,"service":"light","speakers":false,"tv":true,"platform":"ZP"} [2/19/2023, 4:50:05 PM] [Sonos] SpeakerService: "00000043-0000-1000-8000-0026BB765291" [2/19/2023, 4:50:05 PM] [Sonos] VolumeCharacteristic: "00000008-0000-1000-8000-0026BB765291" [2/19/2023, 4:50:05 PM] [NuHeat] Initializing NuHeat platform... [2/19/2023, 4:50:05 PM] [NuHeat] Logging into NuHeat... [2/19/2023, 4:50:05 PM] [Pico] Initializing Pico platform... [2/19/2023, 4:50:05 PM] [Pico] Pico Plugin Loaded - Version 1.2.2 [2/19/2023, 4:50:05 PM] [Pico] Bus Logging set to full [2/19/2023, 4:50:05 PM] [Pico] [10.100.10.15] Caseta Pro Initializing [2/19/2023, 4:50:05 PM] [Pico] [10.100.10.15] Attempting connection [2/19/2023, 4:50:05 PM] [Pico] 10.100.10.15: "Office Pico" - PJ2-3BRL - 87 [2/19/2023, 4:50:05 PM] [Pico] Creating PJ2-3BRL switch: Office Pico [2/19/2023, 4:50:05 PM] Initializing platform accessory 'Office Pico'... [2/19/2023, 4:50:05 PM] [Pico] Switch "Office Pico" Button "On" created [2/19/2023, 4:50:05 PM] [Pico] Switch "Office Pico" Button "Up" created [2/19/2023, 4:50:05 PM] [Pico] Switch "Office Pico" Button "Favorite" created [2/19/2023, 4:50:05 PM] [Pico] Switch "Office Pico" Button "Down" created [2/19/2023, 4:50:05 PM] [Pico] Switch "Office Pico" Button "Off" created [2/19/2023, 4:50:05 PM] Loading 1 accessories... [2/19/2023, 4:50:05 PM] [Test-DummySwitch] Initializing DummySwitch accessory... [2/19/2023, 4:50:05 PM] [Test-DummySwitch] Setting switch to true [2/19/2023, 4:50:05 PM] [Hubitat-v2] Configure Cached Accessory: Front, UUID: 776c8b50-70cf-4be3-88d4-ac2939fd9b98 [2/19/2023, 4:50:05 PM] [Hubitat-v2] Initializing Cached Device Door Lock - Front | 262 [2/19/2023, 4:50:05 PM] [Hubitat-v2] Door Lock - Front | lock [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Front) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Front) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Front) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:05 PM] [Hubitat-v2] Door Lock - Front | battery [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Front) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (86) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Front) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Front) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:05 PM] [Hubitat-v2] Configure Cached Accessory: Kitchen - North, UUID: dffe2609-5251-4511-af08-884acc69a2bb [2/19/2023, 4:50:05 PM] [Hubitat-v2] Initializing Cached Device Door Lock - Kitchen - North | 263 [2/19/2023, 4:50:05 PM] [Hubitat-v2] Door Lock - Kitchen - North | lock [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:05 PM] [Hubitat-v2] Door Lock - Kitchen - North | battery [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (95) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:05 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:05 PM] [Hubitat-v2] Configure Cached Accessory: Kitchen Door - East, UUID: f294d41e-ba94-4880-a991-c3de215ca5f8 [2/19/2023, 4:50:05 PM] [Hubitat-v2] Initializing Cached Device Door Lock - Kitchen - East | 266 [2/19/2023, 4:50:06 PM] [Hubitat-v2] Door Lock - Kitchen - East | lock [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:06 PM] [Hubitat-v2] Door Lock - Kitchen - East | battery [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (98) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:05 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:06 PM] [Hubitat-v2] Configure Cached Accessory: Guest House Door, UUID: 3776dd08-d815-41da-96f1-088c65ef5d05 [2/19/2023, 4:50:06 PM] [Hubitat-v2] Initializing Cached Device Door Lock - Guest House | 267 [2/19/2023, 4:50:06 PM] [Hubitat-v2] Door Lock - Guest House | lock [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:06 PM] [Hubitat-v2] Door Lock - Guest House | battery [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (86) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:06 PM] [Sonos] MO: cached Master v1.4.31 RINCON_B8E9377D1CE101400 [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: probing (1 jobs)... [2/19/2023, 4:50:06 PM] [Hubitat-v2] Configure Cached Accessory: Front Gate Virtual, UUID: ec2f0afb-12f8-4200-a524-12fb650e0fd0 [2/19/2023, 4:50:06 PM] [Hubitat-v2] Initializing Cached Device Front Gate Virtual | 304 [2/19/2023, 4:50:06 PM] [Hubitat-v2] Front Gate Virtual | switch_device [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (On) GET] switch (Front Gate Virtual) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (false) [2/19/2023, 4:50:06 PM] [Hubitat-v2] [CHARACTERISTIC (On) GET] switch (Front Gate Virtual) | LastUpdate: (Sun Feb 19 2023 16:50:06 GMT-0800 (Pacific Standard Time)) | Value: (false) [2/19/2023, 4:50:06 PM] [Sonos] House: cached Master v1.4.31 RINCON_B8E93797C38401400 [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: probing (2 jobs)... [2/19/2023, 4:50:06 PM] [Hubitat-v2] Fetching Hubitat-v2 Devices. NOTICE: This may take a moment if you have a large number of devices being loaded! [2/19/2023, 4:50:06 PM] [Hubitat-v2] Refreshing All Device Data | Source: (First Launch) [2/19/2023, 4:50:06 PM] Publishing external accessory (name: Sony TV - Kitchen, publishInfo: { username: 'C2:3C:A3:87:A5:BA', pincode: '*--**', category: 31, port: undefined, bind: undefined, mdns: undefined, addIdentifyingMaterial: true, advertiser: 'ciao' }). [2/19/2023, 4:50:06 PM] Initializing platform accessory '↑'... [2/19/2023, 4:50:06 PM] Initializing platform accessory '↓'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Mute'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Sony TV On'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Sony TV Off'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'HDMI 1'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'HDMI 2'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'HDMI 3'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Sony Mute'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Sony Volume Up'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Sony Volume Down'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Sony Mute 2'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'Boffi'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'IR Learn - Rack'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'IR Learn - Kitchen'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'IR Learn - Loft'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'IR Learn - MBR'... [2/19/2023, 4:50:06 PM] Initializing platform accessory 'IR Learn - Mark'... [2/19/2023, 4:50:06 PM] Publishing bridge accessory (name: Homebridge 67E7, publishInfo: { username: '0E:53:63:B2:67:E7', port: 52077, pincode: '-**-***', category: 2, bind: undefined, mdns: undefined, addIdentifyingMaterial: true, advertiser: 'ciao' }). Setup Payload: X-HM://0023ISYWYCC76 Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 031-45-154 │     
└────────────┘     

[2/19/2023, 4:50:06 PM] Sony TV - Kitchen D3CD is running on port 37190. [2/19/2023, 4:50:06 PM] Please add [Sony TV - Kitchen D3CD] manually in Home app. Setup Code: 031-45-154 [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: request 1: GET /xml/device_description.xml [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: request 1: GET /xml/device_description.xml [2/19/2023, 4:50:06 PM] Homebridge v1.6.0 (HAP v0.11.0) (Homebridge 67E7) is running on port 52077. [2/19/2023, 4:50:06 PM] [Broadlink RM] [2/19/2023, 4:50:06 PM] [Broadlink RM] ** [2/19/2023, 4:50:06 PM] [Broadlink RM] Welcome to version 4.4.11 of the Homebridge Broadlink RM Plugin! [2/19/2023, 4:50:06 PM] [Broadlink RM] [2/19/2023, 4:50:06 PM] [Broadlink RM] Find out what's in the latest release here: https://github.com/kiwi-cam/homebridge-broadlink-rm/blob/master/CHANGELOG.md [2/19/2023, 4:50:06 PM] [Broadlink RM] [2/19/2023, 4:50:06 PM] [Broadlink RM] If you like this plugin then please star it on GitHub or better yet [2/19/2023, 4:50:06 PM] [Broadlink RM] buy me a drink using Paypal https://paypal.me/kiwicamRM. [2/19/2023, 4:50:06 PM] [Broadlink RM] [2/19/2023, 4:50:06 PM] [Broadlink RM] You can disable this message by adding "hideWelcomeMessage": true to the config (see config-sample.json). [2/19/2023, 4:50:06 PM] [Broadlink RM] [2/19/2023, 4:50:06 PM] [Broadlink RM] **** [2/19/2023, 4:50:06 PM] [Broadlink RM] [2/19/2023, 4:50:06 PM] [Sonos] read file: /etc/os-release [2/19/2023, 4:50:06 PM] [Pico] [10.100.10.15] Caseta Pro Connected [2/19/2023, 4:50:06 PM] Got SIGTERM, shutting down Homebridge... [2/19/2023, 4:50:06 PM] [RadioRA2] Disconnecting [2/19/2023, 4:50:06 PM] [Pico] [10.100.10.15] Bus Data: login: [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: request 1: status 200 OK [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: MO: Sonos Playbar (S9) v14.20.1, reached over local address 10.100.10.9 [2/19/2023, 4:50:06 PM] [Sonos] listening on http://0.0.0.0:49022/notify [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: request 1: status 200 OK [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: House: Sonos Connect (ZP90) v14.20.1, reached over local address 10.100.10.9 [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: request 2: SUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:06 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: request 2: SUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:06 PM] ERR_SERVER_CLOSED: Cannot send packets on a closed mdns server! at MDNSServer.assertBeforeSend @./ciao/src/MDNSServer.ts:403:13) at MDNSServer.sendOnAllNetworksForService @./ciao/src/MDNSServer.ts:302:10) at MDNSServer.sendQueryBroadcast @./ciao/src/MDNSServer.ts:263:26) at Prober.sendProbeRequest @./ciao/src/responder/Prober.ts:165:17) at listOnTimeout (node:internal/timers:564:17) at processTimers (node:internal/timers:507:7) [2/19/2023, 4:50:06 PM] [Pico] [10.100.10.15] Bus Data: password: [2/19/2023, 4:50:06 PM] [Hubitat-v2] Temperature Unit is Now: (F) [2/19/2023, 4:50:06 PM] [Hubitat-v2] Updating Global Values | HubIP: 10.100.10.28 | UsingCloud: false [2/19/2023, 4:50:07 PM] [Hubitat-v2] Devices to Remove: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Devices to Update: (5) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Devices to Create: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Loading Existing Device | Name: (Door Lock - Front) | ID: (262) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Front | lock [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Front) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Front) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Front | battery [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Front) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (86) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Front) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Front) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Loading Existing Device | Name: (Door Lock - Guest House) | ID: (267) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Guest House | lock [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Guest House | battery [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (86) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Guest House Door) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Loading Existing Device | Name: (Door Lock - Kitchen - East) | ID: (266) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Kitchen - East | lock [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (1) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Kitchen - East | battery [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (98) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Kitchen Door - East) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Loading Existing Device | Name: (Door Lock - Kitchen - North) | ID: (263) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Kitchen - North | lock [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockCurrentState) GET] lock (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (LockTargetState) GET] lock (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Door Lock - Kitchen - North | battery [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (BatteryLevel) GET] battery (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (95) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (StatusLowBattery) GET] battery (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (0) [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (ChargingState) GET] powerSource (Kitchen - North) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (2) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Loading Existing Device | Name: (Front Gate Virtual) | ID: (304) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Front Gate Virtual | switch_device [2/19/2023, 4:50:07 PM] [Hubitat-v2] [CHARACTERISTIC (On) GET] switch (Front Gate Virtual) | LastUpdate: (Sun Feb 19 2023 16:50:07 GMT-0800 (Pacific Standard Time)) | Value: (false) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Total Initialization Time: (1 seconds) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Unknown Capabilities: [] [2/19/2023, 4:50:07 PM] [Hubitat-v2] Hubitat DeviceCache Size: (5) [2/19/2023, 4:50:07 PM] [Hubitat-v2] WebServer Initiated... [2/19/2023, 4:50:07 PM] [Hubitat-v2] Sending StartDirect Request to Hubitat | UsingCloud: (false) [2/19/2023, 4:50:07 PM] [Hubitat-v2] Direct Connect Active | Listening at 10.100.10.9:8000 [2/19/2023, 4:50:07 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Mini (62bc) at 10.100.10.52 (24:df:a7:f9:22:e5) [2/19/2023, 4:50:07 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Mini (62bc) at 10.100.10.55 (24:df:a7:e8:80:51) [2/19/2023, 4:50:07 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Mini (62bc) at 10.100.10.53 (24:df:a7:34:be:a1) [2/19/2023, 4:50:07 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Mini (62bc) at 10.100.10.54 (24:df:a7:31:00:cf) [2/19/2023, 4:50:07 PM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Mini S (648d) at 10.100.10.51 (a0:43:b0:2c:cd:08) [2/19/2023, 4:50:07 PM] [RadioRA2] Logged in to RadioRA2 Main Repeater at 10.100.10.15 [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded fan 'Guest BA Fan' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded fan 'Master BA Fan' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded fan 'Mark BA Fan' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 3 fan(s) [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded light 'LR Perimeter' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded light 'Lounge 3' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded light 'Lounge 5' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded light 'Stair Landing' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded light 'Lounge 1' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 5 light(s) [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 0 occupancy sensor(s) [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded keypad 'MainRepKeypad' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded keypad 'Office Pico' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded keypad 'Dining Room' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 3 keypad(s) [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 0 visor control reciever(s) [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Living Room' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Kitchen' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Lounge' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Office' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded hvac controller 'First Floor' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Loft' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Master' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Master Bath' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded tempurature sensor 'Mark' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded hvac controller 'Second Floor' [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 2 hvac controller(s) [2/19/2023, 4:50:07 PM] [RadioRA2] Loaded 0 window covering(s) [2/19/2023, 4:50:07 PM] [Pico] [10.100.10.15] Bus Data: GNET> [2/19/2023, 4:50:07 PM] [Pico] [10.100.10.15] Logged in [2/19/2023, 4:50:07 PM] [Sonos] hardware: x64 [2/19/2023, 4:50:07 PM] [Sonos] os: Ubuntu 20.04.5 LTS [2/19/2023, 4:50:07 PM] [Sonos] restored 2 accessories from cache [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: request 2: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: request 2: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93797C38401400 [House]: notify ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: notify ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93797C38401400 [House]: request 3: UNSUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 3: UNSUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Hubitat-v2] sendStartDirect Resp: {"status":"OK"} [2/19/2023, 4:50:07 PM] [Hubitat-v2] Hubitat-v2 Hub Communication Established [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93797C38401400 [House]: request 3: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: probing (3 jobs)... [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: probing (4 jobs)... [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: probing (5 jobs)... [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: request 1: GET /xml/device_description.xml [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: request 1: GET /xml/device_description.xml [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: request 1: GET /xml/device_description.xml [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 3: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] closed http://0.0.0.0:49022/notify [2/19/2023, 4:50:07 PM] [Sonos] listening on http://0.0.0.0:49022/notify [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [10.100.10.108]: probing done (4 jobs remaining) [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: request 1: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: MO: Sonos Sub (Sub) v14.20.1, reached over local address 10.100.10.9 [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: request 2: SUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: request 1: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: MO: Sonos Play:1 (S1) v14.20.1, reached over local address 10.100.10.9 [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: request 1: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: MO: Sonos Play:1 (S1) v14.20.1, reached over local address 10.100.10.9 [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: request 2: SUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: request 2: SUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: request 2: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: request 2: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: request 2: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [MO (Sub)]: notify ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [MO (Sub)]: request 3: UNSUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [RadioRA2]  [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [MO (RS)]: notify ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [MO (RS)]: request 3: UNSUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [RadioRA2] is an unknown command [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [MO (Sub)]: request 3: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E5898D7A201400 [10.100.10.114]: probing done (3 jobs remaining) [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [MO (LS)]: notify ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [MO (LS)]: request 3: UNSUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [MO (RS)]: request 3: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_000E58C2C75001400 [10.100.10.101]: probing done (2 jobs remaining) [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [MO (LS)]: request 3: status 200 OK [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93754691401400 [10.100.10.138]: probing done (1 jobs remaining) [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E93797C38401400 [10.100.10.118]: probing done (0 jobs remaining) [2/19/2023, 4:50:07 PM] [Sonos] found 1 households [2/19/2023, 4:50:07 PM] [Sonos] Sonos_tTOyhkMxb5BVjjhvUhfocrM6sC: RINCON_B8E9377D1CE101400 [10.100.10.108]: associated S2 zoneplayer [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 4: SUBSCRIBE /ZoneGroupTopology/Event [2/19/2023, 4:50:07 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 4: status 200 OK [2/19/2023, 4:50:08 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: notify ZoneGroupTopology/Event [2/19/2023, 4:50:08 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 5: SUBSCRIBE /MediaServer/ContentDirectory/Event [2/19/2023, 4:50:08 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 5: status 200 OK [2/19/2023, 4:50:08 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: notify MediaServer/ContentDirectory/Event [2/19/2023, 4:50:08 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 6: POST /MediaServer/ContentDirectory/Control Browse [2/19/2023, 4:50:08 PM] [Sonos] RINCON_B8E9377D1CE101400 [MO]: request 6: status 200 OK [2/19/2023, 4:50:08 PM] [Sonos] Sonos_tTOyhkMxb5BVjjhvUhfocrM6sC: found 5 S2 zone players in 2 zones [2/19/2023, 4:50:08 PM] [Sonos] ├─ House [2/19/2023, 4:50:08 PM] [Sonos] │ └─ RINCON_B8E93797C38401400 [House]: Sonos Connect (ZP90) (master, audioIn) [2/19/2023, 4:50:08 PM] [Sonos] └─ MO (+Sub+RS+LS) [2/19/2023, 4:50:08 PM] [Sonos] ├─ RINCON_B8E9377D1CE101400 [MO]: Sonos Playbar (S9) (master, tvIn) [2/19/2023, 4:50:08 PM] [Sonos] ├─ RINCON_000E5898D7A201400 [MO (Sub)]: Sonos Sub (Sub) (satellite) [2/19/2023, 4:50:08 PM] [Sonos] ├─ RINCON_000E58C2C75001400 [MO (RS)]: Sonos Play:1 (S1) (satellite) [2/19/2023, 4:50:08 PM] [Sonos] └─ RINCON_B8E93754691401400 [MO (LS)]: Sonos Play:1 (S1) (satellite) [2/19/2023, 4:50:08 PM] [Sonos] House: Sonos accessory [2/19/2023, 4:50:08 PM] [Sonos] House Sonos: Sonos service [2/19/2023, 4:50:08 PM] [Sonos] House Sonos: Status Fault: set to 1 (from 0) [2/19/2023, 4:50:08 PM] [Sonos] House: create Tv TV_B8E93797C38401400 [2/19/2023, 4:50:08 PM] [Sonos] House: className: set to "Tv" [2/19/2023, 4:50:08 PM] [Sonos] House: version: set to "1.4.31" [2/19/2023, 4:50:08 PM] [Sonos] House: id: set to "TV_B8E93797C38401400" [2/19/2023, 4:50:08 PM] [Sonos] House: logLevel: set to 2 [2/19/2023, 4:50:08 PM] [Sonos] House: name: set to "House" [2/19/2023, 4:50:08 PM] [Sonos] House: Name: set to "House" [2/19/2023, 4:50:08 PM] [Sonos] House: Serial Number: set to "TV_B8E93797C38401400" [2/19/2023, 4:50:08 PM] [Sonos] House: Manufacturer: set to "Sonos" [2/19/2023, 4:50:08 PM] [Sonos] House: Model: set to "Connect (ZP90)" [2/19/2023, 4:50:08 PM] [Sonos] House: Firmware Revision: set to "14.20.1" [2/19/2023, 4:50:08 PM] [Sonos] House: TV accessory [2/19/2023, 4:50:08 PM] [Sonos] House Sonos: Name: set to "House Sonos" [2/19/2023, 4:50:08 PM] [Sonos] House Sonos: Configured Name: set to "House Sonos" [2/19/2023, 4:50:08 PM] [Sonos] House Sonos: TV service [2/19/2023, 4:50:08 PM] [Sonos] House TV Speaker: Name: set to "House TV Speaker" [2/19/2023, 4:50:08 PM] [Sonos] House TV Speaker: Configured Name: set to "House TV Speaker" [2/19/2023, 4:50:08 PM] [Sonos] House TV Speaker: Volume Control Type: set to 3 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 1: Name: set to "House TV Input 1" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 1: Configured Name: set to "House TV Input 1" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 1: Configured Name: set to "Input 1" (from "House TV Input 1") [2/19/2023, 4:50:08 PM] [Sonos] Input 1: Identifier: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 1: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 1: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 1: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 1: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 1: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 2: Name: set to "House TV Input 2" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 2: Configured Name: set to "House TV Input 2" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 2: Configured Name: set to "Input 2" (from "House TV Input 2") [2/19/2023, 4:50:08 PM] [Sonos] Input 2: Identifier: set to 2 [2/19/2023, 4:50:08 PM] [Sonos] Input 2: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 2: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 2: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 2: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 2: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 3: Name: set to "House TV Input 3" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 3: Configured Name: set to "House TV Input 3" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 3: Configured Name: set to "Input 3" (from "House TV Input 3") [2/19/2023, 4:50:08 PM] [Sonos] Input 3: Identifier: set to 3 [2/19/2023, 4:50:08 PM] [Sonos] Input 3: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 3: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 3: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 3: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 3: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 4: Name: set to "House TV Input 4" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 4: Configured Name: set to "House TV Input 4" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 4: Configured Name: set to "Input 4" (from "House TV Input 4") [2/19/2023, 4:50:08 PM] [Sonos] Input 4: Identifier: set to 4 [2/19/2023, 4:50:08 PM] [Sonos] Input 4: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 4: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 4: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 4: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 4: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 5: Name: set to "House TV Input 5" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 5: Configured Name: set to "House TV Input 5" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 5: Configured Name: set to "Input 5" (from "House TV Input 5") [2/19/2023, 4:50:08 PM] [Sonos] Input 5: Identifier: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 5: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 5: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 5: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 5: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 5: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 6: Name: set to "House TV Input 6" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 6: Configured Name: set to "House TV Input 6" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 6: Configured Name: set to "Input 6" (from "House TV Input 6") [2/19/2023, 4:50:08 PM] [Sonos] Input 6: Identifier: set to 6 [2/19/2023, 4:50:08 PM] [Sonos] Input 6: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 6: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 6: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 6: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 6: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 7: Name: set to "House TV Input 7" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 7: Configured Name: set to "House TV Input 7" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 7: Configured Name: set to "Input 7" (from "House TV Input 7") [2/19/2023, 4:50:08 PM] [Sonos] Input 7: Identifier: set to 7 [2/19/2023, 4:50:08 PM] [Sonos] Input 7: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 7: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 7: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 7: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 7: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 8: Name: set to "House TV Input 8" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 8: Configured Name: set to "House TV Input 8" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 8: Configured Name: set to "Input 8" (from "House TV Input 8") [2/19/2023, 4:50:08 PM] [Sonos] Input 8: Identifier: set to 8 [2/19/2023, 4:50:08 PM] [Sonos] Input 8: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 8: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 8: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 8: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 8: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 9: Name: set to "House TV Input 9" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 9: Configured Name: set to "House TV Input 9" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 9: Configured Name: set to "Input 9" (from "House TV Input 9") [2/19/2023, 4:50:08 PM] [Sonos] Input 9: Identifier: set to 9 [2/19/2023, 4:50:08 PM] [Sonos] Input 9: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 9: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 9: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 9: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 9: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 10: Name: set to "House TV Input 10" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 10: Configured Name: set to "House TV Input 10" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 10: Configured Name: set to "Input 10" (from "House TV Input 10") [2/19/2023, 4:50:08 PM] [Sonos] Input 10: Identifier: set to 10 [2/19/2023, 4:50:08 PM] [Sonos] Input 10: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 10: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 10: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 10: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 10: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 11: Name: set to "House TV Input 11" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 11: Configured Name: set to "House TV Input 11" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 11: Configured Name: set to "Input 11" (from "House TV Input 11") [2/19/2023, 4:50:08 PM] [Sonos] Input 11: Identifier: set to 11 [2/19/2023, 4:50:08 PM] [Sonos] Input 11: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 11: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 11: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 11: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 11: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 12: Name: set to "House TV Input 12" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 12: Configured Name: set to "House TV Input 12" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 12: Configured Name: set to "Input 12" (from "House TV Input 12") [2/19/2023, 4:50:08 PM] [Sonos] Input 12: Identifier: set to 12 [2/19/2023, 4:50:08 PM] [Sonos] Input 12: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 12: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 12: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 12: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 12: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 13: Name: set to "House TV Input 13" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 13: Configured Name: set to "House TV Input 13" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 13: Configured Name: set to "Input 13" (from "House TV Input 13") [2/19/2023, 4:50:08 PM] [Sonos] Input 13: Identifier: set to 13 [2/19/2023, 4:50:08 PM] [Sonos] Input 13: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 13: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 13: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 13: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 13: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 14: Name: set to "House TV Input 14" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 14: Configured Name: set to "House TV Input 14" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 14: Configured Name: set to "Input 14" (from "House TV Input 14") [2/19/2023, 4:50:08 PM] [Sonos] Input 14: Identifier: set to 14 [2/19/2023, 4:50:08 PM] [Sonos] Input 14: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 14: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 14: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 14: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 14: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 15: Name: set to "House TV Input 15" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 15: Configured Name: set to "House TV Input 15" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 15: Configured Name: set to "Input 15" (from "House TV Input 15") [2/19/2023, 4:50:08 PM] [Sonos] Input 15: Identifier: set to 15 [2/19/2023, 4:50:08 PM] [Sonos] Input 15: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 15: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 15: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 15: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 15: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 16: Name: set to "House TV Input 16" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 16: Configured Name: set to "House TV Input 16" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 16: Configured Name: set to "Input 16" (from "House TV Input 16") [2/19/2023, 4:50:08 PM] [Sonos] Input 16: Identifier: set to 16 [2/19/2023, 4:50:08 PM] [Sonos] Input 16: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 16: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 16: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 16: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 16: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 17: Name: set to "House TV Input 17" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 17: Configured Name: set to "House TV Input 17" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 17: Configured Name: set to "Input 17" (from "House TV Input 17") [2/19/2023, 4:50:08 PM] [Sonos] Input 17: Identifier: set to 17 [2/19/2023, 4:50:08 PM] [Sonos] Input 17: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 17: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 17: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 17: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 17: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 18: Name: set to "House TV Input 18" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 18: Configured Name: set to "House TV Input 18" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 18: Configured Name: set to "Input 18" (from "House TV Input 18") [2/19/2023, 4:50:08 PM] [Sonos] Input 18: Identifier: set to 18 [2/19/2023, 4:50:08 PM] [Sonos] Input 18: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 18: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 18: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 18: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 18: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 19: Name: set to "House TV Input 19" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 19: Configured Name: set to "House TV Input 19" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 19: Configured Name: set to "Input 19" (from "House TV Input 19") [2/19/2023, 4:50:08 PM] [Sonos] Input 19: Identifier: set to 19 [2/19/2023, 4:50:08 PM] [Sonos] Input 19: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 19: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 19: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 19: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 19: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 20: Name: set to "House TV Input 20" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 20: Configured Name: set to "House TV Input 20" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 20: Configured Name: set to "Input 20" (from "House TV Input 20") [2/19/2023, 4:50:08 PM] [Sonos] Input 20: Identifier: set to 20 [2/19/2023, 4:50:08 PM] [Sonos] Input 20: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 20: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 20: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 20: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 20: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 21: Name: set to "House TV Input 21" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 21: Configured Name: set to "House TV Input 21" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 21: Configured Name: set to "Input 21" (from "House TV Input 21") [2/19/2023, 4:50:08 PM] [Sonos] Input 21: Identifier: set to 21 [2/19/2023, 4:50:08 PM] [Sonos] Input 21: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 21: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 21: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 21: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 21: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 22: Name: set to "House TV Input 22" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 22: Configured Name: set to "House TV Input 22" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 22: Configured Name: set to "Input 22" (from "House TV Input 22") [2/19/2023, 4:50:08 PM] [Sonos] Input 22: Identifier: set to 22 [2/19/2023, 4:50:08 PM] [Sonos] Input 22: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 22: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 22: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 22: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 22: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 23: Name: set to "House TV Input 23" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 23: Configured Name: set to "House TV Input 23" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 23: Configured Name: set to "Input 23" (from "House TV Input 23") [2/19/2023, 4:50:08 PM] [Sonos] Input 23: Identifier: set to 23 [2/19/2023, 4:50:08 PM] [Sonos] Input 23: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 23: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 23: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 23: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 23: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 24: Name: set to "House TV Input 24" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 24: Configured Name: set to "House TV Input 24" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 24: Configured Name: set to "Input 24" (from "House TV Input 24") [2/19/2023, 4:50:08 PM] [Sonos] Input 24: Identifier: set to 24 [2/19/2023, 4:50:08 PM] [Sonos] Input 24: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 24: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 24: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 24: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 24: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 25: Name: set to "House TV Input 25" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 25: Configured Name: set to "House TV Input 25" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 25: Configured Name: set to "Input 25" (from "House TV Input 25") [2/19/2023, 4:50:08 PM] [Sonos] Input 25: Identifier: set to 25 [2/19/2023, 4:50:08 PM] [Sonos] Input 25: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 25: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 25: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 25: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 25: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 26: Name: set to "House TV Input 26" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 26: Configured Name: set to "House TV Input 26" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 26: Configured Name: set to "Input 26" (from "House TV Input 26") [2/19/2023, 4:50:08 PM] [Sonos] Input 26: Identifier: set to 26 [2/19/2023, 4:50:08 PM] [Sonos] Input 26: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 26: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 26: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 26: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 26: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 27: Name: set to "House TV Input 27" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 27: Configured Name: set to "House TV Input 27" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 27: Configured Name: set to "Input 27" (from "House TV Input 27") [2/19/2023, 4:50:08 PM] [Sonos] Input 27: Identifier: set to 27 [2/19/2023, 4:50:08 PM] [Sonos] Input 27: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 27: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 27: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 27: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 27: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 28: Name: set to "House TV Input 28" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 28: Configured Name: set to "House TV Input 28" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 28: Configured Name: set to "Input 28" (from "House TV Input 28") [2/19/2023, 4:50:08 PM] [Sonos] Input 28: Identifier: set to 28 [2/19/2023, 4:50:08 PM] [Sonos] Input 28: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 28: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 28: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 28: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 28: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 29: Name: set to "House TV Input 29" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 29: Configured Name: set to "House TV Input 29" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 29: Configured Name: set to "Input 29" (from "House TV Input 29") [2/19/2023, 4:50:08 PM] [Sonos] Input 29: Identifier: set to 29 [2/19/2023, 4:50:08 PM] [Sonos] Input 29: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 29: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 29: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 29: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 29: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 30: Name: set to "House TV Input 30" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 30: Configured Name: set to "House TV Input 30" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 30: Configured Name: set to "Input 30" (from "House TV Input 30") [2/19/2023, 4:50:08 PM] [Sonos] Input 30: Identifier: set to 30 [2/19/2023, 4:50:08 PM] [Sonos] Input 30: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 30: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 30: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 30: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 30: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 31: Name: set to "House TV Input 31" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 31: Configured Name: set to "House TV Input 31" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 31: Configured Name: set to "Input 31" (from "House TV Input 31") [2/19/2023, 4:50:08 PM] [Sonos] Input 31: Identifier: set to 31 [2/19/2023, 4:50:08 PM] [Sonos] Input 31: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 31: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 31: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 31: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 31: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 32: Name: set to "House TV Input 32" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 32: Configured Name: set to "House TV Input 32" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 32: Configured Name: set to "Input 32" (from "House TV Input 32") [2/19/2023, 4:50:08 PM] [Sonos] Input 32: Identifier: set to 32 [2/19/2023, 4:50:08 PM] [Sonos] Input 32: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 32: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 32: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 32: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 32: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 33: Name: set to "House TV Input 33" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 33: Configured Name: set to "House TV Input 33" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 33: Configured Name: set to "Input 33" (from "House TV Input 33") [2/19/2023, 4:50:08 PM] [Sonos] Input 33: Identifier: set to 33 [2/19/2023, 4:50:08 PM] [Sonos] Input 33: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 33: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 33: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 33: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 33: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 34: Name: set to "House TV Input 34" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 34: Configured Name: set to "House TV Input 34" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 34: Configured Name: set to "Input 34" (from "House TV Input 34") [2/19/2023, 4:50:08 PM] [Sonos] Input 34: Identifier: set to 34 [2/19/2023, 4:50:08 PM] [Sonos] Input 34: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 34: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 34: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 34: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 34: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 35: Name: set to "House TV Input 35" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 35: Configured Name: set to "House TV Input 35" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 35: Configured Name: set to "Input 35" (from "House TV Input 35") [2/19/2023, 4:50:08 PM] [Sonos] Input 35: Identifier: set to 35 [2/19/2023, 4:50:08 PM] [Sonos] Input 35: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 35: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 35: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 35: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 35: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 36: Name: set to "House TV Input 36" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 36: Configured Name: set to "House TV Input 36" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 36: Configured Name: set to "Input 36" (from "House TV Input 36") [2/19/2023, 4:50:08 PM] [Sonos] Input 36: Identifier: set to 36 [2/19/2023, 4:50:08 PM] [Sonos] Input 36: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 36: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 36: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 36: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 36: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 37: Name: set to "House TV Input 37" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 37: Configured Name: set to "House TV Input 37" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 37: Configured Name: set to "Input 37" (from "House TV Input 37") [2/19/2023, 4:50:08 PM] [Sonos] Input 37: Identifier: set to 37 [2/19/2023, 4:50:08 PM] [Sonos] Input 37: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 37: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 37: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 37: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 37: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 38: Name: set to "House TV Input 38" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 38: Configured Name: set to "House TV Input 38" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 38: Configured Name: set to "Input 38" (from "House TV Input 38") [2/19/2023, 4:50:08 PM] [Sonos] Input 38: Identifier: set to 38 [2/19/2023, 4:50:08 PM] [Sonos] Input 38: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 38: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 38: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 38: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 38: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 39: Name: set to "House TV Input 39" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 39: Configured Name: set to "House TV Input 39" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 39: Configured Name: set to "Input 39" (from "House TV Input 39") [2/19/2023, 4:50:08 PM] [Sonos] Input 39: Identifier: set to 39 [2/19/2023, 4:50:08 PM] [Sonos] Input 39: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 39: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 39: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 39: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 39: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 40: Name: set to "House TV Input 40" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 40: Configured Name: set to "House TV Input 40" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 40: Configured Name: set to "Input 40" (from "House TV Input 40") [2/19/2023, 4:50:08 PM] [Sonos] Input 40: Identifier: set to 40 [2/19/2023, 4:50:08 PM] [Sonos] Input 40: Input Source Type: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 40: Input Device Type: set to 5 [2/19/2023, 4:50:08 PM] [Sonos] Input 40: Is Configured: set to 0 [2/19/2023, 4:50:08 PM] [Sonos] Input 40: Current Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] Input 40: Target Visibility State: set to 1 [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 41: Name: set to "House TV Input 41" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 41: Configured Name: set to "House TV Input 41" [2/19/2023, 4:50:08 PM] [Sonos] House TV Input 41: Configured Name: set

senorshaun commented 1 year ago

Looks like it’s truncated. Can you post just the error part

jfinestone commented 1 year ago

This looks like the problem area.

[2/21/2023, 8:34:16 PM] [Sonos] House: request 8: http status 200 OK [2/21/2023, 8:34:16 PM] [Sonos] House: request 9: UNSUBSCRIBE /MediaRenderer/GroupRenderingControl/Event [2/21/2023, 8:34:16 PM] [Sonos] House: request 9: http status 200 OK [2/21/2023, 8:34:16 PM] [Sonos] closed http://0.0.0.0:43070/notify [2/21/2023, 8:34:16 PM] [Sonos] last heartbeat 10, drift 1 [2/21/2023, 8:34:17 PM] [RadioRA2] ~HVAC,3,16,13,29 [2/21/2023, 8:34:17 PM] [RadioRA2] HVAC Controller 'First Floor' heating setpoint - 13 [2/21/2023, 8:34:17 PM] [RadioRA2] HVAC Controller 'First Floor' cooling setpoint - 29 [2/21/2023, 8:34:17 PM] [RadioRA2] ~HVAC,3,3,1 [2/21/2023, 8:34:17 PM] [RadioRA2] HVAC Controller 'First Floor' set to 0 [2/21/2023, 8:34:18 PM] [RadioRA2] ~HVAC,3,14,0 [2/21/2023, 8:34:18 PM] [RadioRA2] HVAC Controller 'First Floor' currently off [2/21/2023, 8:34:18 PM] [RadioRA2] ~DEVICE,150,1,22,0x00CBCC2D,1,1,10/04/2020 16:24:51 [2/21/2023, 8:34:18 PM] TypeError: Cannot read properties of undefined (reading 'updateValue') at TemperatureSensor.setState (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:61:13) at TemperatureSensor. (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:32:30) at RadioRa2.emit (node:events:525:35) at _processDeviceResponse (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:160:20) at incomingData (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:121:45) at Socket. (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:26:92) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.Readable.push (node:internal/streams/readable:234:10) [2/21/2023, 8:34:19 PM] [RadioRA2] ~DEVICE,151,1,22,0x00C68E8A,1,1,10/02/2020 17:11:44 [2/21/2023, 8:34:19 PM] TypeError: Cannot read properties of undefined (reading 'updateValue') at TemperatureSensor.setState (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:61:13) at TemperatureSensor. (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:32:30) at RadioRa2.emit (node:events:525:35) at _processDeviceResponse (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:160:20) at incomingData (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:121:45) at Socket. (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:26:92) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.Readable.push (node:internal/streams/readable:234:10) [2/21/2023, 8:34:20 PM] [RadioRA2] ~DEVICE,152,1,22,0x00CE1E62,1,1,10/02/2020 17:05:29 [2/21/2023, 8:34:20 PM] TypeError: Cannot read properties of undefined (reading 'updateValue') at TemperatureSensor.setState (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:61:13) at TemperatureSensor. (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:32:30) at RadioRa2.emit (node:events:525:35) at _processDeviceResponse (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:160:20) at incomingData (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:121:45) at Socket. (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:26:92) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.Readable.push (node:internal/streams/readable:234:10) [2/21/2023, 8:34:20 PM] [RadioRA2] ~DEVICE,153,1,22,0x00BE8021,1,1,10/02/2020 17:12:27 [2/21/2023, 8:34:20 PM] TypeError: Cannot read properties of undefined (reading 'updateValue') at TemperatureSensor.setState (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:61:13) at TemperatureSensor. (/homebridge/node_modules/homebridge-radiora2/lib/accessories/temperaturesensor.js:32:30) at RadioRa2.emit (node:events:525:35) at _processDeviceResponse (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:160:20) at incomingData (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:121:45) at Socket. (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:26:92) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.Readable.push (node:internal/streams/readable:234:10) [2/21/2023, 8:34:21 PM] [RadioRA2] ~HVAC,4,15,19 [2/21/2023, 8:34:21 PM] [RadioRA2] HVAC Controller 'Second Floor' - 19 [2/21/2023, 8:34:21 PM] TypeError: Cannot read properties of undefined (reading 'bind') at HVACController. (/homebridge/node_modules/homebridge-radiora2/lib/accessories/hvaccontroller.js:72:19) at RadioRa2.emit (node:events:525:35) at _processHVACResponse (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:192:20) at incomingData (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:123:43) at Socket. (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:26:92) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.Readable.push (node:internal/streams/readable:234:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) [2/21/2023, 8:34:21 PM] [Sonos] flush cachedAccessories [2/21/2023, 8:34:21 PM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null [2/21/2023, 8:34:26 PM] [HB Supervisor] Restarting Homebridge... [2/21/2023, 8:34:26 PM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /var/lib/homebridge/node_modules -D -K --strict-plugin-resolution [2/21/2023, 8:34:26 PM] [HB Supervisor] Starting Homebridge with custom env: {"DEBUG":"D"} [2/21/2023, 8:34:26 PM] [HB Supervisor] Started Homebridge v1.6.0 with PID: 1303

On Sun, Feb 19, 2023 at 5:30 PM senorshaun @.***> wrote:

Looks like it’s truncated. Can you post just the error part

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1436173777, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I5TVBP5W5LNLG3BVCLWYLCK5ANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Silly capitalization error on my part. .1 beta is pushed, update to that please

jfinestone commented 1 year ago

just loaded new and got this

[2/22/2023, 8:16:15 AM] [RadioRA2] ~DEVICE,63,81,9,1 [2/22/2023, 8:16:15 AM] [RadioRA2] Keypad 'Dining Room' button 'Dining' pressed on [2/22/2023, 8:16:16 AM] [RadioRA2] ~HVAC,3,15,14 [2/22/2023, 8:16:16 AM] [RadioRA2] HVAC Controller 'First Floor' - 14 [2/22/2023, 8:16:16 AM] TypeError: Cannot read properties of undefined (reading 'bind') at HVACController. (/homebridge/node_modules/homebridge-radiora2/lib/accessories/hvaccontroller.js:72:19) at RadioRa2.emit (node:events:525:35) at _processHVACResponse (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:192:20) at incomingData (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:123:43) at Socket. (/homebridge/node_modules/homebridge-radiora2/lib/radiora2.js:26:92) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Socket.Readable.push (node:internal/streams/readable:234:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) [2/22/2023, 8:16:16 AM] Got SIGTERM, shutting down Homebridge... [2/22/2023, 8:16:16 AM] [RadioRA2] Disconnecting

On Wed, Feb 22, 2023 at 7:24 AM senorshaun @.***> wrote:

Silly capitalization error on my part. .1 beta is pushed, update to that please

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1440250178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I54QUELC4HLBP4QPXTWYYVSTANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Try .2

jfinestone commented 1 year ago

great. works. but i dont see the sensors anyplace in my HOME APP only in homebridge accessories. also - just fyi, they all show the same temperature i dont think that lutron reports individual temps for each thermostat but the point of my request was to be able to capture if they are offline or low battery so this is great. not sure how i will do that but...

On Wed, Feb 22, 2023 at 9:47 AM senorshaun @.***> wrote:

Try .2

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1440499097, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I235NO3K7PZDI33N4DWYZGKZANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

They are in the same room as your homebridge hub. If you to go that room and click climate you should see them all and can move them. They should report when on low battery or offline, test removing the battery in one. Sorry I don’t have a way to test because I don’t have the equipment. If it doesn’t announce (give it a bit, the thermostat may only poll the sensors so often) we may need to add a scheduled poll of the sensors On Feb 22, 2023, at 10:59 AM, jfinestone @.***> wrote: great. works. but i dont see the sensors anyplace in my HOME APP only in homebridge accessories. also - just fyi, they all show the same temperature i dont think that lutron reports individual temps for each thermostat but the point of my request was to be able to capture if they are offline or low battery so this is great. not sure how i will do that but...

On Wed, Feb 22, 2023 at 9:47 AM senorshaun @.***> wrote:

Try .2

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1440499097, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I235NO3K7PZDI33N4DWYZGKZANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

senorshaun commented 1 year ago

Ok I just published beta .3 It polls sensors every hour and if there thermostat reports that a sensor is missing, it polls all sensors attached to that thermostat

jfinestone commented 1 year ago

great. but i still dont see in home ios app just under accessories in homebridge any ideas why not?

On Wed, Feb 22, 2023 at 12:18 PM senorshaun @.***> wrote:

Ok I just published beta .3 It polls sensors every hour and if there thermostat reports that a sensor is missing, it polls all sensors attached to that thermostat

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1440743587, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I6ZTC7PH6MGLNUMMFLWYZX7XANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

They are in the same room as your homebridge hub. If you to go that room and click climate you should see them all and can move them. They should report when on low battery or offline, test removing the battery in one. Sorry I don’t have a way to test because I don’t have the equipment. If it doesn’t announce (give it a bit, the thermostat may only poll the sensors so often) we may need to add a scheduled poll of the sensors

jfinestone commented 1 year ago

I checked every room in home iOS app, and nothing shows up for this.

On Thu, Feb 23, 2023 at 10:34 AM senorshaun @.***> wrote:

They are in the same room as your homebridge hub. If you to go that room and click climate you should see them all and can move them. They should report when on low battery or offline, test removing the battery in one. Sorry I don’t have a way to test because I don’t have the equipment. If it doesn’t announce (give it a bit, the thermostat may only poll the sensors so often) we may need to add a scheduled poll of the sensors>

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1442247108, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7IZWDHEYXTTWRDPBALLWY6UR5ANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

I don’t know what to tell you. I just loaded it and I can see them if I click on temperature once in the room

jfinestone commented 1 year ago

Can you send me a screen capture video of how to get there. I’m sure I’m looking in the right place, but just in case I’m not.

On Thu, Feb 23, 2023 at 3:22 PM senorshaun @.***> wrote:

I don’t know what to tell you. I just loaded it and I can see them if I click on temperature once in the room

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1442562971, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I5QGYTR2FKNSB2SXF3WY7WJZANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

0AA96F03-02FE-4FCC-96D7-12501AB6874B

https://user-images.githubusercontent.com/20775731/221060790-e0caf890-d259-4aeb-8353-64cf6b8074fd.MOV

senorshaun commented 1 year ago

Looking to close this out. @jfinestone can you confirm that you found where temperature sensor are in the Home app?

jfinestone commented 1 year ago

They are not showing up. The temperature shows up but that is coming directly from the HVAC controller. Nothing shows up for the sensors. Including if they are in a fault status, etc..

Maybe you can program them to work just like regular light switches. Maybe have them on if there is any type of fault and off if they are normal. That way I can trigger other automations based on that just an idea. On Mon, Feb 27, 2023 at 5:32 AM senorshaun @.***> wrote:

Looking to close this out. @jfinestone https://github.com/jfinestone can you confirm that you found where temperature sensor are in the Home app?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446331893, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I2Q6FMDVDE2WAW53STWZSUHNANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Sorry when you say nothing shows up, but the temperature shows up, I’m confused. Do you have a temperature sensor that shows up in HomeKit?

jfinestone commented 1 year ago

Yes, the temperature shows up. But it did already because it was integrated with the HVAC controller. Nothing new shows up when I add the sensors.

And since the sensors don’t report, individual temperature, the reason I wanted to integrate with the sensors to see if they are in a fault status.

Lutron doesn’t provide weight of you this in their app. So you don’t know if they’re off-line or the battery is dead or dying etc. that’s why I wanted this integration.

On Mon, Feb 27, 2023 at 9:04 AM senorshaun @.***> wrote:

Sorry when you say nothing shows up, but the temperature shows up, I’m confused. Do you have a temperature sensor that shows up in HomeKit?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446703247, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I7I53OVVGJUXWXCERDWZTNBJANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Right. I understand what you are wanting. But you still aren't telling me if there are temp sensors that show in the home app now. As seen in my screenshot and screen recording. Are those accessories there? Not your thermostat, this would be a different accessory.

I can see them in my test environment. And I have them set up so they poll every hour. If one does not respond, or reports a fault, or low battery, then the corresponding Characteristic is tripped. The same as if any other homekit device is offline, reports a fault, or low battery. I'm integrating it exactly as a temperature sensor should be integrated.

jfinestone commented 1 year ago

Sorry for not being clear. I was not able to download the video you sent. But I will try again today. However, I don’t think the sensors are showing up in my home.

I’ll take a few screenshots and send them to you shortly

On Mon, Feb 27, 2023 at 10:07 AM senorshaun @.***> wrote:

Right. I understand what you are wanting. But you still aren't telling me if there are temp sensors that show in the home app now. As seen in my screenshot and screen recording. Are those accessories there? Not your thermostat, this would be a different accessory.

I can see them in my test environment. And I have them set up so they poll every hour. If one does not respond, or reports a fault, or low battery, then the corresponding Characteristic is tripped. The same as if any other homekit device is offline, reports a fault, or low battery. I'm integrating it exactly as a temperature sensor should be integrated.

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446806680, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I5DUZMXCINIEMA7HFLWZTUNPANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Again, make sure you click on where it says Temperature for the room to see the accessories. By default, the temperature sensors would have been added to the room where your main homebridge hub is

jfinestone commented 1 year ago

You can see what shows up here. I don’t see any of the sensors. Just the HVAC controllers. I have eight sensors so they should be showing up here.

[image: image0.png][image: image1.png]

On Feb 27, 2023, at 10:38 AM, senorshaun @.***> wrote:



Again, make sure you click on where it says Temperature for the room to see the accessories. By default, the temperature sensors would have been added to the room where your main homebridge hub is

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446857922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I24Q3SYMBFQZXRSMGTWZTYBBANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Emailed images don't attached to GitHub it seems

jfinestone commented 1 year ago

unnamed (2) unnamed (1)

senorshaun commented 1 year ago

I dont think they will show up under climate of the main home.

One more try, them I'm closing this issue and just pushing this version live. I'm sorry but I don't have more time to devote to walking you through how to view accessories.

Go to the room that your homebridge hub is in. Click on temperature. Do you see them?

jfinestone commented 1 year ago

That is the only room where any temperature shows up.

And even in the example that you sent, I don’t see a separate sensor – I just see the Climate Settings that are a result of the HVAC controller.

I’ve looked through every single room, and there’s only one place where the temperature shows up and when I click on that my two HVAC controllers show up as you saw in the photo attachment.

Shouldn’t each of the sensors, in my case all 8 show up as accessories?

That is not happening here

As I’ve mentioned before, they do show up under accessories in homebridge web ui - but no place in home ios app

On Mon, Feb 27, 2023 at 11:26 AM senorshaun @.***> wrote:

I dont think they will show up under climate of the main home.

One more try, them I'm closing this issue and just pushing this version live. I'm sorry but I don't have more time to devote to walking you through how to view accessories.

Go to the room that your homebridge hub is in. Click on temperature. Do you see them?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446932464, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I5ZP2LPBGJEZQ6VNWTWZT5VDANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

jfinestone commented 1 year ago

I’m going to delete home bridge from home and reload it and see if that fixes it

On Mon, Feb 27, 2023 at 11:31 AM Jonathan Finestone @.***> wrote:

That is the only room where any temperature shows up.

And even in the example that you sent, I don’t see a separate sensor – I just see the Climate Settings that are a result of the HVAC controller.

I’ve looked through every single room, and there’s only one place where the temperature shows up and when I click on that my two HVAC controllers show up as you saw in the photo attachment.

Shouldn’t each of the sensors, in my case all 8 show up as accessories?

That is not happening here

As I’ve mentioned before, they do show up under accessories in homebridge web ui - but no place in home ios app

On Mon, Feb 27, 2023 at 11:26 AM senorshaun @.***> wrote:

I dont think they will show up under climate of the main home.

One more try, them I'm closing this issue and just pushing this version live. I'm sorry but I don't have more time to devote to walking you through how to view accessories.

Go to the room that your homebridge hub is in. Click on temperature. Do you see them?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446932464, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7I5ZP2LPBGJEZQ6VNWTWZT5VDANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

You weren't in a room though? you were in the climate section of the main home.

If you go to your homebridge hub and look at the accessories do you see them?

jfinestone commented 1 year ago

I checked there also. They were not there. I’m deleting home bridge. Going to reboot everything and then re-add. I’m doing this right now.

On Mon, Feb 27, 2023 at 11:35 AM senorshaun @.***> wrote:

You weren't in a room though? you were in the climate section of the main home.

If you go to your homebridge hub and look at the accessories do you see them?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446945172, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7IYOYVWYZOCHZ7DNN23WZT6XDANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

jfinestone commented 1 year ago

Voila. Finally showing up. In the same place that I’ve looked several times. I removed home bridge from home, reboot, everything, then, re-added it. Thanks for all your help with this and for adding these. Will I automatically get notified through home if these go off-line or in an error state or do I need to create an automation? This is really great!! Thank you!!!

On Mon, Feb 27, 2023 at 11:36 AM Jonathan Finestone @.***> wrote:

I checked there also. They were not there. I’m deleting home bridge. Going to reboot everything and then re-add. I’m doing this right now.

On Mon, Feb 27, 2023 at 11:35 AM senorshaun @.***> wrote:

You weren't in a room though? you were in the climate section of the main home.

If you go to your homebridge hub and look at the accessories do you see them?

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1446945172, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7IYOYVWYZOCHZ7DNN23WZT6XDANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>

senorshaun commented 1 year ago

Ok I just pushed .5 beta It gives you a checkbox where you can expose a switch for the low battery status and you can trigger something off of that. otherwise you would need to use something like Controller for HomeKit or Home+ to create an automation. I also handle the sensor being offline better, i.e. if nothing is returned because its offline You don't get notified for offline or low battery natively I don't think, but offline should show when you open the app and you see that little white dot in the top right attached to the ellipsis button, and low battery will show in the room.

senorshaun commented 1 year ago

@jfinestone It would be a good idea to delete the existing temperature sensor accessories through homebridge (menu -> Homebridge settings -> Remove Single Cached Accessory) and allow them to be recreated with this new .5 beta (can be done before or after or at the same time as the update). I changed the service type for the battery indication.

senorshaun commented 1 year ago

added in v1.7.0 which is live

jfinestone commented 1 year ago

Thank you!!!

On Thu, Mar 2, 2023 at 7:25 AM senorshaun @.***> wrote:

added in v1.7.0 which is live

— Reply to this email directly, view it on GitHub https://github.com/senorshaun/homebridge-radiora2/issues/22#issuecomment-1452053338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHS7IYEBLNPR3XRXMMV3EDW2C3XBANCNFSM5SX7CDMA . You are receiving this because you were mentioned.Message ID: @.***>