Skip to content
New issue

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

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

Already on GitHub? # to your account

GridEye dependency error on Docker Raspberry Pi #826

Closed
mKeRix opened this issue Jul 24, 2021 Discussed in #803 · 3 comments
Closed

GridEye dependency error on Docker Raspberry Pi #826

mKeRix opened this issue Jul 24, 2021 Discussed in #803 · 3 comments

Comments

@mKeRix
Copy link
Owner

mKeRix commented Jul 24, 2021

Discussed in #803

Originally posted by adiljahouh July 7, 2021
When running both Room assistant and the Grideye integration the docker container appears to run but faces an error due to a dependency issue. My docker-compose file is near identical to the one on the Room assistant website.

version: '3'
services:
  room-assistant:
    image: mkerix/room-assistant
    network_mode: host
    volumes:
      - /var/run/dbus:/var/run/dbus
    devices:
      - /dev/i2c-1
    environment:
      NODE_CONFIG: >
        {
          "global": {
            "instanceName": "heat_sensor",
            "integrations": ["gridEye"]
          }
        }

Error messages:

*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.


*** WARNING *** Please fix your application to use the native API of Avahi!


*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>


*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.


*** WARNING *** Please fix your application to use the native API of Avahi!


*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>


7/7/2021, 12:37:14 PM - info - IntegrationsModule: Loading integrations: grid-eye


7/7/2021, 12:37:17 PM - info - NestFactory: Starting Nest application...


7/7/2021, 12:37:17 PM - info - InstanceLoader: AppModule dependencies initialized


7/7/2021, 12:37:17 PM - info - InstanceLoader: ConfigModule dependencies initialized


7/7/2021, 12:37:17 PM - info - InstanceLoader: NestEmitterModule dependencies initialized


7/7/2021, 12:37:17 PM - info - InstanceLoader: IntegrationsModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: HttpModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: DiscoveryModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: PrometheusModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: EventsModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: ClusterModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: TerminusModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: ScheduleModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: EntitiesModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: GridEyeModule dependencies initialized


7/7/2021, 12:37:18 PM - info - InstanceLoader: StatusModule dependencies initialized


7/7/2021, 12:37:18 PM - info - RoutesResolver: EntitiesController {/entities}:


7/7/2021, 12:37:18 PM - info - RouterExplorer: Mapped {/entities, GET} route


7/7/2021, 12:37:18 PM - info - RoutesResolver: StatusController {/status}:


7/7/2021, 12:37:18 PM - info - RouterExplorer: Mapped {/status, GET} route


7/7/2021, 12:37:18 PM - info - RoutesResolver: PrometheusController {/metrics}:


7/7/2021, 12:37:18 PM - info - RouterExplorer: Mapped {/metrics, GET} route


7/7/2021, 12:37:18 PM - info - ConfigService: Loading configuration from /usr/local/lib/node_modules/room-assistant/dist/config/definitions/default.js, $NODE_CONFIG (Current: /room-assistant)


7/7/2021, 12:37:18 PM - info - GridEyeService: Opening i2c bus 1


7/7/2021, 12:37:18 PM - error - GridEyeService: Heatmaps cannot be rendered since the required dependencies aren't available. More info: https://www.room-assistant.io/integrations/grid-eye.html#requirements


7/7/2021, 12:37:18 PM - info - ClusterService: Starting mDNS advertisements and discovery


7/7/2021, 12:37:18 PM - info - NestApplication: Nest application successfully started


7/7/2021, 12:37:20 PM - info - ClusterService: heat-sensor has been elected as leader
```</div>
@mKeRix mKeRix added the bug label Jul 24, 2021
@github-actions
Copy link

There hasn't been any activity on this issue recently. In an effort to provide a better overview of current issues we automatically clean some of the old ones. Many of them may already be resolved in newer versions of room-assistant.
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 23, 2021
@mKeRix mKeRix reopened this Mar 14, 2022
@mKeRix mKeRix added no_stale and removed stale labels Mar 14, 2022
@mKeRix mKeRix closed this as completed in 7cf5de1 Mar 20, 2022
github-actions bot pushed a commit that referenced this issue Mar 20, 2022
# [2.20.0](v2.19.1...v2.20.0) (2022-03-20)

### Bug Fixes

* **bluetooth-classic:** increase change detection speed ([6325937](6325937)), closes [#775](#775)
* **docker:** include heatmap dependencies in image ([7cf5de1](7cf5de1)), closes [#826](#826)

### Features

* **bluetooth:** add configuration options for noise filter ([85981ee](85981ee)), closes [#775](#775)
* expose some config options as env variables ([#1099](#1099)) ([3ae8e9a](3ae8e9a)), closes [#1094](#1094)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.20.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Mar 20, 2022
# [3.0.0-beta.5](v3.0.0-beta.4...v3.0.0-beta.5) (2022-03-20)

### Bug Fixes

* **bluetooth-classic:** increase change detection speed ([6325937](6325937)), closes [#775](#775)
* **docker:** include heatmap dependencies in image ([7cf5de1](7cf5de1)), closes [#826](#826)

### Features

* **bluetooth:** add configuration options for noise filter ([85981ee](85981ee)), closes [#775](#775)
* expose some config options as env variables ([#1099](#1099)) ([3ae8e9a](3ae8e9a)), closes [#1094](#1094)
@github-actions
Copy link

🎉 This issue has been resolved in version 3.0.0-beta.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant