pihome-shc/pihome

MySensors Nodes without ID

Opened this issue · 3 comments

right now there isnt any option of way to assign nod id to any nodes when Node iD isnt hardcoded into the sketch.

Are you thinking of something like a sonoff?

@twa127 i think my approach is little bit wrong, right now gateway look for records in node_id table and assign next available node id. i think better way would be if it look for highest number id in node table and assign next id this way user dont need to enter all 0 to 254 number in node_id table.