waterfurnace_aurora 1.4.5 → 1.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/aurora_mqtt_bridge +4 -3
- data/lib/aurora/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 905c1f1482c71537925ed6927d9be1d28ed66a4bea6227021f8b43fe0f96f0d8
|
4
|
+
data.tar.gz: 33d2171f7fd097556fb0c3f8c438edebb222029ecf8a810917d92388cace49c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf6e1aca58046b0b8f7a35d390c6461a130437457b445510658798c304830aad95239573e286587fed55bfb8d962e03ef9ae98d46cd3425b084616061b393287
|
7
|
+
data.tar.gz: 3afb644427cf483bf7bc77de0b49b6a00236d416afc46bb3ec9d2cd5c1eb6ee9fbd3783d8588ee025545b842bc95ea46afad3e1f9dc5af2873aa3c88c7d36e07
|
data/exe/aurora_mqtt_bridge
CHANGED
@@ -15,9 +15,9 @@ web_aid_tool = nil
|
|
15
15
|
device_name = "WaterFurnace"
|
16
16
|
|
17
17
|
options = OptionParser.new do |opts|
|
18
|
-
opts.banner = "Usage: aurora_mqtt_bridge /path/to/serial/port [options]"
|
18
|
+
opts.banner = "Usage: aurora_mqtt_bridge /path/to/serial/port mqtt://uri/ [options]"
|
19
19
|
|
20
|
-
opts.on("--device-name
|
20
|
+
opts.on("--device-name DEVICENAME", "Give a descriptive name to your device") { |v| device_name = v }
|
21
21
|
opts.on("--debug-modbus", "Print actual protocol bytes") { debug_modbus = true }
|
22
22
|
opts.on("--web-aid-tool PORT", "Run web aid tool on given port", :integer) { |v| web_aid_tool = v }
|
23
23
|
opts.on("-v", "--version", "Print version") do
|
@@ -787,7 +787,8 @@ class MQTTBridge
|
|
787
787
|
:float,
|
788
788
|
zone.ambient_temperature,
|
789
789
|
unit: "°F",
|
790
|
-
hass: { sensor: {
|
790
|
+
hass: { sensor: { device_class: :temperature,
|
791
|
+
state_class: :measurement } })
|
791
792
|
node.property("heating-target-temperature",
|
792
793
|
"Heating Target Temperature",
|
793
794
|
:integer,
|
data/lib/aurora/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfurnace_aurora
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Cutrer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ccutrer-serialport
|
@@ -163,7 +163,7 @@ dependencies:
|
|
163
163
|
- !ruby/object:Gem::Version
|
164
164
|
version: '0.6'
|
165
165
|
description:
|
166
|
-
email: cody@cutrer.
|
166
|
+
email: cody@cutrer.us'
|
167
167
|
executables:
|
168
168
|
- aurora_monitor
|
169
169
|
- aurora_mqtt_bridge
|