Wykres commitów

19 Commity (b35abb058c24d32f0e40052fcdfa366d0d86052a)

Autor SHA1 Wiadomość Data
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 395df2c609 Update energy forward and returned 2022-07-31 17:01:26 +02:00
Jan Nielsen 412279369e Icon update 2022-07-31 16:53:58 +02:00
Jan Nielsen 430144daf5 Adding Multical 603 2022-07-31 16:39:11 +02:00
Jan Nielsen 6e68d6c296 MQTT discovery 2022-07-27 13:54:46 +02:00
Jan Nielsen feae328deb MQTT discovery 2022-07-27 10:47:40 +02:00
Jan Nielsen dbf8301a6a MQTT discovery 2022-07-26 23:59:01 +02:00
Jan Nielsen 1e94f99f18 MQTT discovery 2022-07-26 23:29:45 +02:00
Jan Nielsen 597d234eef First mqtt discovery template 2022-07-26 16:26:57 +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
rafalstarczak 8c3df55e2d
Update DOCS.md
Too long path to repository (https://github.com/weetmuts/wmbusmeters/tree/master/ha-addon) in the instalation manual, HA Supervisor answers with error 'Invalid Add-on repository!'.
2021-09-30 22:06:06 +02: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