user2684
user2684
Hi, do you mean do not reset the hourly reporting (which is the default) but having it always incrementing, correct? Thanks
Hi, never seen this behaviour before, will mark it as a bug and try to reproduce it. In case you have logs to share would be great. Thanks
Actually the check is inside the function (https://github.com/mysensors/NodeManager/blob/master/nodemanager/Node.cpp#L138). The logs should tell you if I_CONFIG is updated correctly, let's have a look :-)
Hi, thanks for reporting this issue. Theoretically onLoop() is called at any loop() since the latter is just wrapping the first one unless skipped because sleeping or because of a...
Theoretically, when you set a report timer and if a measure timer is not set explicit, it is just copied over. However, you can set just the measure timer if...
Hi! A few comments: - What if the transmission was successful, is a second transmission taking place anyway? - Any risk for non-sleeping node that loop is executed continuously? -...
Hi! Marking it as a bug, likely that symbol is not defined in this board :-) Thanks
Hi, thanks for this! I've already registered the lib with the existing .properties file (https://raw.githubusercontent.com/mysensors/NodeManager/master/library.properties) but your addition seems more complete. Can you please re-submit the same against the development...
Hi, interesting suggestion. But I wondering if feasible outside the MySensors library (e.g. in NodeManager) or if it is something supposed to be part of the core code. Do you...
Thanks for the contribution first of all :-) Let me tell you how I'm using this SensorWaterMeter here (which is not necessarily the best approach) so to find the best...