Skip to content

Limitations #295

@jallen2281

Description

@jallen2281

First, let me say I do like the idea of this project and have used it for smaller projects without issues. That said, unless I'm missing some workaround, there's no way to monitor and report on large onewire temperature networks.

I currently have several large-scale temperature networks consisting of 100 sensors or more each. It seems in order to accomplish reporting on this using aRest, I would need enough memory on the device to declare a variable for every sensor, and let's face it, Arduino is pretty limited in that area. I'm currently using telnet to accomplish collection using a script; the arduino loops through the collected temperature sensors and values printing them to the open telnet session where they are picked up by the server followed by an EOF string to signal there is no more data for that round of collections. As we know, loop variables are reused so this doesn't create a memory issue.

I'd love to hear your input on this and any ideas you have to work around the issue.

Thanks,
-Jared

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions