Sensor Logging

Use this forum to discuss the Hue Lights plugin.
SearchCz
Posts: 284
Joined: Wed Sep 18, 2019 4:45 am

Sensor Logging

Post by SearchCz »

I'm getting repeating entries like this in my event log:

Code: Select all

   Hue Lights                      v1 other sensor type: hue outdoor motion sensor
   Hue Lights                      v1 other sensor type: hue outdoor light sensor
   Hue Lights                      v1 other sensor type: hue outdoor temp. sensor
Almost like it is being polled, or reporting at regular intervals. I dont seem to be able to turn this reporting off. Am I missing something?
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Sensor Logging

Post by kw123 »

"outdoor" is not recognized.

now:

Code: Select all

									tt = dev['productname'].lower()
									if   tt.find("dimmer switch") > -1: 			Hue_dimmer_switch += 1
									elif tt.find("smart button") > -1: 				Hue_smart_button += 1
									elif tt.find("tap dial switch") > -1: 			Hue_tap_dial_switch += 1
									elif tt.find("works with") > -1: 				Works_with_Hue_Switch += 1
									elif tt.find("motion sensor") > -1: 			Hue_motion_sensor += 1
									elif tt.find("wall switch module") > -1: 		Hue_wall_switch += 1
									elif tt.find("temperature sensor") > -1: 		pass
									elif tt.find("temp. sensor") > -1: 				pass <<<<
									elif tt.find("light sensor") > -1:				pass
									elif tt.find("outdoor") > -1:					pass <<<<
									else : 															
																					sensorOther += 1
fixed at https://github.com/kw123/Hue-Lights-Ind ... 2022.32.84

will push to indigo server if it works

Karl
SearchCz
Posts: 284
Joined: Wed Sep 18, 2019 4:45 am

Re: Sensor Logging

Post by SearchCz »

Thank you! New version is installed and running quietly now. I'll holler if I notice any hiccups.
SearchCz
Posts: 284
Joined: Wed Sep 18, 2019 4:45 am

Re: Sensor Logging

Post by SearchCz »

Probably unrelated, but I just noticed that the "long alert" method appears to be gone?
Post Reply

Return to “Hue Lights”