Wykres commitów

18 Commity (260aa7cfd8b42fa4af1639dd538d63c5865c4b28)

Autor SHA1 Wiadomość Data
Krzysztof Hajdamowicz 260aa7cfd8 refactor addon config 2023-02-03 16:54:19 +01:00
Fredrik Öhrström 3787adc71b Version 1.11.0 2022-12-29 2022-12-29 20:49:04 +01:00
Szczepan 70b4527459 Add ports to forward for netcat to ha-addon 2022-12-16 09:54:46 +01:00
Andrei a874c51da9 Fix meters name (MQTT Topic) with whitespaces
Add MQTT discovery for apator162, apatoreitn
2022-12-14 10:38:29 +01:00
Fredrik Öhrström 07754197fc Release 1.10.2 2022-12-09 20:15:00 +01:00
BIBOLV 89d128d593 Add nc to docker containers
Add nc to docker containers
https://github.com/weetmuts/wmbusmeters/issues/673
2022-11-22 18:57:31 +02:00
Fredrik Öhrström aa2f602f61 Trigger ha-addon update. 2022-09-04 20:34:22 +02:00
Fredrik Öhrström b84b1283ea
Merge pull request #575 from jnxxx/master
MQTT discovery
2022-09-04 11:49:13 +02:00
Fredrik Öhrström 5e2f6c5166
Merge pull request #522 from libo/fix-ha-conf
Update auto discover for HA
2022-09-04 11:47:20 +02:00
Jan Nielsen feae328deb MQTT discovery 2022-07-27 10:47:40 +02:00
Jan Nielsen 1e94f99f18 MQTT discovery 2022-07-26 23:29:45 +02:00
Fredrik Öhrström 04e2959919 Release 1.8.0 2022-06-25 21:32:49 +02:00
Fredrik Öhrström ca264b353b Add init=false to ha-addon config.json. 2022-05-15 08:20:44 +02:00
Libo Cannici 8974482c1c Update autodiscover for HA
- Change the device to use auto discovery
- Don't probe /dev/ttyAMA0 that upsets Raspberry PIs

After the changes in this PR I could see on my setup:
```
[...]
Running wmbusmeters ...
No wmbus device detected, waiting for a device to be plugged in.
No meters configured. Printing id:s of all telegrams heard!
```
Then I plugged in my dongle and...

```
Started auto rtlwmbus[00000001] listening on t1
Received telegram from: [ommissis]
          manufacturer: (KAM) Kamstrup Energi (0x2c2d)
                  type: Cold water meter (0x16) encrypted
```

From README.md
```
It is recommended that you use auto to find your dongle, then, when you know the exact device path, you write for example: device=/dev/ttyUSB0:im871a:c1,t1 in the configuration file or on the command line. This will skip the slow probing for all possible dongles when wmbusmeters starts up.

If you have to scan serial devices, then remember that some Raspberry PIs are upset when random data is sent to /dev/ttyAMA0 when it is configured in bluetooth mode. To solve this, add donotprobe=/dev/ttyAMA0
```
2022-04-26 21:30:59 +02:00
Fredrik Öhrström ef5f3fc115 Update ha-addon version. 2022-04-08 15:10:16 +02:00
Fredrik Öhrström 8540559767 Update ha-addon version. 2022-01-02 12:58:16 +01:00
Andrzej 6b28525ca0 Fix payload with spaces 2021-08-31 10:01:50 +02:00
Tomasz Gramza bba4cc4ce5
Home Assistant add-on (#327)
* Move ha-addon files to repository

* Add repository json file

* Map raw usb access and uart devices

* Fix meter configuration naming

* Allow to use custom configuration for MQTT

* Fix syntax related to mqtt config

* Fix shothand if syntax

* Another try on syntax fix

* Fix mosquitto_pub.sh

* Fix mosquitto_pub.sh

* Refactor mqtt publisher script

* Clean config use

* Use explicit if

* Add docs for mqtt option
2021-08-28 18:01:39 +02:00