8 thoughts on “Block Update – Current Conditions 10.0

    • I see what you mean. I don´t want to update the same block twice in one day, this is not urgent so I will do it tomorrow. Just check you didnt use “H”, that would erase your real solar and use solar as humidity.

  1. Originally S was shown with three decimals.

    In updater.php I changed line 47:
    $current[‘S’] = $apiData[‘S’];
    into:
    $current[‘H’] = number_format($apiData[‘S’],1,”.”,””);

    This change should be done for the other update sections too.

    Cheers, Luc

Leave a Comment