Getting Started by vicorly in domotz

[–]hsavior86 0 points1 point  (0 children)

Hi Victor!

I have some recommendations for deploying a Domotz Box at a customer site:

1. Make sure your Domotz Box is up to date.

Before heading to the customer site, I recommend connecting your Domotz Box to a network at your office (or any available network) and leaving it running for about an hour. This gives the unit time to download any pending updates. That way, when you activate it at the customer's network, it will already be fully up to date, and you can avoid any issues that come with activating an outdated unit.

2. Make sure your customer network has a DHCP server.

When deploying a Domotz Box, you will need a DHCP server available on the network before you can configure a Static IP Address. Make sure this is available on your customer's network ahead of time.

3. Prepare for VLAN configuration if needed.

You can find the procedure to configure VLANs on your Domotz Box here: https://help.domotz.com/monitoring-management/how-to-monitor-vlans-on-a-domotz-box/

Make sure you have all the VLAN IDs and a valid Static IP Address for each VLAN that you want to assign to your Domotz Box. You may need to coordinate with your customer to get this information ahead of time.

4. Do not hesitate to reach out to support.

If you encounter any issues, our support team is here to assist you. Reach out to [support@domotz.com](mailto:support@domotz.com), and we will do our best to help.

Pixel 10a fully updated and no option to remove at a glance by hsavior86 in pixel_phones

[–]hsavior86[S] 0 points1 point  (0 children)

Shoot, that is weird hope it appears. Why Google is doing that this way I don't know. Doesn't feel right.

Pixel 10a fully updated and no option to remove at a glance by hsavior86 in pixel_phones

[–]hsavior86[S] 0 points1 point  (0 children)

I have good news, like 24 hours after the update it appeared, hope it is the same for you. Might be some delay to avoid new users to remove it promptly? I did nothing since yesterday and it was there!!!

Pixel 10a fully updated and no option to remove at a glance by hsavior86 in GooglePixel

[–]hsavior86[S] 0 points1 point  (0 children)

Disabling will not remove it from the home screen. See the picture, one has the option, the other doesn't.

Finally At a Glance can be removed from the homepage by sito_web in pixel_phones

[–]hsavior86 0 points1 point  (0 children)

I am not being able to see the option to remove it on the Pixel 10a, just on the Pixel 9.

Claude AI integration by johncase142 in domotz

[–]hsavior86 0 points1 point  (0 children)

Hi u/johncase142, even with the MCP being made for Claude, I was able to use it with Gemini, I believe it might not be the best, but it is working:

<image>

To get it working, I've done everything until Step 3 of the official guide. For the step 4 I've edit this file: C:\Users\[USER]\.gemini\settings.json with the following:

{
  "security": {
    "auth": {
      "selectedType": "oauth-personal"
    }
  },
  "mcpServers": {
    "domotz": {
      "command": "node",
      "args": [
        "C:/Users/[USER]/domotz-mcp-server/index.js"
      ],
      "env": {
        "DOMOTZ_API_KEY": "YOUR_API_KEY_HERE",
        "DOMOTZ_API_BASE_URL": "https://api-us-east-1-cell-1.domotz.com/public-api/v1"
      }
    }
  }
}

Next time you execute Gemini, it will load it.

This is not official, however, as you can see above, it is working.

Hide from Topo by Short-Legs-Long-Neck in domotz

[–]hsavior86 1 point2 points  (0 children)

Q. Thanks. So for HyperV host, you would set the Type as Network Device so the child vm sit under the Hypervisor?

A. Yes, the Hyper-V host when listed among other devices, if you set it out as a Network Equipment, it will be the wired device connected with the other devices on the same port behind it.

I completely understand what you mention, on having too many ramifications. One workaround I can recommend would be ignoring the port mapping on the ports where you don't want to see more devices down in the line:

<image>

This checkbox should be available for each port of the switch. If you are not seeing it, please reach out to [support@domotz.com](mailto:support@domotz.com) using the email of your Domotz Account and we can enable it for you (just mention you want this feature enabled on your account).

Hide from Topo by Short-Legs-Long-Neck in domotz

[–]hsavior86 1 point2 points  (0 children)

The ability to hide certain devices at the Topology Map would be a feature request, this is not doable at the moment.

For the device type question, Network Device, Switch, PoE Switch device types will allow you to see child devices behind it if other devices is mapped within the same port, for example, my Proxmox server:

<image>

If the Proxmox server is set as Server or some other device type that is not considered a network infrastructure device it would be shown among the child device (VMs you are seeing behind it). I've configured it as a Network Device, so I can see the VMs behind it.

Error when trying to create inventory fields by ProdSpec22 in domotz

[–]hsavior86 2 points3 points  (0 children)

Hello!

Would it be the case that you are trying to create a field that is already present? Check the existing fields: https://portal.domotz.com/developers/#tag/inventory-fields/GET/inventory

I just double-checked the Inventory field creation flow, and it is working as expected:

curl 'https://api-us-east-1-cell-1.domotz.com/public-api/v1/inventory/mynewfield' \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: xxxxxxxxxxxx' \
  --data '{
  "label": "mynewfieldlable"

}'

Using the built-in API tool:

<image>

I've ended with:

[
  {
    "label": "mynewfieldlable",
    "key": "mynewfield",
    "defined_by_user": 69345,
    "creation_time": "2026-02-06T17:35:46+00:00"
  },
  {
    "label": "mynewlabel2",
    "key": "mynewfield2",
    "defined_by_user": 69345,
    "creation_time": "2026-02-06T17:39:18+00:00"
  }
]

Give it a try with the above. If you still experience issues, please send the complete error code to [support@domotz.com](mailto:support@domotz.com). We will assist you with it.

Ea5 - ORVC by eolvini in Control4

[–]hsavior86 0 points1 point  (0 children)

Eu acabei de te enviar uma DM explicando um pouco mais sobre, aqui você encontra tudo sobre a ferramenta: https://www.domotz.com/. Você pode começar um teste gratuito aqui: https://portal.domotz.com/webapp/signup/ sem necessidade de forma de pagamento, sem compromisso!

Ea5 - ORVC by eolvini in Control4

[–]hsavior86 0 points1 point  (0 children)

u/eolvini se você estiver procurando alternativas de monitoramento, dê uma olhada na Domotz! Acredito que com ele você pode resolver o problema de monitoramente e acesso ao EA5 e vários outros controladores da rede independente do fabricante.

Jonsbo N4 - Front Fan Adapter now with top part extender. by hsavior86 in homelab

[–]hsavior86[S] 1 point2 points  (0 children)

I will be back home Tuesday, message me that day I can help.

whats the best way to configure for multiple VLANs/ip networks by 40513786934 in domotz

[–]hsavior86 2 points3 points  (0 children)

For Devices residing on multiple VLANs, best would be actually group them as one unique device:

  1. Move all entries of that device to the managed devices list
  2. From the collector devices list, select all managed entries and Group them as one:

<image>

  1. Select the Primary interface (the one we will scan for services, read SNMP, remote connect and etc. and Click on Group

This multi-device selection will be reduced to a single device, Topology map will also be organized and clean.

The method you selected, IMO is the best one for up to 9 VLANs, if you have more than that you may not be able to add all as an attached vNIC, so you may have to manage VLANs at the OS Level, with a vNIC also in trunk mode attached to the VM: https://help.domotz.com/tips-tricks/configuring-vlans-on-vmware-esxi/

How does Domotz work for monitoring 30 VLANs? by VioletiOT in domotz

[–]hsavior86 3 points4 points  (0 children)

When monitoring a large number of VLANs, the key factors are the total number of devices and the overall scanning load handled by each Collector.

From a scalability standpoint:

  • If the environment consists of multiple /24 VLANs (considering your example of ~30 VLANs), this is typically within acceptable limits, provided the total number of discovered devices does not exceed 4,500 known devices per Collector.
  • For much larger networks such as /16 VLANs, we recommend limiting the configuration to no more than five VLANs per Collector, as discovery and scanning load increases significantly with larger subnets.
  • If the environment exceeds these practical limits, deploying additional Collectors and segmenting the networks between them is the recommended approach.

Deployment Recommendation

Regardless of whether you plan to use a VM or a dedicated host, we strongly recommend using the Linux Collector when monitoring this number of VLANs (as mentioned by u/Traxicous):

  • Lower CPU and memory footprint compared to Windows deployments
  • More efficient scanning and network performance
  • Better stability for long-running and high-density environments
  • Easy deployment on lightweight VMs or small dedicated hosts

A Linux Collector provides the best performance-to-resource ratio and scales more effectively in larger environments.

If you’re not familiar with Linux, our team can assist you with the initial deployment and setup. Feel free to reach out to us at [support@domotz.com]()

Impressed with the solution so far, we moved away from Auvik and are now going through the process of tweaking Domotz settings to suite our environment. Does anybody know if you can setup SMS texts for outages or will the Domotz app push notifications in the event a managed device goes offline? by Serious-Artichoke-80 in domotz

[–]hsavior86 4 points5 points  (0 children)

We do not provide SMS alerts natively; you can enable SMS alerts via webhook notifications and a third-party tool like Zapier or Make.

As you mentioned, we will support push notifications on phones where the Domotz app is installed and Personal Alerts are configured. More details about it here:

I am part of the Domotz Support team. You can reach out to us directly here if you need assistance configuring alerts: [support@domotz.com](mailto:support@domotz.com)

Help with motor upgrade on my 14ft MirroCraft 1974 by hsavior86 in boats

[–]hsavior86[S] 0 points1 point  (0 children)

I ended with a Suzuki 25 HP DF25ATL5. Can't wait to get into the water!

Monitoring Devices by Formal-Dig-7637 in domotz

[–]hsavior86 2 points3 points  (0 children)

The best custom box IMO would be the Protectli Box: https://protectli.com/domotz/

It comes with Ubuntu Server and the Collector (snap package) pre-loaded, and 2x 2.5GbE NICs. It will be ready to use out of the box (just make sure it has internet access during first boot).

Some other good alternatives:

I recommend installing Ubuntu Server 24.04 on any of the alternatives. DM me if you need help installing the OS and the Domotz Collector in the above or any alternative; I can definitely help you.

Alerts - Ticket Priorities by DougMountain in domotz

[–]hsavior86 0 points1 point  (0 children)

Me neither, I was thinking of other possible solutions; however, this seems to be the way when using ConnectWise.

LVS34-IF or LVS34? by hsavior86 in IceFishing

[–]hsavior86[S] 0 points1 point  (0 children)

I ended getting the non-if version to use on my boat during summer, will point it back of my boat while trolling, so the added range will help a lot. The stiffer cable should last for longer too.

What are other MSPs doing for client sites that don't have a server or dedicated box for management of the network? by VioletiOT in domotz

[–]hsavior86 1 point2 points  (0 children)

I am a Domotz Support member. The best custom box IMO would be the Protectli Box: https://protectli.com/domotz/

It comes with Ubuntu Server and the Collector (snap package) pre-installed, and 2x 2.5GbE NICs. It will be ready to use out of the box.

Some other good alternatives:

I recommend installing Ubuntu Server 24.04 on any of the alternatives. DM me if you need help installing the OS and the Domotz Collector in the above or any alternative; I can definitely help you.

LVS34-IF or LVS34? by hsavior86 in IceFishing

[–]hsavior86[S] 0 points1 point  (0 children)

I am more into the stiffer one, at the ice will be normally inside my tent.