I have a Vera-2 which, unlike just about everyone else’s unit, does not show what the assigned House ID is. The label fixed to the bottom of the unit has only the model, serial number, WAN MAC, and WiFi password. There is also nothing on the box or in any of the materials that reveals the House ID? Does anyone know how to find out what it is? Thanks,
Jack
try http://micasaverde.com/vera2?beta=1
it should detect your vera in your network and show your id and local ip
[quote=“mcardenas, post:2, topic:167562”]try http://micasaverde.com/vera2?beta=1
it should detect your vera in your network and show your id and local ip[/quote]
Sorry, what it shows is my serial number and the ip, both of which I already know. What I need is the House Id, 1 32-bit unique identifier that appears in the header of all Z-Wave messages so nearby networks don’t mess with each other’s nodes. The House ID is an integral part of the ZWave controller in Vera.
The quickest way:
http://192.168.x.xxx:3480/data_request?id=user_data2
and search the JSON output for “HomeID”
@guesssed:[quote=“guessed, post:4, topic:167562”]The quickest way:
http://192.168.x.xxx:3480/data_request?id=user_data2
and search the JSON output for “HomeID”[/quote]
Perfect. Thanks.