jimtng and GitHub
735089a7c7
[jrubyscripting] Allow multiple version specifiers for gems ( #13779 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-11-28 23:51:19 +01:00
jimtng and GitHub
a68ff57c17
[jrubyscripting] Update to JRuby 9.3.9.0 ( #13605 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-10-26 14:30:10 +02:00
jimtng and GitHub
fafdf2d7a3
[jrubyscripting] Update to JRuby 9.3.8.0 ( #13424 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-09-21 09:51:04 +02:00
jimtng and GitHub
3de0f79d9a
[jrubyscripting] Update to jruby 9.3.7.0 to fix BootstrapMethodError ( #13280 )
...
* [jrubyscripting] Update to jruby 9.3.7.0
* [jrubyscripting] Exception fixed in jruby 9.3.7.0
The BootstrapMethodError should no longer be thrown by jruby since 9.3.7. Fixed in https://github.com/jruby/jruby/pull/7271
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-08-17 16:36:12 +02:00
jimtng and GitHub
e916974e38
[daikin] Fix changing specialmode from ECO to NORMAL ( #13230 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-08-08 08:47:05 +02:00
jimtng and GitHub
bf58f98774
[daikin] Fix switching specialmode to NORMAL ( #13206 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-08-05 20:50:08 +02:00
jimtng and GitHub
3fe5f3f267
[jrubyscripting] Update jruby version to 9.3.6.0 ( #13047 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-07-01 08:06:58 +02:00
jimtng and GitHub
075170e4b9
[ipcamera] Fix multiple parts handling for Dahua events ( #12964 )
...
* [ipcamera] Fix multiple part handling for Dahua events
* [ipcamera] Call processSettings only when data contains no boundary
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-06-23 19:06:34 +02:00
jimtng and GitHub
25d9315197
[fronius] Add additional Inverter DC channels ( #12867 )
...
* [fronius] Add additional Inverter DC channels
* [fronius] Update channel description and translations
* [fronius] Add calculated DC Power channels
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-06-07 08:11:06 +02:00
jimtng and GitHub
f4532a9e88
[jrubyscripting] Fix UI configuration property id ( #12650 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-04-25 11:18:50 +02:00
jimtng and GitHub
115f5ab534
[jrubyscripting] Update to JRuby 9.3.4.0 ( #12559 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-04-02 10:01:25 +02:00
jimtng and GitHub
77c765085e
[jrubyscripting] Accept generic global variable names ( #12539 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-04-01 23:17:03 +02:00
jimtng and GitHub
c5b6ce97bb
[fronius] Add Autonomy and Self Consumption channels ( #12420 )
...
* Add Autonomy and Self Consumption channels
* Change Inverter channels from DecimalType to QuantityType
* Convert ValueUnit to QuantityType, honour the unit from ValueUnit
* Replace custom unit converter with QuantityType's unit conversion
* Return QuantityType of zero for missing ValueUnit data, to be consistent with P_AC.
* Return UnDefType.NULL for other missing data
* De-duplicate URL parsing routine
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-03-27 19:10:24 +02:00
jimtng and GitHub
eb9bde9fe8
[fronius] Add a note about enabling Night Mode on the device ( #12463 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-03-12 14:51:04 +01:00
jimtng and GitHub
e6179aafa2
[fronius] Add the new channels to the documentation ( #12394 )
...
* [fronius] Document the recently added inverter power and soc channels
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-03-05 10:43:31 +01:00
jimtng and GitHub
2cce90f83d
[fronius] Fix DecimalType constructor change ( #12371 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-03-03 18:49:49 +01:00
jimtng and GitHub
166e4ec1b6
[jrubyscripting] Filter out empty require options ( #12386 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-28 18:09:57 +01:00
jimtng and GitHub
6c25e8b528
[jrubyscripting] Add auto-require scripts option ( #12381 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-28 09:04:52 +01:00
jimtng and GitHub
c0ebdbdb6b
[daikin] Fix Special Mode and Streamer support ( #12324 )
...
* [daikin] Fix Special Mode support
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-23 08:37:25 +01:00
jimtng and GitHub
6000bc75fb
[daikin] Add the ability to disable background discovery ( #12300 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-19 21:50:12 +01:00
jimtng and GitHub
f18ee99b08
[daikin] Fix communication errors by retrying failed http requests ( #12239 )
...
* [daikin] Fix communication errors by retrying failed http requests
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-16 07:35:19 +01:00
jimtng and GitHub
baa9aacf50
[fronius] Fix communication errors by retrying failed http requests ( #12255 )
...
* [fronius] Fix communication errors by retrying failed http requests
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-15 23:50:37 +01:00
jimtng and GitHub
a0236bf993
[fronius] Add support for Fronius Smart Meter 65A ( #12258 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-10 18:54:01 +01:00
jimtng and GitHub
d46367dfd0
[mqtt] Remove references to the System Broker ( #12233 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-07 16:03:41 +01:00
jimtng and GitHub
267a8aac7c
[jrubyscripting] convert presets from java class to ruby class ( #12047 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-06 21:50:56 +01:00
jimtng and GitHub
a3bd8caba9
[mqtt.generic] Support transformationPattern for thing's availabilityTopic ( #12167 )
...
* [mqtt.generic] Support transformationPattern for thing's availability payload
* [mqtt] Remove org.apache.commons.lang3.StringUtils dependency
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-06 10:30:06 +01:00
jimtng and GitHub
73b805b115
[mqtt] connectionStateChanged(CONNECTED) called twice ( #12200 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-04 23:32:56 +01:00
jimtng and GitHub
5f48b72e16
[mqtt] Fix translation file names ( #12193 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-03 16:27:55 +01:00
jimtng and GitHub
80819ca503
[mqtt] Support birth and shutdown message ( #12152 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-03 12:42:54 +01:00
jimtng and GitHub
de6de1a22d
[daikin] Fix NPE when setting zones on startup ( #12165 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-02 17:35:15 +01:00
jimtng and GitHub
36ab0cdc87
[mqtt] Remove MQTT System Broker ( #12157 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-02 14:00:33 +01:00
jimtng and GitHub
5b1627c426
[mqtt] publishMQTT Action accepts a bytearray payload ( #12170 )
...
* [mqtt] MQTT Action publishMQTT accept byte array
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-02-01 00:51:46 +01:00
jimtng and GitHub
927dbba107
[mqtt.generic] Include availabilityTopic in the binding docs ( #12158 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-01-30 11:45:33 +01:00
jimtng and GitHub
dc10897456
[mqtt.generic] Rename channel label from Percentage Value to Dimmer ( #12162 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-01-30 09:26:46 +01:00
jimtng and GitHub
3c32f9aa24
[mqtt.generic] Fix default configuration and docs for color_mode ( #12163 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-01-30 09:13:39 +01:00
jimtng and GitHub
4e122005ca
[jrubyscripting] Apply RUBYLIB configuration to $LOAD_PATH ( #12123 )
...
* [jrubyscripting] Apply RUBYLIB configuration to $LOAD_PATH
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-01-29 11:55:09 +01:00
jimtng and GitHub
87b0dbfd06
[jrubyscripting] Update jruby version to 9.3.3.0 ( #12143 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2022-01-28 07:47:38 +01:00
jimtng and GitHub
d38f37fa1a
[amazonechocontrol] Remove duplicate items in the example ( #11809 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2021-12-27 20:31:22 +01:00
jimtng and GitHub
be89829a50
[jrubyscripting] Upgrade jruby to 9.3.2.0 ( #11775 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2021-12-20 11:33:50 +01:00
jimtng and GitHub
4fba096057
[fronius] fix invalid json error on meter data ( #9912 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2021-01-24 12:05:15 -08:00
jimtng and GitHub
fe5e9b85e8
[fronius] Add support for Fronius Smart Meter ( #9209 )
...
* [fronius] Add support for Fronius Smart Meter
* [fronius] Use DTO, implement UoM
* [fronius] fix README.md
* [fronius] Add mandatory label for channel-type and fix property update
* [fronius] Store meterRealtimeBodyData instead of meterRealtimeResponse
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2020-12-28 09:24:10 -08:00
jimtng and GitHub
fd7aa9f9c1
[fronius] Fix connection check with Gen24 inverters ( #9108 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2020-11-23 20:01:00 -08:00
jimtng and GitHub
ae7d5715ee
[fronius] [fronius] Accept null value as zero for inverterdatachannelpac channel ( #9077 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2020-11-20 19:23:11 -08:00