MikeTheTux / openhab

0 stars 0 forks source link

MQTT updates #48

Closed MikeTheTux closed 5 years ago

MikeTheTux commented 5 years ago

Fix mqtt2.things

Bridge mqtt:broker:myUnsecureBroker [ host="192.168.0.42", secure=false ]
{
    Thing topic mything "My Thing" {
    Channels:
        Type switch : heatpumpChannel "Heatpump Power" [ stateTopic="heatpump/state1", commandTopic="heatpump/set" ]
        Type switch : heatpumpChannel2 "Heatpump Power" [ stateTopic="heatpump/state2" ]
    }
}

Convert Voltage into V instead of mV. Use Quantity Types.

LinkQuality should be %?

clean up new items (admin vs. user data)