Pavel Veretennikov

Results 50 comments of Pavel Veretennikov

Latest "database" seems to completely break everything. Maybe we should limit it with the 2.3.1?

For example, there is no database::mysql in [latest database cookbook](https://github.com/opscode-cookbooks/database/tree/master/recipes) And current [zabbix::database](https://github.com/laradji/zabbix/blob/master/recipes/database.rb#L5) directly calls it.

I agree completely. But current laradji/zabbix/master is not adapted for a change. That's why I proposed to limit database to 2.3.1 or any latest working version. Because berkshelf will pull...

I can confirm that `zigbee KTWKQ03ES (lumi.airrtc.tcpecn02) by Aqara` worked before and became broken couple of weeks ago with error above. Fix from PR worked for me, changing TARGET_TEMPERATURE_RANGE to...

I can also mention that OFF mode is not parsed correctly. Changing mode from HEAT to OFF works on device (it gets switched off) but Hass widget shows the last...

Looks good in 4.0.1. I had to pair them again (even if they were connected in Mi Home app)

If it's one phase, maybe the solution would be switch OpenEVSE to 1-phase mode?

Yes, it works for me. Here is a nicer version: ``` from pysolarmanv5.pysolarmanv5 import PySolarmanV5 sofar = PySolarmanV5('172.16.10.211', 2700663862, verbose=True) MODE_SELF_USE = 0 MODE_TIME_OF_USE = 1 MODE_PASSIVE = 3 def...

Actually I just realized that there is write register service call and it works. So I'd just create a helper to properly parse negative values for passivemode discharge. ``` service:...