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

Support for Shelly 1 temp. addon #3408

Merged
merged 28 commits into from
Dec 4, 2020
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
596d020
Support for Shelly 1 temp. addon
CurlyMoo Dec 1, 2020
5a38da3
[Dallas] Fix P100 DS2423 counter plugin matching new changes.
TD-er Dec 4, 2020
c0aaa55
Merge branch 'mega' into shelly-ds18b20
TD-er Dec 4, 2020
594a264
Merge branch 'mega' into shelly-ds18b20
TD-er Dec 4, 2020
cfd84fc
Added documentation
CurlyMoo Dec 4, 2020
8c0f029
Merge branch 'shelly-ds18b20' of https://github.com/CurlyMoo/ESPEasy …
CurlyMoo Dec 4, 2020
61c223d
[Dallas] Fix P100 DS2423 counter plugin matching new changes.
TD-er Dec 4, 2020
ad68465
[NeoClock] Fix building P070 NeoPixelClock
TD-er Nov 30, 2020
48619ba
[PVS-Studio] Allow testing IR builds for coding errors
TD-er Nov 30, 2020
c00ff90
Make sure notifications (Email/Buzzer) are included in 1M normal build
TD-er Nov 30, 2020
c9efb1d
Fix missing defines to allow "Periodical send Gratuitous ARP"
TD-er Dec 1, 2020
65fe66f
[Cleanup] PluginStructs/*.cpp include prepend PluginStrucs dir
TD-er Dec 1, 2020
738dd1d
[PIO] Concatenate .cpp files to prevent linking errors
TD-er Dec 1, 2020
143317a
[PIO] Concat *.cpp files in ControllerQueue/ and PluginStructs/
TD-er Dec 1, 2020
8371a53
[PIO] Add Commands/*.cpp to the files to be concatenated in single .cpp
TD-er Dec 1, 2020
c0a5a28
Fix build error in Linux build environment
TD-er Dec 2, 2020
b09a7b3
[Cleanup] Wemos motor shield, reduce resources used.
TD-er Nov 18, 2020
df086fa
[docs] Minor Sphinx warnings fixed.
TD-er Nov 18, 2020
d9dc8e2
[PIO] Separate appended .cpp files with newline
TD-er Dec 2, 2020
9656129
[PIO] Concatenate all WebServer/*.cpp files into temp file.
TD-er Dec 2, 2020
ca0efe8
[PIO] Make sure library includes are present in .cpp
TD-er Dec 2, 2020
c6d8bf9
[IRTX] Use parse argument functions for IR TX command arguments
TD-er Nov 30, 2020
86d491b
[IRTX] Convert more commands to use parse string functions
TD-er Nov 30, 2020
281fb66
[Web UI] Proper encoding for HTML attribute values
TD-er Dec 3, 2020
081b663
[Cleanup] Uncrustify of web page code
TD-er Dec 3, 2020
6d9c911
Small typo in documentation
CurlyMoo Dec 4, 2020
6a3538e
Merge branch 'shelly-ds18b20' of https://github.com/CurlyMoo/ESPEasy …
CurlyMoo Dec 4, 2020
09b737e
Small comment about potential serial port conflicts
CurlyMoo Dec 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/Plugin/P004_DS18b20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,15 @@ Sensor
GPIO <--> 1-wire
""""""""""""""""

Pin used for communicating with the Dallas sensor(s).
Pin used for communicating with the Dallas sensor(s). This is the single wire setup so you can leave the TX GPIO empty or set it equal to the RX GPIO.

Please note the pin must be pulled up by a resistor, so only use pins that can be in a pulled up state during boot (thus NOT use GPIO 15 on ESP8266).

GPIO <--> Shelly Temperature add-on
"""""""""""""""""""""""""""""""""""

The Shelly temperature add-on require a two wire setup. Set TX to GPIO 3 and RX to GPIO 0.
TD-er marked this conversation as resolved.
Show resolved Hide resolved

Number Output Values
""""""""""""""""""""

Expand Down