Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not finding devices on network. static ip for wled1 #433

Closed
digitalrcs opened this issue Jul 20, 2023 · 3 comments
Closed

not finding devices on network. static ip for wled1 #433

digitalrcs opened this issue Jul 20, 2023 · 3 comments
Labels
stale Items without activity in the last 30 days

Comments

@digitalrcs
Copy link

I have a wled on my network with a static ip assigned by my pfsense router *in ARP table
When I run the LEDFX I get started webinterface at http://0.0.0.0:8888
when I search for wled devices *esp32, it doesn't find them.

Thanks
Dan Roberts
DanRoberts@DigitalRCS.Com

Settings:

{
  "audioInputs": {
    "isLoading": false,
    "options": [
      {
        "index": "0",
        "value": "Microsoft Sound Mapper - Input"
      },
      {
        "index": "1",
        "value": "Microphone (Logitech Webcam C93"
      },
      {
        "index": "2",
        "value": "Microphone (USB3.0 HD Audio Cap"
      },
      {
        "index": "3",
        "value": "Microphone (Realtek(R) Audio)"
      }
    ],
    "isSaving": false,
    "value": "Microphone (Realtek(R) Audio)",
    "error": ""
  },
  "isLoading": false,
  "devMode": false,
  "port": 8888,
  "host": "0.0.0.0",
  "devices": [],
  "error": "",
  "version": "0.10.5"
}

userAgent:

Mozilla/5.0 (Windows NT 10.0- Win64- x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Logs:

[
  "Importing ['ledfx.api.audio_devices', 'ledfx.api.com_ports', 'ledfx.api.config', 'ledfx.api.device', 'ledfx.api.device_effects', 'ledfx.api.device_presets', 'ledfx.api.devices', 'ledfx.api.effect', 'ledfx.api.effects', 'ledfx.api.find_devices', 'ledfx.api.graphics_quality', 'ledfx.api.info', 'ledfx.api.integrations', 'ledfx.api.log', 'ledfx.api.presets', 'ledfx.api.qlc', 'ledfx.api.scenes', 'ledfx.api.schema', 'ledfx.api.schema_types', 'ledfx.api.spotify', 'ledfx.api.utils', 'ledfx.api.virtuals', 'ledfx.api.websocket'] from ledfx.api",
  "Starting ledfx",
  "Importing ['ledfx.devices.FXMatrix', 'ledfx.devices.adalight', 'ledfx.devices.e131', 'ledfx.devices.udp'] from ledfx.devices",
  "Address not available when adding 169.254.59.207 to multicast group, it is expected to happen on some systems",
  "Address not available when adding 169.254.73.164 to multicast group, it is expected to happen on some systems",
  "Address not available when adding 169.254.209.82 to multicast group, it is expected to happen on some systems",
  "Address not available when adding 169.254.135.47 to multicast group, it is expected to happen on some systems",
  "Importing ['ledfx.effects.audio', 'ledfx.effects.bands(Reactive)', 'ledfx.effects.bands_matrix(Reactive)', 'ledfx.effects.bar(Reactive)', 'ledfx.effects.blade_power(Reactive)', 'ledfx.effects.blocks(Reactive)', 'ledfx.effects.effectlets', 'ledfx.effects.energy(Reactive)', 'ledfx.effects.equalizer(reactive)', 'ledfx.effects.fade', 'ledfx.effects.gradient', 'ledfx.effects.magnitude(Reactive)', 'ledfx.effects.math', 'ledfx.effects.mel', 'ledfx.effects.modulate', 'ledfx.effects.multiBar(Reactive)', 'ledfx.effects.pitchSpectrum(Reactive)', 'ledfx.effects.power(Reactive)', 'ledfx.effects.rain(Reactive)', 'ledfx.effects.rainbow', 'ledfx.effects.real_strobe(Reactive)', 'ledfx.effects.scroll(Reactive)', 'ledfx.effects.singleColor', 'ledfx.effects.spectrum(Reactive)', 'ledfx.effects.strobe(Reactive)', 'ledfx.effects.temporal', 'ledfx.effects.wavelength(Reactive)'] from ledfx.effects",
  "Importing ['ledfx.integrations.qlc', 'ledfx.integrations.spotify'] from ledfx.integrations",
  "No devices saved in config.",
  "Scanning for WLED devices...",
  "Scan Finished"
]
@sideeffectdk
Copy link
Contributor

You got it from the website, yeah? It's an ancient build on there.
I would suggest getting the newest from https://github.com/YeonV/LedFx-Builds/releases/latest
And remember to delete your config files in .config first

@bigredfrog
Copy link
Contributor

Noting I run a pfsense box and configured static mappings of IP against MAC addresses via DHCP static mappings.

I have 7 plus WLED configured as such and on 2.0.x codeline autodiscovery is pretty solid for my windows boxes.

@stale
Copy link

stale bot commented Sep 16, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Items without activity in the last 30 days label Sep 16, 2023
@stale stale bot closed this as completed Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Items without activity in the last 30 days
Projects
None yet
Development

No branches or pull requests

3 participants