-
Notifications
You must be signed in to change notification settings - Fork 17
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
New capability "district heating" #141
Comments
You can use measure_water to get liter/hour, that is under sensors when you add a device. Energy - GJ need to be added as a custom capability. I can add it to my Fork tonight if you want that. |
Hi Allram, If you would like to add the GJ as a capability that would be awesome, it's important that it has 3 decimals digits. Many Thanks :-), |
Added GigaJoule as a custom capability on my fork now (it's on the master branch). Add is as a Sensor, it should be with 3 decimals and you can change the value with 'measure_energy' tag in a flow. |
Hi Allram, I've installed the master branch, add the sensor. But i'm receiving the error_invalid step. |
It was because i forgot to change the step value of the capability (only in increments of 1). Try to install from my master branch now, and it should work. |
I must be doing something wrong,
When install the app i did receive this message: |
Try the master branch now. I removed the step values from the capability, and now it seems to work from my phone atleast :) The errormessages that you get about titleFormatted is expected. |
Yes now it's working, thank you :-) |
On the add a sensor page, you should be able to add temperature sensor, temperature sensor2 and temperature sensor3 🤔 |
Hmm, it's not there. When i add a thermostat i see temp1/2/3 but not in the sensor list. I checked the app.json the file DE and NL translations are probably not adjusted I think. |
Sorry, my fault. Only added the extra temperaturen sensors for the Thermostat device. Will add them to Sensors later today 👍 |
Should be working now. Added the 2 extra temperature sensors in the sensors device. |
Almost, I can now select the 2 extra temperatures but it cannot handle decimals only round values. |
Now it should be correct. That's what i get for trying to do it with my phone and in a hurry :) |
If you could make the range to +90*C. Phone's screen are too small for that haha |
Fixed now :) |
Yes it's working now :-D, thank you :-) |
Hello,
In my house we do not have a standard hot water boiler for heating, but we are having a so called "district heating"
Since today I'm finally capable to fetch the data via IR -> MQTT -> Homey. Now I want to publish this data to a virtual device but I'm missing some options because the heating is measured different.
Is it possible to add these to it?:
Best regards,
Jeroen
The text was updated successfully, but these errors were encountered: