Though luck
I guess the error message is coupled to the way the 1-Wire protocol works. Like Jan said, every 1-wire device has a unique id used as a identifier during communications. When the bus master (webswitch) searches for a new (that has a unknown ID) slave device, is limited to only registering one device at a time by its search algorithm.
But this is all speculation on my part.
How does your network topology (structure) look?
There are some that are not suitable for use with 1-wire, due to signal reflections and signal cancellations, like:
(S) (S)
\ /
(M)---¤---(S) Or (M)------(S)------¤--------¤------(S)
/ \ | |
(S) (S) [long cable] [long cable]
| |
(S) (S)
Optimally the slaves should be linked in a linear fashion, like: (M)---(S)---(S)---(S)---(S).
/Tytn