Closed mboremski closed 5 years ago
I've also added the Homie2.0 default stats
{
...
Type string : version "Version" [ stateTopic="devices/senseo/$homie"]
Type string : name "Name" [ stateTopic="devices/senseo/$name"]
Type string : ip "IP-address" [ stateTopic="devices/senseo/$localip"]
Type string : mac "MAC-address" [ stateTopic="devices/senseo/$mac"]
Type string : fw_name "Firmware Name" [ stateTopic="devices/senseo/$fw/name"]
Type string : fw_version "Firmware Version" [ stateTopic="devices/senseo/$fw/version"]
Type string : nodes "Nodes" [ stateTopic="devices/senseo/$nodes"]
Type string : implementation "Implementation" [ stateTopic="devices/senseo/$implementation"]
Type string : interval "Update interval" [ stateTopic="devices/senseo/$stats/interval"]
...
}
Hey guys! This is great! I will try to update my own setup soon and I'll benefit from your addition there 👌 Thanks!!
Your configuration looks nice @mboremski please feel free to create a PR with as many changes as you want!! Adding the config example to the README would be great.
Did you guys see any other room how the firmware can be improved? I guess the next big step will be upgrading to homie v3. Did you by any chance already try that?
Btw what did you mean with
Conversion of string-states "true"&"false" is a bit rude i think.
Btw what did you mean with
Conversion of string-states "true"&"false" is a bit rude i think.
I only managed to convert the values on items-level in a way that it might be usefull as a switch in basicUI. I was searching for a way to convert directly on channel-level, but did not want to use things like rules and so on, to get real switch items (and not text-items with values useable as switch)
free to create a PR
I'll go on with that.. :-)
I'm not sure if I understood but the whole true/On/ON/1 discussion was also part of the Homie v3 discussions. I don't have the overview right now but this might change things. It would be cool to update the whole codebase. Can't give any promises when I'll get to it though. Feel free to do some experiments :)
For me this true/false <-> ON/OFF discussion also is a bit strange. I dont understand why openHAB cant take true/false values into a switch-item. (if openHAB is able to I did not find the solution)
If you also dont know know how to solve in openHAB maybe it might be easier to solve in the codebase here. I'll post an issue to adress this, so we could close this one if the config-example is merged to the docs. ;-)
Merged example. Thanks
Hey, after some hours of configuration I'd like to share my config-files for your convinience:
mqtt.things
SenseoWifi.items:
SenseoWifi.sitemap
Please be aware:
Suggestions are welcome.
@ThomDietrich could you maybe comment or even add to readme?