HomeSeer Multi-Sensor HSM200 - Error in Logs

Hello all, I have a HomeSeer Multi-Sensor and it keeps throwing back errors. As far as I can tell, everything is functioning properly, except I get these errors in my logs every few minutes. Anyone have any thoughts?

groovy.lang.MissingMethodException: No signature of method: java.lang.Double.getAt() is applicable for argument types: (java.lang.Integer) values: [0]
Possible solutions: getAt(java.lang.String), next(), putAt(java.lang.String, java.lang.Object), wait(), grep(), getClass() on line 449 (method parse)

Are you using a built in system driver or custom driver?

If custom driver, please provide link to source code.

I'm using this one https://community.hubitat.com/t/release-homeseer-hsm200-multi-sensor/39899

Source Code V1.0

Since that person has since become staff, I suspect the built in system driver is similar in features but probably without the bugs.

I would try out the built in driver for a bit and see how that works. If the custom one is giving you something you don't get on the system one then we could look at patching that custom driver to fix the error.

Ok, just changed to the builtin driver. I'll monitor it and see if it keeps throwing back errors. I think I was using the other drivers because it was easier to switch colours from the device page. I don't need that feature anymore.

1 Like