Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First implementation of MQTT -> RIKA #27

Merged
merged 39 commits into from
Aug 10, 2023
Merged

Conversation

sebastienvermeille
Copy link
Owner

@sebastienvermeille sebastienvermeille commented May 16, 2023

First implementation of MQTT -> RIKA

This implementation allow to control the stove via MQTT commands.

Most features are supported.

What is missing ?

Ability to update heating program via MQTT: #47

@sebastienvermeille sebastienvermeille linked an issue May 16, 2023 that may be closed by this pull request
…ature-mqtt-rika

# Conflicts:
#	bridge/src/main/java/dev/cookiecode/rika2mqtt/bridge/Bridge.java
#	mqtt/src/main/java/dev/cookiecode/rika2mqtt/rika/mqtt/configuration/MqttConfiguration.java
sebastienvermeille and others added 21 commits August 7, 2023 20:32
…rmeille/rika2mqtt into 26-feature-mqtt-rika

# Conflicts:
#	bridge/src/main/java/dev/cookiecode/rika2mqtt/bridge/Bridge.java
#	mqtt/src/main/java/dev/cookiecode/rika2mqtt/rika/mqtt/configuration/MqttConfiguration.java
#	mqtt/src/main/java/dev/cookiecode/rika2mqtt/rika/mqtt/event/MqttCommandEvent.java
 into 26-feature-mqtt-rika

# Conflicts:
#	mqtt/pom.xml
#	pom.xml
…from 6.1.0 to 6.1.1 (#42)

Snyk has created this PR to upgrade org.springframework.integration:spring-integration-mqtt from 6.1.0 to 6.1.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.springframework.integration/spring-integration-mqtt/

See this project in Snyk:
https://app.snyk.io/org/sebastienvermeille/project/e3156d00-e655-4a84-9ff9-ce7cf38339ff?utm_source=github&utm_medium=referral&page=upgrade-pr

Signed-off-by: Sebastien Vermeille <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
Bumps eclipse-temurin from 20.0.1_9-jre-jammy to 20.0.2_9-jre-jammy.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Aug 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

63.7% 63.7% Coverage
0.8% 0.8% Duplication

@sebastienvermeille sebastienvermeille changed the title Draft First implementation of MQTT -> RIKA Aug 10, 2023
@sebastienvermeille sebastienvermeille self-assigned this Aug 10, 2023
@sebastienvermeille sebastienvermeille added the enhancement New feature or request label Aug 10, 2023
@sebastienvermeille sebastienvermeille marked this pull request as ready for review August 10, 2023 17:37
@sebastienvermeille sebastienvermeille merged commit 77a72c1 into master Aug 10, 2023
2 of 3 checks passed
@sebastienvermeille sebastienvermeille deleted the 26-feature-mqtt-rika branch August 10, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: mqtt -> rika
1 participant