Giter VIP home page Giter VIP logo

Comments (1)

FireWizard52 avatar FireWizard52 commented on August 23, 2024

Hi,

Sorry to answer this question quite late, but I do not very often visit this github place anymore, as it looks that this project is more or less dead. Issues are not answered by the creator of this Python script and pull requests are not reviewed.

I'd like to use volvooncall and MQTT publishing to my MQTT broker. I have set up a Docker container but it looks like that a mqtt config file is missing. Could anybody help me out to find out:

It is not actually a MQTT config file. It is part of the .voc.conf file

where to put this config file?

This .voc.conf is a hidden file and you have to place it in your home directory.

an example of how this config file should look like?

If you need to communicate with a MQTT server, not installed on the same device as where the script runs, the config should be:

mqtt_url: mqtt://Username:Password@IP Address:1883
username: Login name for your Volvo on Call app
password: Password used to login in your Volvo on Call app

If your MQTT server is on the same device as the script omit the first line.
If your MQTT server is not secured with a username and a password the line looks as follows:
mqtt_url: mqtt://IP Address:1883

For a detailed guide, see Chapter 3 and Chapter 4 at: https://github.com/FireWizard52/Volvo-on-Call-to-Domoticz-Howto/blob/master/Volvo%20on%20Call%20to%20Domoticz%20Howto.pdf

I hope this is sufficient to make it work

Regards

from volvooncall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.