Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Lovelace #3

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Added Lovelace #3

wants to merge 15 commits into from

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    a048175 View commit details
    Browse the repository at this point in the history
  2. Readme

    lance36 committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    277468c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Update catFeeder.ino

    lance36 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4a706cf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    a672a8d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    90bb798 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Update README.md

    lance36 committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    7020c35 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Incorrect mqtt topic

    335iguy committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    e5abb6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from 335iguy/patch-1

    Incorrect mqtt topic
    lance36 committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    b123feb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Use NTPClient.h

    Import NTPClient from here https://github.com/arduino-libraries/NTPClient
    to use timeClient.getFormattedDate()
    ppanagiotis committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    a0e8a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff87a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2723c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from ppanagiotis/master

    Some minor fixes
    lance36 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    fea17b8 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    lance36 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    a263fe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Added Last Will and Testament to sketch and Home Assistant sample config

    Last Will and Testament (LWT) notifies the MQTT broker that the device is online.  If the device goes offline, the broker will detect that the device is unavailable (after a timeout period) and show that the device is offline.
    
    When a device in Home Assistant is configured with an availability_topic, the device's status will be shown as unavailable if the device goes offline.
    
    I did not add the availability_topic to the 'cats last fed mqtt' topic so it's status will not be affected if the device goes offline.  The 'catfeeder remaining' sensor can be used as a trigger to get a notification that the feeder is offline.
    Neukam committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3772dea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Merge pull request #3 from Neukam/master

    Added Last Will and Testament to sketch and Home Assistant sample config
    lance36 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    8842b2e View commit details
    Browse the repository at this point in the history