netatmo2ros package from netatmo repo

netatmo2ros

Package Summary

Tags No category tags.
Version 0.1.0
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jariza/netatmo2ros.git
VCS Type git
VCS Version master
Last Updated 2018-07-21
Dev Status MAINTAINED
CI status Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Translate data from Netatmo weatherstation to ROS

Additional Links

No additional links.

Maintainers

  • José Jaime Ariza

Authors

  • José Jaime Ariza
Translates Netatmo Weather Station data to ROS.
The time between updates is one minute.
Value -1 in CO2, noise, pressure or battery_percent means no value.

== USAGE ==
rosrun netatmo2ros main.py _configpath:=<config path>

<config path> is the path to the configuration file or folder.
        If the path contains file called config.ini, it will be used.
        If the path doesn't contain a file called config.ini, configuration values will be read from the following files: username, password, client_id, client_secret and device_id.

== DOCKER CONTAINER ==
How to build:
  Docker container can be build using the files included in this repo:

  e.g.: docker build -t netatmo2ros:<tagnumber> .

How to run:
  The configguration file must be included in container's volume /config.
  The URI of the ROS core is specified in the environment variable ROS_MASTER_URI, the default value is http://roscore-server:11311/.

  e.g. (default roscore): docker run -d --link roscore-server -v /home/configdir:/config netatmo2ros:<tagnumber>
  e.g. (non-default roscore): docker run -d --link roscore-server -e "ROS_MASTER_URI=http://hostname:port/" -v /home/configdir:/config netatmo2ros:<tagnumber>




CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged netatmo2ros at Robotics Stack Exchange