Skip to content
View Knocks83's full-sized avatar
  • Milan, Italy

Block or report Knocks83

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cloudflare DDNS with PHP (must use a... Cloudflare DDNS with PHP (must use a cronjob)
    1
    <?php
    2
    // create your API Key at https://dash.cloudflare.com/profile/api-tokens
    3
    // Required permissions: Zone Settings:Read, Zone:Read, DNS:Edit (all under zone)
    4
    $apiKey = "";
    5
    $zoneName = "example.com";      // The domain (eg. example.com)
  2. Python-BticinoThermostatInflux Python-BticinoThermostatInflux Public

    Add Bticino Thermostat temperature, humidity and status to an Influx Database

    Python