Coder Social home page Coder Social logo

docker_domoticz's People

Contributors

chrisns avatar codekitchen avatar sdesbure avatar sylvainol avatar timjay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker_domoticz's Issues

container crashes without python3-dev

At the end of the image building, python3-dev is removed by

apk del git cmake python3-dev...

The container which was built on this image, crashes after few seconds. When I changed the Dockerfile that python3-dev won't be removed, the container stays running.

Edit: It crashes anyways. But the Dockerfile for debian stretch works without any crash.

Set timezone doesn't work for the ARM devices

I've tried to setup timezone through env

 environment:
      TZ: "Europe/Kiev"

this option doesn't work and I've tried to setup using volumes

volumes:
     - /etc/timezone:/etc/timezone:ro
     - /etc/localtime:/etc/localtime:ro

And it is also doesn't work. I used "Dockerfile.armhf" to create my container

updates for the docker image

hi,
i am using your docker image, it seems to work well except domoticz shows ther eis an update which it will not install, how can it be updated ?
it complained of no wget and no sudo both of which i installed into the container but it still fails with

domoticz.sh: unrecognized service
Failed to get D-Bus connection: Unknown error -1
please standby... (waiting 15 seconds)
domoticz.sh: unrecognized service
Failed to get D-Bus connection: Unknown error -1
2016-04-28 08:53:04.078 Error: Error executing script command (/src/domoticz/scripts/update_domoticz /src/domoticz/). returned: 256

disk I/O error

Hi there,

I mapped a volume from my host filesystem to the container via the -v option. First boot it's creating the domoticz.db fine, but subsequent boots give a "disk I/O error" (for instance: 2016-06-15 14:05:00.276 Error: SQL Query("SELECT ID,Type,SubType,nValue,sValue,LastUpdate FROM DeviceStatus WHERE (Type=87)") : disk I/O error)

The db file is also not updating (timestamp wise).
Am I doing something wrong?

Thanks

more errors updating

Hello, i am now getting an update message in domoticz about version (beta) 5276, current 3.5231
if i press the update button it doesnt update, how do i update to the current version ?

do i need to recreate the docker image ?

Timezone not honored

I tried to use the mount bind for timezone but it didn't worked.

I found that doing inside the docker container:

apk update
apk add tzdata

resolved the issue and after restarting, the correct TZ is used.

Maybe you need to add tzdata to Dockerfile.

stop logging to `/config` volume?

Hi, thanks for the useful container. Right now, it's set up to log to both stdout and to /config/domoticz.log. I'd like to just use docker logging infrastructure, so I've modified my entrypoint so that it no longer logs to /config:

ENTRYPOINT ["/src/domoticz/domoticz", "-dbase", "/config/domoticz.db"]

Is that something you're interested in merging in?

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.