Closed JimBuzbee closed 1 year ago
This is the last of the "measurement and sensing" clusters from the spec.
Which come next ? ;-)
Updates in and tested in Google Home.
Next? I've been playing with the Level Control cluster so I can dim my lights. It's a bit more complex (at least for me!) So far I have both Google Home and Alexa showing the light with an intensity adjustment slider, but I haven't seen my commands in the LevelControlClusterHandler ever get called. Currently trying to debug a "InteractionMessenger Error: Unexpected type 20, was expecting 4" message so I must have something mis-defined. Will keep poking at it.
(for level Controller ... keep it simpel for now .. the whole "inter cluster logic" should be left out for the beginning. We need to add support for that ... if you like postthe code in a Draft PR and I have alook
Regarding the Level Controller - Fixed the "Unexpected type 20," error (had a command ID wrong). But I still don't get execution of my command handlers in the Cluster Handler. Thanks for the offer to take a look - I'll try and make it presentable tomorrow for a draft PR.
@Apollon77 - Draft PR in.
Updates based on comments
Contains three clusters: RelativeHumidityCluster, LeafWetnessMeasurementCluster and SoilMoistureMeasurementCluster.
Tested with live weather data in Google Home
This is the last of the "measurement and sensing" clusters from the spec.