add esp32 for gas sensor
This commit is contained in:
parent
02eb315e01
commit
58cdb893ba
1 changed files with 32 additions and 12 deletions
|
|
@ -19,13 +19,18 @@ physical_lab = [
|
|||
address = "192.168.6.61"
|
||||
mac = "c0:3f:d5:66:ba:79"
|
||||
},
|
||||
{
|
||||
name = "agent3"
|
||||
address = "192.168.6.62"
|
||||
mac = "68:1d:ef:43:c0:1c"
|
||||
},
|
||||
{
|
||||
name = "hc401"
|
||||
address = "192.168.6.46"
|
||||
mac = "00:1e:06:49:24:45"
|
||||
},
|
||||
{
|
||||
name = "nut01"
|
||||
name = "octopi01"
|
||||
address = "192.168.6.47"
|
||||
mac = "b8:27:eb:4a:7e:04"
|
||||
},
|
||||
|
|
@ -58,21 +63,36 @@ esphome_boards = [
|
|||
address = "192.168.5.141"
|
||||
mac = "10:00:3b:01:97:b8"
|
||||
},
|
||||
#{
|
||||
# name = "frontdoor"
|
||||
# address = "192.168.5.140"
|
||||
# mac = "10:00:3b:01:eb:40"
|
||||
#},
|
||||
#{
|
||||
# name = "office"
|
||||
# address = "192.168.5.135"
|
||||
# mac = "e8:06:90:65:2e:9c"
|
||||
#},
|
||||
{
|
||||
name = "frontdoor"
|
||||
address = "192.168.5.140"
|
||||
mac = "10:00:3b:01:eb:40"
|
||||
},
|
||||
{
|
||||
name = "lounge"
|
||||
address = "192.168.5.135"
|
||||
mac = "e8:06:90:65:2e:9c"
|
||||
},
|
||||
{
|
||||
name = "office"
|
||||
name = "officetest"
|
||||
address = "192.168.5.130"
|
||||
mac = "c8:c9:a3:c5:74:cc"
|
||||
},
|
||||
{
|
||||
name = "gatecam"
|
||||
address = "192.168.5.150"
|
||||
mac = "a0:dd:6c:ae:e5:68"
|
||||
},
|
||||
{
|
||||
name = "gate"
|
||||
address = "192.168.5.143"
|
||||
mac = "10:00:3b:01:7f:d4"
|
||||
},
|
||||
{
|
||||
name = "gas"
|
||||
address = "192.168.5.135"
|
||||
mac = "8c:d0:b2:a8:7e:68"
|
||||
},
|
||||
]
|
||||
|
||||
dhcp_subnets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue