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

Support FLP55 thermostats #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tleunen
Copy link

@tleunen tleunen commented Oct 13, 2023

Flextherm thermostats are rebranded Sinope thermostats, so even if they are supposed to use a specific "Concerto Connect" app and website, they can be used in Neviweb because they are basically TH1300WF thermostat with a custom sku. Funny enough, Neviweb shows them as TH1300WF despite the sku being something else.

The 738 model in the signature matches TH1300WF.

Here's an example of a device:

{
  "id":123456789,
  "identifier":"xxxxx",
  "name":"Bathroom",
  "family":"738",
  "signature":{"model":738,"modelCfg":0,"softBuildCfg":0,"softVersion":{"major":2,"middle":4,"minor":6},"hardRev":0},
  "location$id":123,
  "parentDevice$id":null,
  "group$id":null,
  "orderIdx":0,
  "sku":"FLP55",
  "vendor":"Flextherm",
  "url_en":"https://www.flextherm.com/en/thermostats/concerto-connect",
  "url_fr":"https://www.flextherm.com/fr/thermostats/concerto-connect"
}

Flextherm thermostats are rebranded Sinope thermostats, so even if they are supposed to use a specific "Concerto Connect" app and website, they can be used in Neviweb because they are basically TH1300WF thermostat with a custom sku. Funny enough, Neviweb shows them as TH1300WF despite the sku being something else.

Here's an example of a device:
```
{
  "id":123456789,
  "identifier":"xxxxx",
  "name":"Bathroom",
  "family":"738",
  "signature":{"model":738,"modelCfg":0,"softBuildCfg":0,"softVersion":{"major":2,"middle":4,"minor":6},"hardRev":0},
  "location$id":123,
  "parentDevice$id":null,
  "group$id":null,
  "orderIdx":0,
  "sku":"FLP55",
  "vendor":"Flextherm",
  "url_en":"https://www.flextherm.com/en/thermostats/concerto-connect",
  "url_fr":"https://www.flextherm.com/fr/thermostats/concerto-connect"
}
```
@actionbronson
Copy link

actionbronson commented Nov 2, 2023

Very interesting. I'd like to add my FLP55 thermostats... did you have to change the url to concertoconnect.neviweb.com?

@tleunen
Copy link
Author

tleunen commented Nov 2, 2023

@actionbronson I'm using Neviweb with my FLP55 so nope. I stopped using concerto connect because I'm finding neviweb slightly better (despite the missing features for the FLP55)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants