Sinope TH1124ZB

@kris2k2, I setup the rule and everything seems to work except for a Javascript error on line 358

    int outdoorTemp = Integer.parseInt(text)

Logs show me...

dev:332019-12-27 13:53:02.775 errorjava.lang.NumberFormatException: For input string: "5.5" on line 358 (deviceNotification)

dev:332019-12-27 13:53:02.699 infodeviceNotification() : Setting outdoor weather to 5.5

dev:332019-12-27 13:53:02.693 infodeviceNotification(5.5)

dev:2002019-12-27 13:53:01.477 infoDarkSky.net Weather Driver - INFO: Polling DarkSky.net

The local variable used in the rules is of type string and also tried type decimal, but both give the same error.

Here is my rule...

Thanks for any help!