Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Aug 26, 2020
1 parent 4a20997 commit 1f24b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
# Geiger counter
![counter](./images/geiger.jpg)
# Air quality sensor


# How to join
## Reset to FN rebooting device 5 times with interval less than 10 seconds, led will start flashing during reset
## Reset to FN by pressing and holding button(1) 3 seconds (beware, this button also responsible for autocalibration)

# How to change parameters
Sensitivity:
`mosquitto_pub -t "zigbee2mqtt/FN/BUTTON_NUM/set/sensitivity" -m '100'`
This attribute will be used on reporting, pulsesCount * sensitivity.
You can use this attribute to setup reporting in your prefered units
radiationDosePerHour = pulsesCount * sensitivity

Led feedback (ON/OFF) (default=ON)
`mosquitto_pub -t "zigbee2mqtt/FN/1/set/led_feedback" -m 'ON'`

Buzzer feedback (ON/OFF) (default=OFF)
`mosquitto_pub -t "zigbee2mqtt/FN/1/set/buzzer_feedback" -m 'ON'`
# How to add device into zigbe2mqtt
tbd

Empty file added images/.gitkeep
Empty file.
Binary file removed images/geiger.jpg
Binary file not shown.

0 comments on commit 1f24b84

Please sign in to comment.