Severe Hub Load, Tons of Errors - Why is this happening & how can I fix it?

I'm using an Aeotec Wallmote with ABC to cycle through three scenes on button hold. Every time I cycle a scene, I get a whole load of errors that read java.lang.NumberFormatException: For input string: "<number>" on line 160 (indicatorHandler). I have no idea why this is happening and how I can fix it. The errors get triggered only when switching on the "Daylight" and "Early Evening" Scenes and happen regardless of whether I trigger the scene through the Wallmote or through the Dashboard.

The two apps in question are the two groups you see up there. However, neither of these groups are being called in any of the these scenes!


All bulbs involved are Lifx Mini Colour bulbs and I'm using robheyes's drivers.

If you update the LIFX Master app to the latest version from:

https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXMasterApp.groovy

then it should work fine.

The problem was that the drivers were using a float for the level rather than an integer. They still use a float internally, but now only send an integer in events.

Let me know if this does or doesn't sort the problem.

2 Likes

Thanks a ton! This seems to have fixed it for now. In case something else pops up, I'll let you know :smiley:

1 Like