Skip to content

Weighbridge for monitoring the drinking behavior

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

philippmeisberger/smart-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weighbridge using ESP8266 and Home Assistant

Build Status

Drinking enough water every day is important. This gadget helps to monitor your drinking behavior.

Dependencies

The project uses the following libraries:

3D model

The 3D model looks like this:

3D model

The file for printing the model can be found here: 3D model

Connection

The scale is connected as follows:

connection

Configuration

The firmware must be configured before flashing to ESP8266. Rename src/Firmware/Weighbridge/config-sample.h to src/Firmware/Weighbridge/config.h and change the values like desired.

Example configuration for Home Assistant

This example must be added to the sensor block of your configuration.

  - platform: mqtt
    state_topic: "/weighbridge/api/1/state/"
    name: "Actual water consumption"
    unit_of_measurement: 'ml'
    value_template: "{{ value_json.consumed }}"

  - platform: mqtt
    state_topic: "/weighbridge/api/1/state/"
    name: "Total water consumption"
    unit_of_measurement: 'ml'
    value_template: "{{ value_json.consumption }}"

  - platform: mqtt
    state_topic: "/snake/api/1/state/"
    name: "The Score you reached in a game of snake"
    unit_of_measurement: 'points'
    value_template: "{{ value_json.score }}"

  - platform: mqtt
    state_topic: "/snake/api/1/state/"
    name: "The Time you spend in the game"
    unit_of_measurement: 'seconds'
    value_template: "{{ value_json.time_played }}"

About

Weighbridge for monitoring the drinking behavior

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published