Skip to content
View sgrayban's full-sized avatar
💭
Mastering the Rpi
💭
Mastering the Rpi

Block or report sgrayban

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
sgrayban/README.md

Hi there I'm Scott Grayban, AKA שאול בן ישוע 👋

  • 🔭 I’m currently working on many different projects for Home Automation
  • 🌱 I’m currently learning TypeScript and Feather
  • 👯 I’m looking to collaborate on nothing right now
  • 🤔 I’m looking for help with -- not sure but if I need it I'll search google first
  • 💬 Ask me about Groovy and Home Automation
  • 📫 How to reach me: Here
  • ⚡ Fun fact: I hate the heat and humidity
  • 💬 You can leave me a message via GitHub Discussion

Github Stats By Anurag

- Languages and Tools...

html csharp js python react cloud datascience npm gcp bash vscoderust

Pinned Loading

  1. Reboot a Raspberry Pi if LAN is unre... Reboot a Raspberry Pi if LAN is unreachable
    1
    #!/bin/bash
    2
    #
    3
    # Step 1) mkdir -p /root/bin
    4
    # Step 2) vi/nano/pico /root/bin/lan_watchdog.sh and edit the line WIFI_GW and add your own gateway IP to ping
    5
    # Step 3) chmod +x /root/bin/lan_watchdog.sh
  2. RPi-Monitor RPi-Monitor Public

    Forked from XavierBerger/RPi-Monitor

    Real time monitoring for embedded devices

    JavaScript

  3. aqi aqi Public

    Forked from zefanja/aqi

    Measure AQI based on PM2.5 or PM10 with a Raspberry Pi and a SDS011 particle sensor

    JavaScript