Skip to content

Commit

Permalink
Merge pull request #2 from 0x414c49/home-assistant
Browse files Browse the repository at this point in the history
Add Home assistant API and make the read me a little better
  • Loading branch information
cenobitedk authored Aug 28, 2023
2 parents e85c558 + e2f8b02 commit 14de2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ In case no values are being read and the log shows something like this:
Check the following:

- Check the IR LED on the optical reader; use a mobile phone and use the camera, the IR LED should blink every 10 seconds (or other if the update interval has been changed). If this isn't the case, check the UART pins and the wiring.
- Press the "play" button on the meter. The meter will turn off the optical port after 30min of inactivity on either buttons and optical port.
- Press the "play" button on the meter to enable the IR Port. The meter will turn off the optical port after 30min of inactivity on either buttons and optical port.
- Make sure the optical reader is positioned the right way; turn it 180° to flip the position of the IR sensor.

## Sources & Inspiration
Expand Down
3 changes: 2 additions & 1 deletion multical402.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ esphome:

ota:

api:

wifi:
ssid: INSERT_WIFI_SSID
password: INSERT_WIFI_PASSWORD
Expand Down Expand Up @@ -57,7 +59,6 @@ sensor:
accuracy_decimals: 3
state_class: "total_increasing"
device_class: "energy"
force_update: true

- name: "Multical Volume"
platform: template
Expand Down

0 comments on commit 14de2ea

Please sign in to comment.