Commit Graph

123 Commits

Author SHA1 Message Date
Pascal Vizeli
dd2d571992 Remove bluetooth add-on & fix lint (#400) 2018-09-06 00:05:50 +02:00
endor-force
9538c449fe Added protocols and models to fulfil users need (#295)
* Added protocols and models to fulfil users need

Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity

* Bumped version

Bumped version from 0.4 to 0.5 in combo with the patch for protocols and models

* Created CHANGELOG
2018-05-10 12:50:09 +02:00
Ville Skyttä
e1dbec603b Run *.png through zopflipng -m (#265) 2018-03-23 23:59:49 +01:00
Pascal Vizeli
02d37d8f26 Update config.json 2018-01-02 19:43:08 +01:00
Pascal Vizeli
4c4fd7d4ed fix style 2017-12-13 13:08:41 +01:00
endor-force
4b45abc7ed Stdin does not work with quoting on $input (#208)
* Update config.json

* Update run.sh

* Single quotes.. ?

* Nope..  single quotes did not work

* Splitting on space and putting it back together

Spaced..

* Gosh

* Update run.sh

* Cropping msg

Since we wish to output the results from tdtool in either way (error or regular response) i cropped the catching of output.

* Keep it simple.

* ...

* hmm

* Update run.sh

* Update run.sh

* Update run.sh
2017-12-07 13:20:37 +01:00
endor-force
d5263e9b6e Fix bash variable input (#207)
* Fix bash variable input

This will cause error in validation.
i have tried with 
if ! msg="$(tdtool --"$input")"; then
if ! msg="$(tdtool --"${input}")"; then
if ! msg="$(tdtool --${input})"; then
without success.
The only one i got working in real life is the one in this PR.

* Trying variable with curlies

Changed frm only output errors to output all output from tdtool. 
Enables listing of devices and sensors with output to add-on log.

* Update config.json

* fix not used exec

* fix lint

* update output
2017-12-06 11:35:30 +01:00
endor-force
e2e2a76a61 TellStick - Added stdin, clarified desc. and config (#206)
* Added event listener

* Updated version

* Add TellStick Logo

* Update run.sh

* Update config.json

* Update config.json

* Update config.json

* Update config.json

* Variable handling..

* Update run.sh
2017-12-04 22:16:46 +01:00
endor-force
aa02ebf3b9 Telldus core (#201)
* Added telldus-core daemon module

Proof of concept to compile and install telldus-core as an addon. Needs more fixes to be able to communicate with python script in hassio docker.

* Revert "Added telldus-core daemon module"

This reverts commit 79c8e35b8379bed41bcf5e47923b2946525d2a2a.

* Added telldus-core add-on, proof of concept

Add-on will compile and install telldus-core as an add-on.

Tested to work with hardware.
Need more fixes in order for communication with homeassistant container to work.

* Updated with tellstick.conf check after installation

Secure that we have at least a basic tellstick.conf file. This will also allow user to migrate existing tellstick.conf file in to config without risking to have it overwritten.

* Altered exec to use --nodaemon

Using --nodaemon keeps the docker, daemon and add-on active, running just telldusd ends the docker unexpectedly.

* Updated build method to match the one in hass.io docker

Now using bjornes fork of telldus homeassistant-alpine as the source and thus sharing the same source as being used in the homeassistant docker.

* Update Dockerfile

* Compile telldus master branch rather than fork

Instead of using forked static code, apply small fixes to enable compilation on alpine.

* Removed search - replace of userid in tellstick.conf

Moved in to dockerfile

* Update run.sh

* Update Dockerfile

* Update config.json

* Update Dockerfile

* Rename telldus_core/Dockerfile to tellstick/Dockerfile

* Rename telldus_core/run.sh to tellstick/run.sh

* Rename telldus_core/config.json to tellstick/config.json

* Update config.json

* Update Dockerfile

* Update Dockerfile

* Update config.json

* Update run.sh

* Update run.sh

* Update config.json

* Update run.sh

* fix lint

* Update run.sh

* Update run.sh

* Update config.json

* Update Dockerfile

* Update Dockerfile

* fix lint

* Update Dockerfile

* Update run.sh

Altered some details for successful parsing of options into tellstick.conf.

* Update run.sh

* Update config.json

* Update config.json

Added example device to support the users getting started with configuration..
2017-11-24 21:58:28 +01:00
anotherthomas
543a592afc Fixed typos in readme. (#199) 2017-11-14 11:13:44 +01:00
Fabian Affolter
8ef2fb16e2 Update title 2017-08-04 16:58:39 +02:00
Fabian Affolter
0083b9d0d5 Minor update 2017-08-04 12:05:12 +02:00
Paulus Schoutsen
86a5f77fe6 Update license to Apache 2.0 2017-07-23 12:12:06 -07:00
Pascal Vizeli
6971620fe5 Update README.md 2017-06-30 07:47:47 +02:00
Pascal Vizeli
58194725c1 Merge pull request #128 from home-assistant/build
Build
2017-06-21 21:54:21 +02:00
Pascal Vizeli
e0e67527b3 Merge pull request #127 from home-assistant/pvizeli-patch-1
Fix dnsmasq hosts
2017-06-21 21:50:15 +02:00
Pascal Vizeli
57ac0e6a27 Merge pull request #111 from home-assistant/build
Build
2017-06-05 23:17:15 +02:00
Pascal Vizeli
df7993c4c9 Merge pull request #109 from home-assistant/master
Fix config
2017-06-05 22:42:28 +02:00
Pascal Vizeli
2aa8f214dd Merge pull request #108 from home-assistant/build
Build
2017-06-05 12:55:30 +02:00
Pascal Vizeli
40005739ce Merge pull request #107 from home-assistant/master
Fix slug
2017-06-04 23:54:40 +02:00
Pascal Vizeli
fc50e0efb3 Merge pull request #106 from home-assistant/build
Build
2017-06-04 23:41:03 +02:00
Pascal Vizeli
cfe1bc4727 Merge pull request #104 from home-assistant/master
Merge master into build
2017-06-04 22:45:52 +02:00
Pascal Vizeli
b45314bfb3 Merge pull request #94 from home-assistant/build
Build
2017-05-24 00:44:21 +02:00
Pascal Vizeli
b4c1cdb365 Merge pull request #93 from pvizeli/fix_dhcp_server3
Fix dhcp server3
2017-05-24 00:41:44 +02:00
Pascal Vizeli
521403e011 Merge pull request #92 from home-assistant/build
Build
2017-05-24 00:20:42 +02:00
Pascal Vizeli
6c7ce7093f Merge pull request #90 from home-assistant/master
Fix dhcp
2017-05-24 00:04:57 +02:00
Pascal Vizeli
d7b03e24bf Merge pull request #88 from home-assistant/build
Build
2017-05-23 23:22:56 +02:00
Pascal Vizeli
41191b2757 Merge pull request #87 from pvizeli/fix_dhcp_server
Fix dhcp server
2017-05-23 23:20:22 +02:00
Pascal Vizeli
1a4f024a83 Merge pull request #84 from home-assistant/build
Add DNS server
2017-05-23 17:19:36 +02:00
Pascal Vizeli
df51f57617 Merge pull request #82 from home-assistant/master
Merge
2017-05-23 15:21:44 +02:00
Pascal Vizeli
2f5a997276 Merge pull request #69 from home-assistant/build
Build
2017-05-18 11:20:52 +02:00
Pascal Vizeli
ce8991e5f9 Merge pull request #66 from home-assistant/master
Merge
2017-05-16 22:34:17 +02:00
Pascal Vizeli
9b77c80b2c Merge pull request #58 from home-assistant/build
Build
2017-05-14 09:11:30 +02:00
Pascal Vizeli
4f6d9b20c9 Merge pull request #56 from home-assistant/master
Update
2017-05-13 16:14:16 +02:00
Pascal Vizeli
e3e0c79d58 Merge pull request #43 from home-assistant/build
build
2017-05-11 22:44:32 +02:00
Pascal Vizeli
e1399541d3 Merge pull request #42 from home-assistant/master
Update build branch
2017-05-11 16:21:49 +02:00
Pascal Vizeli
3022064240 Merge pull request #38 from home-assistant/build
Update README.md
2017-05-09 17:24:15 +02:00
Pascal Vizeli
0cfe251e0c Update README.md 2017-05-09 17:23:57 +02:00
Pascal Vizeli
e37b4b39f4 Merge pull request #37 from home-assistant/build
Add url to config
2017-05-08 18:00:30 +02:00
Pascal Vizeli
94ccbc8769 Merge pull request #35 from home-assistant/master
Merge readme
2017-05-06 00:37:42 +02:00
Pascal Vizeli
0fda55e9e9 Update README.md 2017-05-06 00:36:56 +02:00
Pascal Vizeli
2252ca05d4 Merge pull request #34 from home-assistant/build
Update let's encrypt
2017-05-06 00:30:41 +02:00
Pascal Vizeli
5f35dfe8f0 Merge pull request #32 from home-assistant/master
Cleanups
2017-05-04 16:26:04 +02:00
Pascal Vizeli
9aee2de6cf Create README.md 2017-05-04 16:25:31 +02:00
Pascal Vizeli
1e74811dd6 Delete README.md 2017-05-04 16:23:56 +02:00
Pascal Vizeli
fd9f7f6b1b Merge pull request #31 from home-assistant/build
Merge pull request #30 from home-assistant/master
2017-05-04 16:23:38 +02:00
Pascal Vizeli
ce14252006 Merge pull request #30 from home-assistant/master
Merge master to build
2017-05-04 16:23:09 +02:00
Paulus Schoutsen
5fdf58e8ab Update README.md 2017-05-03 22:40:30 -07:00
Pascal Vizeli
16170480b9 Update README.md 2017-05-02 02:37:29 +02:00
Pascal Vizeli
a4888e46a8 Update README.md 2017-04-30 10:22:07 +02:00