@smokejensen69 wrote:
Short version – Integrations - Axis finds one camera and 3 associated binary sensors for motion on the IP address. The problem is that there are 4 cameras on that IP address as they are coming in via an Axis m7016 encoder. Home Assistant is only finding and setting up one camera. The system will not allow adding another integration for it because the IP is already in use.
core.config_entries file contains this (some values masked):
{
“connection_class”: “local_push”,
“data”: {
“device”: {
“host”: “192.168.1.77”,
“password”: “xxxxxxxxxx”,
“port”: 80,
“username”: “root”
},
“mac”: “ACCxxxxxx40”,
“model”: “M7016”,
“name”: “M7016 0”
},
“domain”: “axis”,
“entry_id”: “232xxxxxxxxxxxxxxxxxxxxxxxxxxx45e”,
“options”: {
“camera”: true,
“events”: true,
“trigger_time”: 0
},
“source”: “user”,
“system_options”: {
“disable_new_entities”: false
},
“title”: “M7016 - ACCxxxxxxx40”,
“version”: 1
}Then the core.entity_registry file has this(again some values masked):
{
“config_entry_id”: “232xxxxxxxxxxxxxxxxxxxxxxxxxx45e”,
“device_id”: “ebxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf4”,
“disabled_by”: null,
“entity_id”: “camera.m7016_0”,
“name”: “Garage2”,
“platform”: “axis”,
“unique_id”: “ACCxxxxxxxxx40-camera”
}I would expect I need another entry like the one above with a different device_id, entity_id, name, and unique_id. However, I do not know where the device_id is coming from?
Posts: 1
Participants: 1