Update To enable unit numbers to pass to emoncms as node numbers#4
Closed
rmtucker wants to merge 3 commits into
Closed
Update To enable unit numbers to pass to emoncms as node numbers#4rmtucker wants to merge 3 commits into
rmtucker wants to merge 3 commits into
Conversation
added 2 commits
October 11, 2015 13:32
This small change passes the unit number to emoncms node number Which enables every unit to be a seperate node in emoncms. Sorry this was an afterthought.
Contributor
Author
|
I have added a few setup instructions Here:- |
|
It seems you're one commit behind. Don't know what will happen if I merge this pull request right now. |
Contributor
Author
|
It has got me completely lost (First time User of Github. |
Servo support added
TD-er
pushed a commit
that referenced
this pull request
Feb 1, 2019
TD-er
pushed a commit
that referenced
this pull request
Feb 24, 2020
Closed
This was referenced Jul 31, 2020
14 tasks
TD-er
pushed a commit
that referenced
this pull request
May 10, 2021
[Custom build] Allow for more styling options in custom build
This was referenced Aug 6, 2021
14 tasks
Brommander
added a commit
to Brommander/ESPEasy
that referenced
this pull request
May 13, 2026
letscontrolit#1 Translate all comments to English letscontrolit#2 Use const reference and member initializer list in constructors letscontrolit#3 Explicit {} initialization for global arrays (clarity) letscontrolit#4 Explicit {} initialization for global int variables (clarity) letscontrolit#5 Use auto& dev and DEVICE_TYPE_SERIAL in PLUGIN_DEVICE_ADD letscontrolit#6 Use const variables for serial port/pins from CONFIG letscontrolit#7 Add bounds checks before array index access letscontrolit#8 Replace millis() arithmetic with timePassedSince() letscontrolit#9 Add bounds check at top of D0 read loop letscontrolit#11 Replace C-style casts with static_cast<> letscontrolit#12 Pre-calculate scale factor (powf) in state 32, not per value letscontrolit#13 Declare loop variable outside scope for use in debug log letscontrolit#14 Remove hardcoded serial pins — port now configured via UI
Brommander
added a commit
to Brommander/ESPEasy
that referenced
this pull request
May 13, 2026
letscontrolit#1 Better description of models letscontrolit#2 reduce models to 2 letscontrolit#3 Logging nullptr with timer letscontrolit#4 use memcmp instead of long if letscontrolit#5 better check of lenght and memory access with functions
Brommander
added a commit
to Brommander/ESPEasy
that referenced
this pull request
May 13, 2026
letscontrolit#1 Better description of models letscontrolit#2 reduce models to 2 letscontrolit#3 Logging nullptr with timer letscontrolit#4 use memcmp instead of long if letscontrolit#5 better check of lenght and memory access with functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry about this Afterthought.
This enables the ESPEasy unit number to be passed to emoncms as a node number.
This means in Emoncms that every Unit will be on a seperate Node.