Search found 10 matches
- Saturday 16 April 2022 9:48
- Forum: MQTT Auto Discovery
- Topic: Temp/Humidity sensor autodiscovery
- Replies: 7
- Views: 2616
Re: Temp/Humidity sensor autodiscovery
..and one step back. The switch I created is not able to be controlled via MQTT or from the web page...it errors out when manuipulated from the web page and just does not do any thing with : mosquitto_pub -h 127.0.0.1 -p 1883 -t "homeassistant/binary_sensor/garden/state" -m ON created as above with ...
- Friday 15 April 2022 9:23
- Forum: MQTT Auto Discovery
- Topic: Temp/Humidity sensor autodiscovery
- Replies: 7
- Views: 2616
Re: Temp/Humidity sensor autodiscovery
I made some progress from this https://www.home-assistant.io/docs/mqtt/discovery/ using their examples. I was able to add a swtich using this example: mosquitto_pub -r -h 127.0.0.1 -p 1883 -t "homeassistant/binary_sensor/garden/config" -m '{"name": "garden", "device_class": "motion", "state_topic ...
- Friday 15 April 2022 6:30
- Forum: MQTT Auto Discovery
- Topic: Issue with zigbee2MQTT and TUYA LCZ030 Temp/Humidity Sensor
- Replies: 3
- Views: 1038
Re: Issue with zigbee2MQTT and TUYA LCZ030 Temp/Humidity Sensor
gizmocuz, do you have an example for a autodiscovery config json payload for a device like this?
- Thursday 14 April 2022 9:23
- Forum: MQTT Auto Discovery
- Topic: Temp/Humidity sensor autodiscovery
- Replies: 7
- Views: 2616
Temp/Humidity sensor autodiscovery
I am trying to prototype a humidity/temperature (just starting with a temperature) sensor on the mosquito_pub commandline using autodiscovery and am having some problems understanding the nomenclature. I did this: mosquitto_pub -r -h beeboxslim -p 1883 -t "homeassistant/sensor/123456/config" -m ...
- Monday 07 March 2022 5:36
- Forum: dzVents
- Topic: dzVents to read data from MQTT broker
- Replies: 1
- Views: 953
dzVents to read data from MQTT broker
I have an MQTT broker setup and I have setup and "MQTT Client Gateway with LAN interface" setup to listen to topics from an MQTT device (frigate). I am seeing the MQTT messages in the log as: 2022-03-05 00:25:05.876 MQTT: Topic: frigate/events, Message: {"before": {"id": "1646468697.36655-yw8znn ...
- Monday 07 March 2022 5:32
- Forum: Python
- Topic: Python to read MQTT messages
- Replies: 3
- Views: 1048
Python to read MQTT messages
I have an MQTT broker setup and I have setup and "MQTT Client Gateway with LAN interface" setup to listen to topics from an MQTT device (frigate). I am seeing the MQTT messages in the log as: 2022-03-05 00:25:05.876 MQTT: Topic: frigate/events, Message: {"before": {"id": "1646468697.36655-yw8znn ...
- Friday 09 June 2017 8:38
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 218354
Re: [MyDomoAtHome] Support thread
Ok, figured out my problem above: MyDomoAtHome does not support door locks (DevLock in API)...it rolls them in with door and windows sensors. I changed the .js to support locks and now Imperihome brings up the correct icon and button/state widget. Working great now. If anyone else is fighting this ...
- Tuesday 06 June 2017 6:01
- Forum: PHP and all others
- Topic: Send Z-Wave command in script?
- Replies: 10
- Views: 7948
Re: Send Z-Wave command in script?
I have the same question. How did you come up with the "85-CONFIGURATION-config-list-1-62=Green illumination" string? Thanks.
- Tuesday 30 May 2017 8:44
- Forum: Heating/cooling
- Topic: Honeywell Zwave thermostat
- Replies: 1
- Views: 1902
Honeywell Zwave thermostat
I have a Honewell ZWave thermostat that I am trying to setup... hardware is as follows: Running domoticz V3.7546 beta under Windows 7 When it is added it produces several items under the device list: Thermostat Fan Mode General Thermostat Fan Mode Auto Low Thermostat Mode General Thermostat Mode ...
- Tuesday 30 May 2017 8:28
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 218354
Re: [MyDomoAtHome] Support thread
I need help with my Schalge doorlock/deadbolt in domoticz and MDAH. Some details: Running domoticz V3.7546 beta under Windows 7 Running MDAH 0.2.8 connected to Domoticz Running Imperihome 2.9.1 on Android ICS I have setup my Schalge connect door lock/deadbolt in Domoticz and it functions properly ...